This terminal-based application is designed to allow students to login using their credentials, pick 1 of several options (Times Tables, Practice Quiz etc.) and receive feedback on these tests.
Teachers can also login and view a student's results, manage students etc.
Users are stored in a CSV file and quiz attempts are stored in a TXT file for simplicity and ease of use.
Developed using Bash
To run this program, clone the repo to your local machine using the following commands:
git clone https://github.com/tommyc2/Arithmetic-Learning-Program.git
cd Arithmetic-Learning-Program
chmod +x assignment.sh