Skip to content

Grader v1.2.0

Choose a tag to compare

@Dectre Dectre released this 07 Aug 10:10
· 23 commits to main since this release

v1.2.0 — Excel & HTML Report Improvements

✨ New Features

  • Graded Count row: a new stats row above Mean showing how many submissions are graded per question (and fully-graded count for Total Score)
  • Checkbox dropdowns: Not Submitted / Fully Graded / Flagged columns in Excel now have a ☐/☑ dropdown so you can toggle them directly in the sheet
  • Live yellow highlight: flagging a student — from the app or manually inside Excel — instantly highlights their Name / Last Name / Student ID cells in yellow; the HTML report shows the same highlight

🔧 Improvements

  • Column layout: "Not Submitted" moved next to "Fully Graded" and "Flagged" so the three checkbox columns sit together (Excel, CSV and HTML report)
  • Smarter Total Score:
    • Absent students now show 0
    • Not-fully-graded students show a blank total
    • Mean / Median / Max / Min of Total Score are computed only from fully graded students, so absentees' zeros never skew the averages

🐛 Bug Fixes

  • Fixed HTML report bug where every letter "n" in descriptions was replaced with a line break