Is there a way to show correct answers only to those questions in a certain block (e.g., questions within the practic block) without displaying correct answers to questions in the other block (say main experiment)?
Page 1 / 1
You could use embedded variables and display logic to achieve this. Suppose you create a variable called
practiceand set its value to either 0 or 1, based on whether they are in the practice condition or not.
In your questions, you can use display logic to show the answers if
practiceis 1.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.