Skip to content

Commit 5f8108d

Browse files
committed
Update the Zooming Image (Dual Image) tool
1 parent bcaa1c9 commit 5f8108d

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

source/educators/how-tos/course_development/exercise_tools/create_zooming_image.rst

+23-20
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
.. _Zooming Image:
22

3-
##################
4-
Zooming Image Tool
5-
##################
3+
Zooming Image (Dual Image) Tool
4+
###############################
65

76
.. tags:: educator, how-to
87

9-
If you present information to your learners using very large or very detailed
10-
images, learners might not be able to clearly see all the information in the
11-
image. Use the zooming image tool to provide learners with the ability to zoom
12-
in to and enlarge selected areas of your image.
8+
This tool allows the instructor to overlay a subsection of one image over a
9+
second image. These two files can be any two image files.
10+
11+
In the particular use case shown, the team presented two views of a biochemical
12+
pathway. One shows the names of molecules, and the second shows their chemical
13+
structure when the learner clicks on that original image. That is why the
14+
feature originally had the name “Zooming Image Tool”. You could imagine other
15+
use cases such as a map of a region and a second image that shows data or names
16+
from each subsection from the first map.
1317

1418

1519
.. image:: /_images/educator_how_tos/Zooming_Image.png
16-
:alt: Example zooming image tool showing a chemistry exercise.
20+
:alt: Example zooming image (dual image) tool showing a chemistry exercise.
1721

18-
***********************************
19-
Components of a Zooming Image Tool
20-
***********************************
22+
Components of a Zooming Image (Dual Image) Tool
23+
***********************************************
2124

22-
To create a zooming image tool, you need the following files.
25+
To create a zooming image (dual image) tool, you need the following files.
2326

24-
* The image that you want learners to see when they access the unit.
27+
* The primary image that you want learners to see when they access the unit.
2528

26-
* Optionally, an image that appears in the magnified area when a learner
27-
selects the regular image. This image should be larger than the regular
28-
image.
29+
* Secondly, an image that appears in the selected area when a learner
30+
selects a point in the primary image.
2931

3032

31-
****************************
32-
Create a Zooming Image Tool
33-
****************************
33+
Create a Zooming Image (Dual Image) Tool
34+
****************************************
3435

3536
#. In Studio, select **Content** and then select **Files & Uploads** to upload
3637
your regular-sized image file and, optionally, your large image file. For
@@ -90,5 +91,7 @@ Create a Zooming Image Tool
9091
+--------------+-------------------------------+----------------+--------------------------------+
9192
| Review Date | Working Group Reviewer | Release |Test situation |
9293
+--------------+-------------------------------+----------------+--------------------------------+
93-
| | | | |
94+
| 2025-03-19 | Docs WG | Sumac | Pass. Propose changing name to |
95+
| | | | "Dual Image Tool" to better |
96+
| | | | reflect its actual capabilities|
9497
+--------------+-------------------------------+----------------+--------------------------------+

0 commit comments

Comments
 (0)