Skip to content

Commit

Permalink
選択肢の遷移先を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi Kobayashi committed Jun 22, 2024
1 parent c4bf532 commit 449d3f0
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 449d3f0

Please sign in to comment.