App for giving grades and earning bananas.
- To use it with your android, you can install the Kivy Launcher (apk, Google Play).
- To use it on an other device look here
To import your students you can change the file named students.csv. Afterwards use
python convert_students_to_json.py
to convert your csv to the necessary json file.
To get your grades use
python convert_grades_to_csv.py
to convert your grades.json to a csv file.
The idea behind the app is to realize a quick workflow: Students and given grades are managed on a personal computer via two csv files. So the Banana Grader can be used for two reasons:
- To give grades to students
- To learn the names of the students
Functions to implement:
- Give bananas for given grades
- Reverse order of given grades
- Increase velocity in creating dics
- Handle incorrect files (students.csv)
- Security stuff
- Write more in "About"
- Nicer symbols (left arrow)
- This app uses the Kivy framework, which is released under the terms of the MIT License. Please refer to there LICENSE file. The base of the Banana Grader is the example/tutorial app called Notes.
- The current UI design has been adapted from Moblintouch theme's SVGs and is licensed under the terms of the LGPLv2.1.
- The default pictures are created by NicholasJudy456