Pointing on a Picture Question
Add a background image, and have your learners click inside a defined area to select the answer.
Dernière mise à jour
Add a background image, and have your learners click inside a defined area to select the answer.
Dernière mise à jour
Use the question type 'Image Select' / also known as "image mapped input problem" or “pointing on a picture” to get your learners to find an answer within an image.
This exercise is fun and interactive for your learners, but can be a little more complicated to set-up than the others, so fasten your seatbelt 🏎️ and grab your coffee ☕ ! Follow the instructions below closely, and don't hesitate to contact us (support@moocit.fr) if you need help. 😊
Choose the image you want to use, and make sure it is relatively large, and high quality.
Add your image to Studio > Content > Files and Uploads
3. Copy the web URL for your desired background image.
4. In a new tab, open up the Unit where you want to add your question.
5. Select to add a new Problem Component > Advanced > Image Mapped Input
6. The component will appear with a template already in place. Select to 'Edit' the component.
7. You will see the following code for the exercise:
8. On line 4 between <p>
and </p>
, modify your question text.
9. On line 5, replace the URL that appears after <imageinput src="
to the URL of your image (copied in step 3). Keep the " "
before and after the URL.
10. Also on line 5, you must change the width (width="600"
) and height (height="638"
) to that of your image. Ideally, your image width should not exceed 950 pixels.