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

Update README.md

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