Picture of David Eyman
Fail Quiz
by David Eyman - Wednesday, 6 August 2014, 5:50 PM
 

Is it possible for a user to fail the quiz? Right now, the default multiple choice questions allow the user to pick over and over again until they get it right. Can it be set up so they have one guess and if they get it wrong, they receive immediate feedback and it registers a wrong answer that effects an overall score of "pass" or "fail"?

Dave

Picture of Matt Leathes
Re: Fail Quiz
by Matt Leathes - Thursday, 7 August 2014, 8:54 AM
 

Hi David

Sounds like you need to do a combination of setting all the attempts to 1 in the questions (see the documentation https://github.com/adaptlearning/adapt-contrib-mcq/blob/master/README.md)

And also setting up what happens in SCORM when the assessment is failed - which is done in config.json, in the '_reporting' section.

However, you may need to patch your copy of contrib-spoor first, I don't think the version in MASTER is working.