There is a typo in matching.classes.inc, which is the cause of clear feedback fields every edit (Line 197 --- isset($feeback) ? $feeback : '' -> isset($feedback) ? $feedback : ''). Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| matching.classes.patch | 447 bytes | dpantele |
Comments
Comment #1
dpantele commentedHm... That's not all. For example, you have a node with two choices. And you can't change the quantity to 3 on edit.
Well, I hope that in the 4.x branch of quiz its' official parts will be more reviewed. I will try to help in that.
Comment #2
mbutcher commentedThe patch has been reviewed and committed.
Matt