Outcome: make a single image with multiple clickable regions to point to multiple URIs.
General overview:
- Upload the base image ("map") into the course Files.
- Create an *.html document (in Notepad or similar), in which you'll specify the coordinates on the image which correspond to the various target URIs.
- Upload the *.html document you created into the course Files.
- Point at the *.html document within the course - via direct link, or as a Module object.
In action:
- I first uploaded a "map" image called "map-sophos-1.jpg".
- I used Notepad to write an *.html document as follows:

https://mcla.instructure.com/courses/1025982/wiki/entering-thauma" />
https://mcla.instructure.com/courses/1025982/wiki/entering-logos" />
https://mcla.instructure.com/courses/1025982/wiki/entering-episteme" />
https://mcla.instructure.com/courses/1025982/wiki/entering-further-phusis" />
https://mcla.instructure.com/courses/1025982/wiki/entering-ethos" />
Things to note:
In the
tags, shape= specifies polygon areas, coords= sets the 4 corners of each area, href= sets the target of each area's click.
The shape= attribute can also use other shapes - "rect", "circle".
- I uploaded the *.html file into the course Files.
- I added the *.html file as a Module item.
Things to note:
Canvas will display the map within an overflow box, if the image is tall.
The result: In the image below, the various "regions" on the map actually represent differently-targeted clickable areas!
