I need a help with one of my usecase.
I have a usecase where a teacher is directed to a page to input the marks of each student. There can be atleast 5 subjects to which the teacher have to provide the following details
- Subject Name
- Marks
- Comments
I want to learn to use Carousel in here where i need to use a form inside each layer of Carousel. Inside each layer i will enter the details of that particular student and finally save it at the end.
As i searched, i couldnt figure out whether i can fullfil my above usecase with Carousel.
If anybody have any idea if this is doable, i really appreciate it if you can share the idea with me
Thanks
Siva
Using a carousel for anything but images is very bad UX. It's not meant for user input!
Ok. So its better to go with a multi page Form with a button to switch between each page right
Yes, that would seem a lot better.