teruo6939 commited on
Commit
0cf1ef7
·
verified ·
1 Parent(s): d5f5708

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 half-width katakana.
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 half-width katakana.
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).