Forum Discussion
Custom Results Screen after Diagnostic Quiz
Hi Allie,
The easiest way to fix your problem might be setting a trigger to show the COMPLETE ALL LAYER when all the post quizzes were done. And add a trigger to the layer to show the PASS ALL LAYER if users pass all the quiz. So if users pass the course, it will trigger the COMPLETE ALL LAYER first and then close the layer immediately while showing the PASS ALL LAYER.
- AllieElearning4 years agoCommunity Member
Hi Joanne,
Thank you for the reply, but unfortunately this solution doesn't work.
The first part of the eLearning is a diagnostic, which allows learners to "test out" of some or all of the modules, so not everyone will take all the quizzes. Here is an example:
Tim takes diagnostic and tests out of all module 1. He is then required to take modules 2,3 and 4. He takes them all and passes the quiz at the end. In this case the Complete All layer would not show because the learner did not take the quiz for Module 1. I have tried to make some sort of statement for the variable that if the learner tests out of module 1 or passes the quiz in module 1 the complete all layer will show, but it doesn't.
Is there a different way to combine both statements, so the complete all layer will show in all cases?
- JoanneChen4 years agoSuper Hero
Hi Allie,
In your files you have G1-G4 Psss shown when users pass G1-G4 pre-test or post test. So I suggest you use the same criteria ie. the state of G1-G4 to identify which layer to show to reduce the risk of logical conflict. And you can still use the method I mentioned.
- Show the PASS ALL LAYER if state of G1-G4 Pass are normal. So no matter when users pass the group phase it will show the PASS ALL LAYER.
- Show the COMPLETE ALL LAYER if Viewed Q1-Q4 are Ture. And add the same trigger of above(1) in this layer.
Well, now you need to tell the system that although users do not take some of the post-test(eg. module 1) but they do pass the pre-test already. So just tell the system that when a state of G Pass is normal the related variable Viewed Q should be true.
- Add four triggers to state variables Viewed Q1-Q4 to be True if G1-G4 Pass are normal.
I also attached the story file for you to take a look and test.