Update convert_chukan_fmt_1.py
Browse files- convert_chukan_fmt_1.py +1 -1
convert_chukan_fmt_1.py
CHANGED
|
@@ -19,7 +19,7 @@ def make_id(stage, order):
|
|
| 19 |
str: 特定のフォーマットのID文字列
|
| 20 |
"""
|
| 21 |
# フォーマットに従ってIDを生成
|
| 22 |
-
id_str = f"
|
| 23 |
return id_str
|
| 24 |
|
| 25 |
def extract_correct_choice(text):
|
|
|
|
| 19 |
str: 特定のフォーマットのID文字列
|
| 20 |
"""
|
| 21 |
# フォーマットに従ってIDを生成
|
| 22 |
+
id_str = f"EC03ST{stage:03d}L{order:03d}"
|
| 23 |
return id_str
|
| 24 |
|
| 25 |
def extract_correct_choice(text):
|