yosuke-i commited on
Commit
ae281dd
·
verified ·
1 Parent(s): 69d0d59

Update convert_chukan_fmt_1.py

Browse files
Files changed (1) hide show
  1. convert_chukan_fmt_1.py +1 -1
convert_chukan_fmt_1.py CHANGED
@@ -124,7 +124,7 @@ def convert_chukan_fmt_1(csv_file):
124
  data["解説テキスト"].append(replace_newlines_in_text(create_explanation(row["問題2_スクリプト"], row["日本語訳_問題2_スクリプト"], english_selection_2, japanese_selection_2, row["問題2_Question"], row["日本語訳_問題2_Question"])))
125
  data["選択肢"].append(english_selection_2)
126
  data["正解"].append(extract_correct_choice(row["問題2_選択肢"]))
127
- data["リスト表示"].append(replace_newlines_in_text(row["問題2_スクリプト"]))
128
  data["script"].append(row["問題2_スクリプト"])
129
  data["question"].append(row["問題2_Question"])
130
  data["choices"].append(english_selection_2 if row["選択肢読み上げ有無"] == "有" else "")
 
124
  data["解説テキスト"].append(replace_newlines_in_text(create_explanation(row["問題2_スクリプト"], row["日本語訳_問題2_スクリプト"], english_selection_2, japanese_selection_2, row["問題2_Question"], row["日本語訳_問題2_Question"])))
125
  data["選択肢"].append(english_selection_2)
126
  data["正解"].append(extract_correct_choice(row["問題2_選択肢"]))
127
+ data["リスト表示"].append("")
128
  data["script"].append(row["問題2_スクリプト"])
129
  data["question"].append(row["問題2_Question"])
130
  data["choices"].append(english_selection_2 if row["選択肢読み上げ有無"] == "有" else "")