Skip to content

Commit

Permalink
Merge pull request #11 from m3dev/koba/fix-question
Browse files Browse the repository at this point in the history
選択肢の遷移先を修正
  • Loading branch information
bakobox authored Jun 22, 2024
2 parents c510e05 + 449d3f0 commit c1944d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torisetsu/src/jsMain/kotlin/core/ComposeQuiz.kt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ComposeQuiz : Quiz {
id = 11,
questionText = "このコードの実行結果は?\n\nprintln(\"-\"?.let{null}?:\"_\")",
answerOptions = listOf(
AnswerOption("_", 21, false),
AnswerOption("_", 24, false),
AnswerOption("null", 10, false),
AnswerOption("-", 18, false),
),
Expand Down

0 comments on commit c1944d0

Please sign in to comment.