Skip to content

Commit 50046df

Browse files
Update README.md
documented the study mode use case
1 parent 6df8104 commit 50046df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ This is a flashcard study application inspired by Quizlet.
3939
- If the user is an admin they also have the ability to edit and delete every flashcard set in the results
4040

4141
### 6. Study from a flashcard set.
42-
42+
-Given a flashcard set, the user can enter study mode
43+
-The user can choose how to sort the flashcard set: by creation date, by alphabetical order, or by random shuffle
44+
-The user can choose if they want to view the cards in order or in reverse order
45+
-The user can choose if the flashcard displays terms or definition by default
46+
-The user is then presented with the first flashcard in the flashcard set, given their sorting preferences. The user can choose to
47+
flip the flashcard, go to the next card, or go to the previous card until they wish to quit studying
4348
### 7. Generate and take a quiz from a flashcard set.
4449
- Given a flashcard set, the user can enter quiz mode.
4550
- Quiz mode features three types of questions: multiple choice, text entry, and true/false.

0 commit comments

Comments
 (0)