Flashcards Chrome Extension
The goal of this project was to automate the creation of flashcards to assist with memorization.
- CSS
- JavaScript
The source documents provided by the students were question banks, consistently formatted in the same way. This uniform format allowed me to develop a pattern that automated the process
of filling the flashcards.
To improve the user experience, I created a Google Chrome extension that would automatically activate only on the flashcard website. The extension streamlined the flashcard creation process and included a button to disable it if needed.
Additionally, I accounted for various question types, implementing case scenarios for multiple-choice answers and true/false questions, ensuring the system could effectively handle
different question formats.
The idea is that the student would load their file as usual in the app, but instead of copying each part into the correct fields, they would simply paste the entire text into the question field, and the extension would take care of the rest. It would automatically divide the text into question and answer sections, create new fields, select the correct answer, and more, significantly reducing the time needed to create a flashcard.