Files

questions / demo / fixedCheckbox / question.html
Edit Download
<pl-question-panel>
  <p>An object's motion is described by the position-time graph below.</p>

  <pl-figure file-name="graph.png"></pl-figure>
</pl-question-panel>

<pl-question-panel><hr></pl-question-panel>

<pl-question-panel>
  <p>Select all regions where the object's velocity is primarily positive.</p>
</pl-question-panel>
<pl-checkbox answers-name="vpos" weight="1" display="inline">
  <pl-answer correct="true">A-B</pl-answer>
  <pl-answer correct="true">B-C</pl-answer>
  <pl-answer>               C-D</pl-answer>
  <pl-answer correct="true">D-E</pl-answer>
  <pl-answer>               E-F</pl-answer>
  <pl-answer>               F-G</pl-answer>
</pl-checkbox>