How to use EzFlashcard:
1. Configure your URL by adding question=answer parameters separated by the & symbol.
2. Add optional parameters with defined flags, like card modes and settings.
3. Share and open the link to start learning!
Currently supported flags:
- clickreveal=true
- Default mode, called Memorize in the UI
- Sets card mode to click to flip, classic flip card style
- textinput=true
- Quiz mode, called Test Yourself in the UI
- Sets card mode to text input, users must type the answer and press enter to reveal
- studymode=true
- Displays a single card with question and answer, clicking the card cycles through the stack
- Note: The stack resets, so this mode is essentially infinite. A counter is shown to indicate
where you are in the stack.
- matchmode=true
- Cards are placed face down, click two cards to find matches
- removecorrect=true
- After entering a correct answer, the card will be removed from the stack
- swapqa=true
- This will swap the question and answer sides of the cards, question1=answer1 becomes
answer1=question1.
- This only applies to memorize and test yourself modes (click reveal and text input)
- hidemenu=true
- Disables the settings menu, useful if you are running EzFlashcard in an iframe and want to
prevent users from changing options
- darkmode=true
- Applies a dark theme to the application
Additional Features:
- Limit cards
- Limits the number of cards in the play area, default is 10 but this can be changd in the menu
- If used in combination with remove correct, it will refill the board with available cards to
maintain the specified number.
- This does not have a URL flag yet, its only an in-app option
- Generate URL with CSV
- Click the import button and select a URL, an ezflashcard link will be generated that you can copy or open.
- Note: The import checks only columns A and B. Column A should be questions, B answers.
- Row 1 is reserved for column titles.
Tips and tricks:
1. While you can manually create URLs, it's easier and more efficient to do this programmatically.
2. Since EzFlashcard has no back end and doesn't store data, bookmarks can be used to save
configurations.
3. It's best to share the URL with end users as a hyperlink to avoid displaying a lengthy URL.
4. Try running this site as an embed to avoid sharing links!