WeBWorK Main Forum

Some answers will be graded later?

Some answers will be graded later?

by Andras Balogh -
Number of replies: 8
With ww_version: 2.12 my students are seeing new message after submitting incorrect answers on some problems.The message is "Some answers will be graded later."
This confuses them because these problems are simple answers graded immediately. I am not sure how to turn the message off. It sounds like something that would be related to essay questions.

It seems to me that it shows up on problems with one answer box only, for example
 rochester_problib/setAlgebra15Functions/p3.pg

On problems with more than one answer boxes the message does not show up, for example  
 rochester_problib/setAlgebra15Functions/p6.pg


Andras


In reply to Andras Balogh

Re: Some answers will be graded later?

by Arnold Pizer -
Hi Andras,

I don't see this on my 2.12 setup when, logged in as a student,  I enter both correct and incorrect answers to  rochester_problib/setAlgebra15Functions/p3.pg.  You must have some configuration setting that triggers this bug.  Any idea what that could be?   Or is there any thing else different on your system that might be related to this?

Arnie
In reply to Arnold Pizer

Re: Some answers will be graded later?

by Andras Balogh -
Hi Arnie,

I have no idea so far. 
The message is placed above the problem, in place of messages like
"At least one of the answers above is NOT correct."
or 
"All of the answers above are correct."

Andras


In reply to Andras Balogh

Re: Some answers will be graded later?

by Michael Gage -
Andras,

I see that message.  Let me take a look.

Mike
In reply to Michael Gage

Re: Some answers will be graded later?

by Michael Gage -
Ok.  I think I've fixed it.  

cd webwork2
git branch
    should be "master"

git pull https://github.com/mgage/webwork2/  master_hotfix

you might have to use sudo for the last command


This will get pulled in to the standard webwork2 release 2.12 distribution as soon as Goeff is back. 
In reply to Michael Gage

Re: Some answers will be graded later?

by Arnold Pizer -
Hi,

The incorrect message was displayed by my system. I just missed it.  Mike's hotfix corrected it for me.

Arnie
In reply to Michael Gage

Re: Some answers will be graded later?

by Jeremy Lounds -

Hello Michael,

We are receiving this message in 2.14. Is it safe to apply the hotfix? Or perhaps you can direct me to which file(s) specifically need to be patched?

Thank you,

Jeremy

In reply to Jeremy Lounds

Re: Some answers will be graded later?

by Michael Gage -

Hi Jeremy,

The changes are listed in this pull request:

https://github.com/mgage/webwork2/commit/9bb3cacc574eeb9913e312efdfde629600bce8f2

changes are in lib/WeBWorK/Utils/AttemptsTable.pm

Not sure why you are seeing this -- these changes were incorporated into WW 2.13


Take care,


Mike