Skip to content

beginner137/Obsidian-simple-note-quiz

Repository files navigation

Release 1.1.0 Notes:

added option to use new bullet point as question separator like below

  • question 1?
    • answer 1
    • answer 2
  • question 2?
    • answer 1
    • answer 2

Simple Note Quiz

This is a plugin that creates a simple quiz and makes marks on your current note just like the tests you took at school.

Story

  • I like to write notes in question and answer format.
  • I believe testing myself is one of the best ways to learn, I want to create a quiz on my current note, but I don't want to make things too complicated.
  • I want to make marks so that I know which parts I already know and which parts I don't.

How it works?

  • The plugin parses the note into cards that each contains a question and its answer.
  • If a line has a 'question mark', it will be parsed as question and contents right below it will be parsed as answer. Together they form a card.
  • The 'question mark' can be customized in settings, the default is '?'
  • Cards are separated by newline.

Screen Shot 2022-01-26 at 21 33 52

How to use it?

1. Click on the icon to start the quiz

image

2. Choose which questions you want to review or to clear the marks

image

3. Answer the question, then click Show Answer or press Enter to view the answer

image

4. Make the mark yourself by clicking Correct or Wrong, you can also press left arrow key <- or right arrow key ->

image

5. Continue the quiz

image

6. See your score and decide if you want to make the marks

image

7. The marks tell you which questions you got right/wrong, to clear the marks see step 2, if you start a new quiz the marks will be updated.

image