-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
1.9.4
-
None
-
PHP 5.2.8, Apache 2, RedHat Linux. MSSQL on IIS
-
Microsoft SQL
-
MOODLE_19_STABLE
-
Moderate
If a teacher submits feedback for a student assignment, the student will only see it if either the teacher enters some comments, or submits a grade. If a teacher just uploads a response file, then the student won't see it.
I've modified mod/assignment/type/upload/assignment.class.php to check to see if there are any files as well, and if so, display the feedback. Other assignment types could probably be modified in a similar way, if necessary.