Files

questions / demo / imageCapture / question.html
Edit Download
<pl-question-panel>
  <p>Consider the function $f(x) = x^3+2x^2+x+1$. Draw the graphs of the following functions: </p>
</pl-question-panel>
    
<p>(a) $f(x)$</p>
<pl-image-capture file-name="f-x-graph.jpg"></pl-image-capture>

<p>(b) $f'(x)$ (optional)</p>
<pl-image-capture file-name="f-x-prime-graph.jpg" allow-blank="true"></pl-image-capture>

<p>(c) $f''(x)$ (optional)</p>
<pl-image-capture file-name="f-x-prime-prime-graph.jpg" allow-blank="true"></pl-image-capture>

<pl-submission-panel>
  <pl-file-preview></pl-file-preview>
</pl-submission-panel>