hii koders, im new here. i want to make a quiz game but im still learning. u guys do u hv sum templates for me to maybe i want to try another ppl ideas lol. tysm xoxo.
RaYzZz
(Gianluca Franco)
December 29, 2025, 1:29pm
2
Hi dear,
Welcome to the odular community!
By using the search function you might find something.
https://community.kodular.io/search?q=quiz%20%23koded%20order%3Alatest
Or just today we discussed a similar topic in this thread
Hi Noor,
I’m attaching an example I made for a user some time ago.
The data is received from Google Sheets and saved in TinyDB, if you’re not interested, we can easily remove it by creating our own list of lists structured like this
(
(Question1 OptionA OptionB OptionC OptionD Correct)
(Question2 OptionA OptionB OptionC OptionD Correct)
)
it’s currently connected to one of my Google Sheets
[immagine]
[Screenshot_20251229_122436]
QuizApp.aia (217.8 KB)