Skip to content

Commit 07276dc

Browse files
committedJul 6, 2024
feat: add more formats
1 parent 3a43235 commit 07276dc

9 files changed

+3036
-62
lines changed
 

‎README.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,30 @@
1919

2020
- Go to your Quizlet
2121
- Load all the question in your page
22-
- Scroll to the top of website and click "Get all Flashcards"
22+
- Scroll to the top of website
23+
- Choose the format of your flashcards
24+
- Click "Get all Flashcards"
2325

24-
![](images/button.png)
26+
![](images/format.png)
27+
28+
## Supporting Formats
29+
30+
### Question Definition Format
31+
32+
Example:
33+
![](images/ques-def.png)
34+
35+
### Definition Question Format
2536

26-
## Caution
37+
Like Question Definition Format but opposite
2738

28-
### Only work if your target page have the question format like below:
39+
### Coursera Key Format
2940

30-
- Must be a multichoices question
41+
![](images/coursera-format.png)
42+
43+
- A multichoices question
3144
- Question in the left box
3245
- Answers belong with question in the left box
3346
- Answers follow the format: a. Answer 1, b. Answer 2, ...
3447
- Keys in the right box
35-
36-
### Examples
37-
38-
![](images/format.png)
39-
![](images/format2.png)
48+
- Keys doesn't contain any definitions, only have the keys character

‎dist/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.