diff --git a/README.md b/README.md index 5d2845a..70a8755 100755 --- a/README.md +++ b/README.md @@ -22,19 +22,13 @@ For existing documentation see: ### What does this offer over the legacy gradebook? -![A screenshot of the grade listings](documentation/screenshots/grade-listings.png) - The micro-frontend offers a great deal more granularity when searching for problems, an easy interface for editing grades, an audit trail for seeing who edited what grade and what reason they gave (if any) for doing so. -![Screenshot of the grade editing interface](documentation/screenshots/grade-editing.png) - UsageProblems can be filtered by student as in the traditional gradebook, but can also be filtered by scores to see who scored within a certain range, and by assignment types (note: Not problem types, but categories like ‘Exams’ or ‘Homework’). -![Screenshot of the filtering options](documentation/screenshots/grade-filtering.png) - ### What does the legacy gradebook offer that this project does not? This project does not (yet, at least) create any graphs, which the traditional gradebook does. It also does not give diff --git a/documentation/screenshots/grade-editing.png b/documentation/screenshots/grade-editing.png deleted file mode 100644 index 0e5f1c9..0000000 Binary files a/documentation/screenshots/grade-editing.png and /dev/null differ diff --git a/documentation/screenshots/grade-filtering.png b/documentation/screenshots/grade-filtering.png deleted file mode 100644 index 5482ec8..0000000 Binary files a/documentation/screenshots/grade-filtering.png and /dev/null differ diff --git a/documentation/screenshots/grade-listings.png b/documentation/screenshots/grade-listings.png deleted file mode 100644 index fd6ee58..0000000 Binary files a/documentation/screenshots/grade-listings.png and /dev/null differ