- Click Courses on the left hand side, then click All Courses.
- If you're an admin, make sure you have selected the correct school
and course within that school.
- If you're an admin, make sure you have selected the correct school
- Select the course you want to work in.
Click the Grades tab. - Find the assignment you want to enter a grade for.
Click the box for the corresponding student and assignment.
Then type in the student's score for the assignment.
Type EX to excuse the student from the assignment.
Click tab on your keyboard to quickly move through assignments.
Note
Then you'll see the entered grade for that student and the assignment.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>