Replies: 1 comment 2 replies
-
Are you referring to the conditional function in Because I could not run your code without making to many changes, I tried to implement a proof of concept of what I think you need:
You can use buttons to simulate the responses. The important parts are |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I really need help here! Because I have been stuck with this problem for a long time. I really need someone to help me figure where the problem is.
I am designing a dynamic test which will provide error specific feedback to the participant. As the code that I provided below, I created a trail called 'Item4' . And in this trial, if the participant provide an incorrect answer no matter what response it is in the first attempt, feedback "Incorrect, try again" will be provided, and then the participant have to try Item 4 again. In the second attempt, if the incorrect answer is "A" and "F", "Item4_feedback2a" will be provided. This feedback is included in a condition node called "Item4_feedback2a_node". There are other feedback nodes (like the incorrect response "B" and "C" will lead to "Item4_feedback2b_node; and "D" will lead to "Item4_feedback2ab_node) which are written in the same format.
My problem is that this conditional node is not extracting the data from last trial (the second attempt's response) but the last (2) trail (the first attempt's response).
Could someone help me find out why this is the case.Please, I will really appreciate any help! Thank you very much!
Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions