maths / moodle-qtype_stack

Stack question type for Moodle
GNU General Public License v3.0
140 stars 148 forks source link

Checkboxes "Whether correct" still have no function #114

Closed alcarola closed 7 years ago

alcarola commented 9 years ago

Hi!

We are now starting to produce stack questions for an elementary course on ordinary differential equations.

I tried to disable all four boxes "Whether correct" in a quiz, but the red banner saying that the answer is wrong still shows up: https://www.dropbox.com/s/bl6vp81npwg86hq/Feedback%20errors.png?dl=0

timhunt commented 9 years ago

I think STACK classes that as '(Specific) feedback' in Moodle terms. I guess we need to decide if we consider that a bug or not. It might be quite hard to change. (Not sure.)

alcarola commented 9 years ago

The specific feedback seems to be the feedback from the PRT. Is it not possible to separate the red/green feedback from the PRT feedback?

timhunt commented 9 years ago

That is how it is at the moment. Because of the way we assemble the feedback into one CAS text, and then evaluate it, I am not sure how easily it would be to make the different types of feedback response to different question_dilsplay_options properties. If it is not too hard, we should probably make the change. However, I am in the middle of somethign else, so I don't want to look at that code now. If you can make a patch, I will happily review it later.