Welcome to SuperTA, the one-stop station to help YOU become the ultimate teaching assistant (TA). Say no more to attendance sheets, Excel spreadsheets and feedback forms!
SuperTA is a desktop management application made for TAs to keep track on students progress and attendance. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
With just a few simple commands, you can
-
Search for student records
-
take and track attendance of each student
-
record and view feedback for each student
-
and many more.
Acknowledgements
-
This application is built and enhanced from se-edu/addressbook-level 4
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
Libraries used: TextFX, ControlsFX, Jackson, Guava, JUnit5