Miki0329 commited on
Commit
6a5b747
·
verified ·
1 Parent(s): 6fff5d4

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
@@ -19,7 +19,7 @@ def make_id(stage, order):
19
  str: 特定のフォーマットのID文字列
20
  """
21
  # フォーマットに従ってIDを生成
22
- id_str = f"EC03CU{stage:03d}L{order:03d}"
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):