timhunt / moodle-quizaccess_offlinemode

A Moodle plugin to allow, as far as possible, a student to continue working on a deferred-feedback quiz attempt even if the network connection goes down.
5 stars 4 forks source link

Fault-tolerant mode incompatible with ordering questions #5

Open mkpelletier opened 7 years ago

mkpelletier commented 7 years ago

The question format qtype_ordering appears non-functional when fault-tolerant mode is set to yes. The question shows with the draggable items, however if a student attempts to answer the ordering question by dragging the bars around, the browser merely selects the text under the cursor. This will happen whether the user is online or not. Upon disabling fault-tolerant mode, the ordering question works once again.

Particulars: Moodle 3.0.4+ (Build: 20160623) qtype-ordering: 2016102657 Fault-tolerant: 2015102600

Browser Chrome latest

timhunt commented 6 years ago

This is not very surprising. The project for which this was developed only used Essay questions. Other question types, particuarly those that use a lot of JavaScript, may have issues.

We don't have the time or inclination to fix those things. However, we will happily receive pull requests.

imatotek commented 5 years ago

In Firefox is working without problems, in Chome students have to reload page and then works.