Show correct answers only to those questions in a certain block ? | XM Community
Skip to main content

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)?

You could use embedded variables and display logic to achieve this. Suppose you create a variable called

practice 
and 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
practice
is 1.


Leave a Reply