Feature Wiki

Information about planned and released features

Tabs

Dont Change Cursor in Image Map Question

1 Description

The mouse cursor changes its appearance when moving over a hidden section. This may give hints to the students to find out the correct answer. The mouse cursor should not change its appearance at all.
Some kind of graphical feedback should be supported to inform the student about the position he has submitted his mouse click and whether this click was successfull.

2 Status

3 Additional Information

  • If you want to know more about this feature, its implementation or funding, please contact: Jonas Lanz/ jonas.lanz@net.ethz.ch

4 Discussion

I don't think that it is necessary to implement this in any way. You can simply add the following code to your customized version of Modules/Test/templates/default/ta.css:

area {
cursor: default;
}

This will force the cursor to have the default look but there is still the hyperlink shown in the status bar when you move the mouse over an area.

Regards,
Helmut

This certainly is a solution, unfortunately this change will affect all users and all tests. I think it is prefered to set this option per test or even per question.

Greetings,
Jonas

Weber, Jens [jens.weber], 30.12.2023: A simple workaround, for the time being, consists of adding an area that covers the whole image (or at least all of the other areas) as the last area in the list. By this the cursor is always displayed as 'pointing to clickable content'.

5 Follow-up

Last edited: 30. Dec 2023, 13:19, Weber, Jens [jens.weber]