Menu

#12 Patch to correct out put to screen for edit assessment

open-accepted
nobody
None
5
2009-05-31
2008-11-03
Anonymous
No

There are problems going on in edit_assessment.php where you select the feedback options.

The offending bit looks like this...

-----
Allow the students to view feedback on their performance in this assessment?

[] Yes, allow feedback / justification.
[] No, don't allow feedback / justification.

Allow the students to enter feedback / justification for this assessment

Title [_________________]

[] Yes, allow students to view feedback.
[] No, there is no feedback for this assessment.
-----

The wording of the Yes/No options is the wrong way around. The first item says view feedback on performance, but the Yes/No options say feedback/justification. The second item says give
feedback/justification, but the options say view feedback.

Also, the field 'Title' doesn't offer any idea of what you're meant to put in the box.

The other problem is with the code behind these options. Firstly, the form never saves the ->allow_feedback property, so students will never
get to see their criteria ratings.

Secondly, when displaying the radio buttons, both sets of Yes/No check the same assessment property ->allow_assessment_feedback which is for
students giving feedback. So the viewing feedback option doesn't save,
and doesn't show the correct status.

Discussion

  • Nobody/Anonymous

     
  • Nick

    Nick - 2008-11-10

    Will be part of the next release

     
  • Nick

    Nick - 2008-11-10
    • status: open --> open-accepted
     
  • Nick

    Nick - 2008-11-10
    • status: open-accepted --> closed-accepted
     
  • Nobody/Anonymous

    • status: closed-accepted --> open-accepted
     

Log in to post a comment.