{% extends "admin_base.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Select course section to submit or check grades.

{% if pref == 'S' %} {% elif pref == 'O' %} {% elif pref == 'M' %} {% elif pref == 'E' %} {% endif %} {% for course_section in course_sections %} {% if pref == 'S' %} {% endif %} {% endfor %}
Verify and Upload Grades Download Blank Grade SpreadsheetOnline GradebookManual Grade EntryVerify Grades Already Synced
{% if pref in 'SME' %} {{ course_section }} {% elif pref == 'O' %} {{ course_section }} {% endif %} Download XLS
{% if all_sections %}

All sections

{% if pref == 'S' %} {% elif pref == 'O' %} {% elif pref == 'M' %} {% elif pref == 'E' %} {% endif %} {% for course_section in all_sections %} {% if pref == 'S' %} {% endif %} {% endfor %}
TeacherVerify and Upload Grades Download Blank Grade SpreadsheetOnline GradebookManual Grade EntryVerify Grades Already Synced
{{ course_section.teacher }} {% if pref in 'SME' %} {{ course_section }} {% elif pref == 'O' %} {{ course_section }} {% endif %} Download XLS
{% endif %} {% if pref == "E" %}

Sync all grades with Engrade

{% endif %}

Change Grading Method

{% endblock %}