From ddb5ed6ae5caae5c7bf1ed0976064917e4c4ed18 Mon Sep 17 00:00:00 2001 From: "dbitter@anwb.nl" Date: Tue, 5 Nov 2024 13:16:27 +0100 Subject: [PATCH] feat(event): add kotlin quiz --- pages/jfall-24-quiz-java.js | 2 +- pages/jfall-24-quiz-kotlin.js | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/pages/jfall-24-quiz-java.js b/pages/jfall-24-quiz-java.js index 671473cb..1b13c42e 100644 --- a/pages/jfall-24-quiz-java.js +++ b/pages/jfall-24-quiz-java.js @@ -9,7 +9,7 @@ export async function getStaticProps() { return { props: { theme: 'beige' } } } -export default function DevoxxJava() { +export default function JfallJava() { const { theme } = useBrandingTheme() return ( diff --git a/pages/jfall-24-quiz-kotlin.js b/pages/jfall-24-quiz-kotlin.js index 21352609..316f9007 100644 --- a/pages/jfall-24-quiz-kotlin.js +++ b/pages/jfall-24-quiz-kotlin.js @@ -9,19 +9,19 @@ export async function getStaticProps() { return { props: { theme: 'beige' } } } -export default function DevoxxJava() { +export default function JfallKotlin() { const { theme } = useBrandingTheme() return ( <> - +

- The iO Java developer quiz + The iO Kotlin developer quiz

@@ -37,13 +37,12 @@ export default function DevoxxJava() {

- Are you a Java developer? Are you a good Java developer? Or a great Java + Are you a Kotlin developer? Are you a good Kotlin developer? Or a great Kotlin developer? Go on, show off you skills and win fabulous prizes!

There are no tricks, only one correct answer per question. All the given code - compiles and unless specified explicitly, you may assume we are Java/JDK 23. And - it’s a quiz, so “I don’t know” is always the wrong answer. 😉 + compiles. And it’s a quiz, so “I don’t know” is always the wrong answer. 😉

@@ -54,11 +53,11 @@ export default function DevoxxJava() {
- {/* */} + formId={'39536cb0-8368-4651-bf2b-422978930577'} + />