Page 1 of 1

Step from list item to list item

Posted: 01 Feb 2019
by smithme
i am trying to create a quiz app. My plan is to use Flows to load a list with questions for each student. I would like to create a form that will allow the user to step "next" and "back" through the items that belong to them, answer the question and then move next, until finished. Kind of like a wizard. The quizzes could be long, sometimes 100+ questions. I am not opposed to using SP.js to help make this work, but I would like to have the consistent look of Plumsail forms.

Is this even possible?
What is the best strategy?


Proposed List Columns:
Quiz ID (This is unique to all of the quizzes in the list)
Question ID (This is unique per question, will repeat for each student's quiz)
Student ID (This is unique per student, there can by multiple quiz id's be student)
Question (Multiple line text)
Answer (Several columns for the various multiple choice answers i.e. A) B) C) ...)

Re: Step from list item to list item

Posted: 01 Feb 2019
by smithme
As I see it the big challenge is to move from one edit form for question 1 to the edit form for question 2, etc.

Re: Step from list item to list item

Posted: 04 Feb 2019
by AlexZver
Hi!

As a workaround, I would recommend using Form Sets and redirect from one Form Set to another.

Also, you can try to utilize new Forms, it has the Wizard control already.

If you have any question about implementation - feel free to ask!