Skip to content

Commit 8ff5486

Browse files
committed
Added features and optional step
1 parent 30d0077 commit 8ff5486

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,27 @@ Quick program I wrote to scan through students homework assignments for the spec
1414

1515
1. Open Homework.pdf
1616

17-
2. Copy all of the information from the pdf into the large text area on the right side.
17+
2. Copy all of the information from the pdf into the large text area.
1818

1919
3. Then click "Grade"
2020

2121
4. Copy grade and auto-generated comments for missing assignments at the bottom into the grading system.
22+
23+
(Optional)
24+
25+
5. Click "Clear" to clear the last students input and grade.
26+
27+
## Features
28+
29+
### Clear
30+
31+
The Clear button clears just the input text area and output to reduce mixing up grades between students.
32+
33+
<b>Note:</b> The assignment names are not cleared.
34+
35+
36+
### Non-Unicode Characters
37+
38+
The program will filter out non-Unicode characters from the input when the user clicks the grade button.
39+
40+
> The assignment names can not include non-Unicode characters.

0 commit comments

Comments
 (0)