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

Show correct answers only to those questions in a certain block ?

  • February 1, 2021
  • 1 reply
  • 9 views

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

1 reply

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • February 1, 2021

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.