teruo6939 commited on
Commit
c18f769
1 Parent(s): 53422d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,5 +103,5 @@ language:
103
 
104
  - `q_id` (`str`): 質問を一意識別するための ID
105
  - `question` (`str`): 質問文
106
- - `choice{0..4}` (`str`): 選択肢(choice0choice4 の 5つ)
107
  - `label` (`int`): `choice{0..4}` に対応した正解選択肢のインデックス(0-4)
 
103
 
104
  - `q_id` (`str`): 質問を一意識別するための ID
105
  - `question` (`str`): 質問文
106
+ - `choice{0..4}` (`str`): 選択肢(`choice0`〜`choice4` の 5つ)
107
  - `label` (`int`): `choice{0..4}` に対応した正解選択肢のインデックス(0-4)