<pl-question-panel>
<p>This question demonstrates the image capture element, which enables students to submit images to questions using their local camera or an external device (e.g. a phone or tablet).</p>
</pl-question-panel>
<p>If you plan to use AI grading, do not wrap <code>pl-image-capture</code> within another PrairieLearn element, such as <code>pl-card</code>.</p>
<p>Consider the function $f(x) = arcsin(2x) + cos(4x^3-5x)+e^{x^3}$. Find $f'(x)$ and show your work.</p>
<pl-image-capture file-name="solution-1.jpg"></pl-image-capture>
<p>If necessary, mobile capture can be disabled.</p>
<p>Sketch the bounded region enclosed by the curves $y=-x^2+3$ and $y=2x^2$.</p>
<pl-image-capture file-name="solution-2.jpg" mobile-capture-enabled="false"></pl-image-capture>
<p>If <code>allow-blank</code> is set, students can submit without capturing an image. This is useful when providing multiple image capture elements where not all are required.</p>
<p>Use this space for additional work (optional).</p>
<pl-image-capture file-name="solution-3.jpg" allow-blank="true"></pl-image-capture>
<pl-submission-panel>
<pl-file-preview></pl-file-preview>
</pl-submission-panel>