Inspiration

-Quizlet, Anki

What it does

-Increase information retention by using spaced repetition. -Design effortless UI/UX to make the creation of custom quizzes quick and efficient. -Implement our own algorithm that will re-shuffle the questions to prioritize questions you are able to answer less frequently - a proven study technique

How we built it

-Organized into two classes: quiz deck and quiz info -QuizInfo objects have three fields: index, question, and answer -QuizDeck has one field: an array list of QuizInfo Objects -After the user tests themselves, the QuizDeck organizes itself from least-known questions to best-known questions

Challenges we ran into

-Setting up the classes in a way that allows for sorting -Updating the index of each question so it re-shuffles

Accomplishments that we're proud of

-The way we split up the challenge so everybody had a part -We played on each others strengths -Produced something even though we were not experienced with hackathons

What we learned

-How we may proceed if we ever wanted to actually implement this idea in an app -How to use Figma

What's next for Studynest

-Adding a better similar answer recognition system -Having a picture recognition system -Storing quizzes for future use

Built With

Share this project:

Updates