I'm working on an exam system . I created a List view to display all the Multiple choice or True false Questions then I need to set the paging to 5 Questions per page.
The issue here is the total of the multiple choices Answers for each question changing {1choice,2choices,3choices,4choices or 5choices} the paging interact with each answer as it's a row while I need to deal with it as a group(Question with the Answers) in order to show only 5 questions on each page.
please Advice, Thanks