Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-6572

Allow students to access their uploaded documents after grading.

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.6.3, 1.7
    • 1.6.2
    • Assignment (2.2)
    • None
    • All
    • MOODLE_16_STABLE
    • MOODLE_16_STABLE, MOODLE_17_STABLE

      Currently in the "uploadsingle" assignment type, a student can access his/her uploaded document only until the teacher has graded it. Then the teacher's comment replaces rather than supplements the link to the student's document. There does not seem to be a good reason to block student access to their document and lots of good reasons to have it be available for them for review after feedback.

      The simple solution is to just not use the "else" statement on around line 64 in assignment.class.php of the uploadsingle assignment type as below on the line marked GVA

      if ($submission = $this->get_submission()) {
      if ($submission->timemarked)

      { $this->view_feedback(); }

      if ($filecount) { //GVA else if ($filecount)

      { print_simple_box($this->print_user_files($USER->id, true), 'center'); }

      }

      An even better solution would be to display it above the teacher comment so that other version of the module could put a marked up version of the document by the teacher below the teacher comments.

            skodak Petr Skoda
            ganderson Gary Anderson
            Nicolas Martignoni Nicolas Martignoni
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.