This article will review how to set up a question section to deliver various question blocks. 


Scenario: Multiple questions blocks existing in the lesson (node) contributing to evidence.


In order to get the system to delivery one set of question block and allow the others to be alternatives and collect evidences  a single question section will be created. Within the question section each question block will be in a condition block that has been assigned a variable. 


Solution Steps:

  1. Create a global variable.  The variable should be an integer and the range should represent the number of question blocks in the node. For example, if you have 3 different question blocks the range would be 1 to 3. 
  2. Create a question section.
  3. In the new question section, click on the insert/edit  condition icon. 
  4. In the Condition Properties block type in c==1. Then, click OK. 
  5. In the condition block, enter any context from the first question section (i.e. the title or audio file/doucments). Then place the first question block placeholder by clicking on the add + button next to the question block name: Sample of the condition block configuration:
  6. Place a part after the condition block. 
  7.  Repeat step 3-6 for the remaining question blocks (condition for the next block will be c==2 and so on). Please make sure there is a part after each condition block. 
  8. Once all condition blocks have been created if any addition old question sections are present, proceed to delete the old question sections. 
  9. Proceed to take a preview of the section, the system will deliver one block at a time for the student and the system will collect the evidence as it would normally. The system is essential generating a variable base on the range given and presenting the student with that block (i.e. the c variable generates 2 the student will receive block 2 and so on).