SAT Test Prep Helper is a project that generates new SAT-like questions for practice and helps individuals prepare for the SAT test.
- User registration
- Question generation
- Practice mode
- Leaderboard
Registration for our program is done using Auth0, user data is stored in our MongoDB database
Our program generates hundreds of questions based on practice SAT questions scraped from the College Board Official Practice SAT website and from openAI's gpt3.5 Turbo LLM model and feeds them to the user in a tailored program to bias their weaknesses more than their strengths.
With practice mode, users can enter a quick 10-question practice of randomly generated questions to improve their weaker points and work towards complete mastery.
To encourage a competitive spirit and help gamify our tool, we have introduced a leaderboard function which lists the users on our system with the most lessons completed. Using this tool we should greatly improve our retention and engagement with our system.