Skip to content

Commit

Permalink
update quiz text
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Jun 21, 2024
1 parent d5cb8f1 commit b971ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torisetsu/src/jsMain/kotlin/core/ComposeQuiz.kt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class ComposeQuiz : Quiz {
),
Question(
id = 13,
questionText = "勉強会やカンファレンスの参加は何回目",
questionText = "トリ駄洒落と言えば",
answerOptions = listOf(
AnswerOption("ペンギンのペン銀www!", 3, true),
AnswerOption("ツバメが椅子にスワローwww", 11, false),
Expand Down Expand Up @@ -261,7 +261,7 @@ class ComposeQuiz : Quiz {
AnswerOption("wasabi", 3, true),
AnswerOption("Spring Boot", 20, false),
AnswerOption("Ktor", 20, false),
AnswerOption("Flutter", 25, true),
AnswerOption("Flutter", 1, true),
),
),
)
Expand Down

0 comments on commit b971ff6

Please sign in to comment.