youngtsai commited on
Commit
4c45396
1 Parent(s): b1497ac

- (A) {choice_1}

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -478,10 +478,10 @@ def show_multiple_questions_markdown(data):
478
  - {question}
479
 
480
  ## 選項
481
- 1. {choice_1}
482
- 2. {choice_2}
483
- 3. {choice_3}
484
- 4. {choice_4}
485
 
486
  ## 答案: {answer}
487
 
 
478
  - {question}
479
 
480
  ## 選項
481
+ - (A) {choice_1}
482
+ - (B) {choice_2}
483
+ - (C) {choice_3}
484
+ - (D) {choice_4}
485
 
486
  ## 答案: {answer}
487