Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.9.4
-
Fix Version/s: None
-
Component/s: Assignment (2.2), Feedback
-
Labels:None
-
Environment:PHP 5.2.8, Apache 2, RedHat Linux. MSSQL on IIS
-
Database:Microsoft SQL
-
Difficulty:Moderate
-
Affected Branches:MOODLE_19_STABLE
Description
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.
We are in our pilot phase of implementing Moodle. This has come up as a major issue. At this time, our teachers are not planning to use the gradebook module. We want to have "paperless" classes and being able to return a file to a student is essential.
Thanks.