Forum Discussion
Help Needed: Skip Questions and Fixing Review Results Functionality"
Hi everyone,
I’m looking for help with a solution where users can skip questions in a 'Question Bank' and later go back to answer only the skipped ones.
While the solution I’ve implemented works well for managing unanswered questions, I’ve run into a problem: the "Review Results" functionality does not work correctly after this change.
Here’s what I need:
- Users should be able to skip questions and review only the unanswered ones.
- The "Review Results" button should display correct and incorrect answers for all questions.
What I’ve done so far:
- Added a reminder slide prompting users to go back and review unanswered questions.
- Removed the "Submit" button from each slide.
- Created a "Review Exam" button, but it currently shows all questions instead of just the skipped ones.
At the moment, the "Review Results" functionality isn’t working as intended.
Does anyone have a solution or suggestions on how to achieve both the skip-question functionality and a properly working answer key?
I’ve attached the file to show how I’ve built this so far. Your help would be greatly appreciated!
Hi MohammedMiro,
I replied to your other post here!
- NedimCommunity Member
Hi Mohammed,
Sorry for the delayed response. I missed your recent messages in another thread. I had promised myself to take a closer look at your issue, and here I am attaching the revised version, which I hope provides an acceptable solution, in case you haven’t received one from the support team. The user can now go back and review only the unanswered or skipped questions, and the Review functionality is now working as intended. For better understanding, please compare the triggers in both files and note the differences. If you have any questions or would like me to explain the logic in more detail, please don't hesitate to ask.- LizCheungCommunity Member
Hi I have a similar course with the criteria of reviewing only the unanswered or skipped questions, I downloaded the file and tried to replicate the triggers but I can't seem to get it to work. I understand the triggers except the review button trigger how does it go back to the show only the unanswered/skipped questions? I see the true/false trigger but I don't see how a trigger that makes it true so the learner only sees the unanswered/skipped questions. I don't need learners to review correct/incorrect questions.
- NedimCommunity Member
If you don’t want learners to review correct/incorrect questions, either avoid using a trigger to set the Review variable to True when the learner clicks the Review button on the Results slide, or simply remove the Review button altogether. The 'Review = True' variable is solely used to enable the Review Correct/Incorrect functionality. You can also disable this trigger:
I recommend carefully reviewing the "answer" layers on each question slide and adjusting the timeline and triggers to align with the setup in the original .story file.
Important Notes:
- The timeline is only 0.25 seconds long.
- Ensure the slide jumps to the next slide when the timeline ends.
- Disable the "Hide Layer" trigger, as it is redundant in this scenario.
- Pay attention to the white rectangle (note its purpose or placement).
If it’s still causing you trouble, feel free to attach a short or simplified version of your project, and I’ll help you set it up to work properly.