Files

questions / demo / calculation / question.html
Edit Download
<pl-question-panel>
  <p> Consider two numbers $a = {{params.a}}$ and $b = {{params.b}}$.</p>
  <p> What is the sum $c = a + b$?</p>
</pl-question-panel>

<pl-integer-input answers-name="c" label="$c=$"></pl-integer-input>