marcusgreen / moodle-qtype_wordselect

langHighlight words by clicking e.g. select all nouns in this sentence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teach Log In As Student causes issues

CourtBard opened this issue · comments

Using the latest version of Moodle 3.9+ and the most recent version of the Word Select plugin 2.44, the selecting of the words does not work correctly if a teacher uses the 'Log In As' functionality of Moodle and logs in as a student. The question displays correctly and hovering the cursor over the words changes it to the pointer icon, but when you click on a word, nothing happens. No selection highlight appears, the css does not change from 'selectable' to 'selected' and when you finish the quiz, the review shows that the question has not been answered.

When previewing the question as a teacher, everything works correctly, and when a student actually logs in and takes the quiz, everything works correctly as well. Hopefully this is an easy fix as checking to see how the question looks from a students view is important, and making sure everything works as intended from the students point of view is important as well. Not being able to have the question function correctly while logging in as a student is definitely a bummer.