As a father of two school-aged kids, I often find myself helping them refresh topics before exams. I had done some practice exams earlier, but this time I wanted to make it more re-usable and future proof.
The goal was simple – an app that I can use to prepare questions and then share them to the kids for further practise. I named the project "Prepra".
Prepra is about custom questionaires. I wanted to have a possibility to make specific questions about up-coming exams and then share them with kids so that they can test their knowledge with their own phones.
I set up an Angular application with Firebase backend. Users need to log in with their credentials. Once the user is logged in she can see the previous score for the task. The actual exams are configured in the frontend. This is not optimal, but at first, it is not as crucial since the audience is not likely to inspect sources.
The project is still ongoing and will get regular updates. This blog post will get updated as the project moves on.