CeraStroh / study-application

Senior Project for Central College
https://study-application-senior-project.vercel.app
0 stars 0 forks source link

Flashcard study practice #5

Closed CeraStroh closed 2 months ago

CeraStroh commented 5 months ago

As a student, I want to study with flashcards so that I can practice remembering and recollecting concepts based on the prompts.

CeraStroh commented 4 months ago

Conditions of Satisfaction

Tasks

CeraStroh commented 4 months ago

4/8 Progress - 2 hours Idea: Have a flashcard take 2 parameters (term & definition), set pairs index on flashcard practice page

CeraStroh commented 3 months ago

4/10 Progress - 1 hour 45 minutes Created form that asked popup questions Displayed a study set's contents

CeraStroh commented 3 months ago

4/22 Progress - 1 hour Worked on Flashcard component

CeraStroh commented 3 months ago

4/23 Progress - 40 minutes Worked on Flashcard component, added fix for autosubmit error in edit form Completed function that populates cards task (4 points)

CeraStroh commented 3 months ago

4/25 Progress - 1 hour Completed create a card component, shuffle option, show back when card is clicked, add "next" button (& "previous" button), and add "start over" button tasks (10 points)

CeraStroh commented 2 months ago

4/26 Progress - 2 hours Connected flashcard settings with flashcard functionality Idea: Use a popper to hide the settings while the user is studying

CeraStroh commented 2 months ago

4/27 Progress -1.5 hours Completed "incorrect" and "correct" buttons task & finished score functionality Started shuffle functionality

CeraStroh commented 2 months ago

4/28 Progress - 1 hour Added shuffle functionality but there are problems with the logic

CeraStroh commented 2 months ago

4/29 Progress - 2 hours 10 minutes PR to merge with develop PR to merge with main