I made a form with the purpose of the placement test, in which the logic is set as if the student reaches to that specific question, they will be placed at a specific level (which is one of the Endings) - However, the endings are not collected and shown in the Result. How can I do it to know which student is placed at which level?
Answered
Endings do not showed up in the Response
Best answer by john.desborough
- for example, if the user gets to q10 they go to ending a, if they get through to q15 they go to ending b
- logic rule on q10: always replace v_ending with “level one”
- logic rule on q15: always replace v_ending with “level two”
- in both of those cases, you can then route the user to ending A (level one) or ending B (level two using something like this: if v_ending is ‘level one’ then go to ending A; if v_ending is ‘level two’ go to ending B.
just some thoughts
des
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.