JSONデータ
問題と回答例は以下のような形式の
JSON
データです
EpisoPass編集ページ
の「Save to file」で取得できます
EpisoPass編集ページ
にDrag&Dropできます
code:sample.json
{
"name": "SampleName",
"seed": "SampleSeed",
"qas": [
{
"question": "小学生のとき好きだったのは?",
"answers": [
"まさこちゃん",
"のりこちゃん",
"みどりちゃん",
"こづえちゃん"
]
},
{
"question": "
https://gyazo.com/756acf45b7456be0a53146732f5a92ca.png",
"answers": [
"物理",
"体育",
"音楽",
"英語",
"書道"
]
}
]
}