{% extends "assistant_base.jinja.html" %} {% block content %}
Group number | {{ group_number }} |
---|
Experiment | {{ semester_experiment.experiment.str() }} |
---|---|
Oral mark weighting | {{ semester_experiment.oral_weighting }} |
Protocol mark weighting | {{ semester_experiment.protocol_weighting }} |
Final experiment mark weighting | {{ semester_experiment.final_weighting }} |
1. The final experiment mark is calculated automatically with the oral and protocol marks and experiment specific weightings.
2. The contact email is the preferred email address for contact if entered by the student.
3. The note is optional and can be seen and edited by admins and assistants that are responsible for this experiment in this semester. It is for information related to the experiment and group. Examples: Protocol received, submission until ..., etc.
{% endblock %}