File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments