problems with "show feedback" and "feedback immediate" on character "
Description
Attachments
- 23 Dec 2011, 01:02 AM
relates to
Activity
Raúl Sánchez Vegas May 2, 2013 at 3:13 AM
It still happens in "Rutgers 2.9 RC 1 - 2.9 - Sakai 2.9.1-RC01 (Kernel 1.3-SNAPSHOT)- Server sakai-test2".
The steps to reproduce this issue are the same that the steps listed in this ticket:
1. There is a published assessment with a FIB question which question text is 'How many fingers do you have in your hand? {"five"}' (e.g).
2. The student takes this assessment and answers "five" to this question.
3. The score results page shows wrong answer.
Regards,
Raúl
Andrea Schmidt January 26, 2012 at 10:31 AM
verified this is working correctly on trunk + experimental - Sakai Revision: 103599
it is also working on sakai-2.9.0-b01 QA3-US
Raúl Sánchez Vegas January 19, 2012 at 1:36 AM
Ok, this is true. Thanks Karen,
Regards,
Raúl
Hui Tsao January 17, 2012 at 10:34 AM
Raul,
You don't need to apply my patch as you have the correct feedback in your system already (you have "five" for both answer and studentAnswer). My patch is for trunk (2.9).
Thanks,
Karen
Raúl Sánchez Vegas January 16, 2012 at 4:59 AM
Hi Karen
Thanks for your explanation. I have a doubt:
If the student answer can be “five”(like in your case) or "five"(like in our case) then applying
"convertPlaintextToFormattedTextNoHighUnicode" before compare it with answer it works in your case but it doesn't work in the other case. Isn't it?
Thanks a lot,
Raúl
Hi
If we have a test configurated with "feedback inmediate" and it has a fill in blank question whose correct answer contains the character ", when student, during assessment, selects "show feedback" it always shows the wrong feedback because the question's correct answer has been stored with " instead of character ".
The question text to reproduce this could be:
'How many fingers do you have in your hand? {"five"}'
Sometimes the question's correct answer that it's stored is "five". When it happens, if student, during assessment, selects "show feedback" always gets the wrong feedback despite of writing the correct answer.
We think it is a bug. Thanks