{% extends "mylab/base.html" %} {% load widget_tweaks %} {% load static %} {% load report_versions %} {% load user_link %} {% block breadcrumb %}
Report {% if report.passed %}passed{% else %}failed{% endif %} | |
---|---|
Experiment: | {% experiment_link report.appointment.experiment True %} |
Date: | {{ report.appointment.date.date|date:"l, j F Y" }} |
Tutor: | {% tutor_link report.tutor fullname=True %} |
Student: | {% user_link report.student fullname=True %} |
Result: | {% if report.passed %}PASSED{% else %}FAILED{% endif %} |
Here you can accept or reject a lab report from a student. A report should be good, before you accept it (set "Result" to "passed"). You should give the student a couple of attempts to correct the report. Usually two corrections, but you can accept more. If the report is still not good after that, you can reject it (set "Result" to "failed"). In this case the student will have to do an additional lab to pass the Lab Course.
Please check carefully that you selected the correct report by examining the name of the experiment, the date and the name of the student. Then you should also select the tutor that actually supervised the lab and will receive the credits. When you have done that, select whether the student has passed or failed the lab, before clicking the button to accept/reject the report.