CBA ItemBuilder Workshop: Session 08

Ulf Kroehne

Paris, 2022/11/07 - 2022/11/08

Show Immediate Feedback for Q3

  • Create a new Variable V_Q3 (Integer, default 0).
  • Create a Map M_Q3 with two guards: 0 with an empty text and 1 with the text “Correct.”
  • Add a MapBasedVariableDisplay to the page next to Q3 and link it to Variable V_Q3 and Map M_Q3.
  • Add the following Conditional Link to button C:
{page:true|set(V_Q3,1)}
  • Add the following Conditional Link to button A and B:
{page:true|set(V_Q3,0)}
  • Preview.

Group Work