PRECHECK not working?

PRECHECK not working?

de către eduardo furtado-
Număr de răspunsuri: 3

When the PRECHECK button is clicked the quiz page refreshes, the text below the question number changes from "Not Complete" to "Precheck results", however, the precheck results don't appear below the question - the 'Pre-check only' table.


Inspecting the requests made by the browser shows status 303 for a request sent to 'processattempt.php', but that seems to be normal.


I'm using moodle 3.0 and the default Jobe server ( jobe2.cosc.canterbury.ac.nz ) with the default Jobe API-key


I can't think of anything causing this issue, besides that I should be running my own Jobe server?

Is there any public server I could be using, if this is what's causing the issue?

Ca răspuns la eduardo furtado

Re: PRECHECK not working?

de către Richard Lobb-

The usual reason for a missing result table is that the question is not being run in Adaptive Mode and/or that the Review options have not been set to show feedback during the attempt.

If that's not the problem in this case, please provide further information, such as what the actual output is, whether it's only Precheck that fails (i.e., does Check work?) and what language/question type you're using. A screen dump of the result would help, too.

I am in the process of changing the server that jobe2.cosc.canterbury.ac.nz maps to, so it's possible there's a problem there. You could try using 206.189.217.31 instead of jobe2.cosc.canterbury.ac.nz. Note, though, that I'll be decommissioning that server in a couple of days.

Richard

Ca răspuns la Richard Lobb

Re: PRECHECK not working?

de către eduardo furtado-

Sorry for taking so long to reply, I was traveling.


I tried using 206.189.217.31 but that didn't work.

After that I tried what you mentioned at first, and indeed the questions was not being run in Adaptive Mode and/or that the Review options have not been set to show feedback during the attempt.


Now it's working, but the drawback is that I didn't want to enable people to check their answer for the other questions.


In the future everyone should be running their own jobe servers?

Ca răspuns la eduardo furtado

Re: PRECHECK not working?

de către Richard Lobb-

Quizzes with a mixture of CodeRunner and non-CodeRunner questions are a bit tricky. For formative feedback I stick with showing  feedback immediately - students are much more motivated, and learn more, if they get instant feedback on their answers. For summative assessment (tests, exams) you need to compromise a bit. You can run the quiz in, say, Deferred Feedback mode but set the Review Options for "During the Attempt" to show feedback but hide correct answer, whether correct and mark. CodeRunner questions always display the Check and Precheck buttons (if enabled) regardless of mode. You need to experiment to find the best mix for your needs. Be warned that some question types (e.g. Cloze) leak information if you navigate away and back again.

Yes, everyone should run their own Jobe servers. I can't provide a compute service for the entire planet :)

Setting up a Jobe server in the cloud, such as on DigitalOcean, takes about 20 minutes and costs as low as $5 per month. See this video. Or if Docker is installed (which even works on Windows) you can run Jobe in a Docker container with just a single command. You can even do that on your Moodle server, though I don't recommend that, for both security and load reasons.

Richard