Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Oct 30, 2023
1 parent f6017fe commit 508d258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/grades/_exam_import_schema.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
NUID | Last name | First name | Status | Action | <%= @assignment.flattened_questions.map{|q| q["name"]}.join(" | ") %> | Curved
</pre>
<ul>
<li>The uploaded file must have column headers as its first row<./li>
<li>The uploaded file must have column headers as its first row.</li>
<li>Each column header must be quoted, separated by commas, and there
must not be spaces between the column headers.</li>
<li><b class="text-danger">NOTE: Any students who are missing NUIDs cannot have their grades uploaded.</b></li>
Expand Down

0 comments on commit 508d258

Please sign in to comment.