Update README.md
Browse files
README.md
CHANGED
@@ -87,11 +87,11 @@ An example from custom category looks as follows:
|
|
87 |
- `category (str)`: The category of the question.
|
88 |
- Culture, customs, geography, history, government, law, healthcare, and environmental aspects.
|
89 |
- `question (str)`: The question text.
|
90 |
-
- Converted from full-width to half-width characters except for
|
91 |
- Does not contain line breaks (`\n`).
|
92 |
- Whitespace at the beginning/end has been removed.
|
93 |
- `choice{0..3} (str)`: Four answer options (choice0 to choice3).
|
94 |
-
- Converted from full-width to half-width characters except for
|
95 |
- Does not contain line breaks (`\n`).
|
96 |
- Whitespace at the beginning/end has been removed.
|
97 |
- `answer_index (int)`: The index of the correct answer among choice{0..3} (0–3).
|
|
|
87 |
- `category (str)`: The category of the question.
|
88 |
- Culture, customs, geography, history, government, law, healthcare, and environmental aspects.
|
89 |
- `question (str)`: The question text.
|
90 |
+
- Converted from full-width to half-width characters except for katakana characters.
|
91 |
- Does not contain line breaks (`\n`).
|
92 |
- Whitespace at the beginning/end has been removed.
|
93 |
- `choice{0..3} (str)`: Four answer options (choice0 to choice3).
|
94 |
+
- Converted from full-width to half-width characters except for katakana characters.
|
95 |
- Does not contain line breaks (`\n`).
|
96 |
- Whitespace at the beginning/end has been removed.
|
97 |
- `answer_index (int)`: The index of the correct answer among choice{0..3} (0–3).
|