Bug #6628

assessment (open question): NoRatedYetWarning alsways present
0%
Description
the NotYetRatedWarning is always present, even if the assessment was rated.
Files
History
Updated by Anonymous over 9 years ago
resolved:
file repository/content_object/assessment/php/lib/complex_display/component/viewer/wizard/inc/question_result_display/assessment_open_question_result_display.class.php line 42
file repository/content_object/assessment/php/lib/complex_display/component/result_viewer/question_result_display/assessment_open_question_result_display.class.php line 42
removed the NotYetRatedWarning
added NotYetRatedWarning in file repository/content_object/assessment/php/lib/complex_display/component/result_viewer/question_result_display.class.php
Updated by Anonymous over 9 years ago
The only way of detecting if a feedback is given, is to test the feedback message (empty string or not).
This is not sufficient, as a lazy teacher might just give a score and write nothing, in which case the confusing message 'not yet rated' will still be displayed.