My First App In Adalo - Quizzy

Hello Everyone :wave:

Power Of Knowledge Proudly Presents QUIZZY!!

So this is my first app in Adalo. It’s a Quiz app.

Here’s the link of the app. You’ll can go and look.

Hope you’ll enjoy!!

Thank you

6 Likes

Any Feedback would be greatly appreciated!!

Thank you

Hello Dilon,

a few things in my opinion:
The efect in changing pages must be “none” because you have diferent ones and it’s a bit confusing
the page where user puts the photo, may be good to have a title like " upload your photo"
and i’ve been able to pass level one with 0 points.

the apps look good, this is just my 2 cents

1 Like

Hey Dilon, the quiz app looks good! I like the animations you made, maybe i will setup a bit shorter timer for the action. I will also add a statystics page on profile to see progress, and i would make a second action once an user complete a level. If score = 0 set a GameOver page. A part from that, i like it and you should really improve the gameplay

1 Like

Hi @dilon_perera are you able to share how you got the score to update for each question?
Looks good so far :slight_smile:

2 Likes

Hi @skstopher :wave:

Sure. I have a Attempts collection.

And in there I have a number property for the score. And I have another collection for the Answers. And another one for the Questions. In the questions collection I have a text property to store the correct answer for that question. And I have a relationship property between questions and answers collection to store the answers in the questions collection.

And I have a level list that creates a attempt and I have a list in other screen to show the questions with a filter and maximum number to 1 ( About Q number. You can watch this video.)

And I have a button inside that list and I maked that button a list ( three dots>make a list ). And I connected the Answers collection to the list and I have set the filter as Current question>Answers. The button text is current answer>text property ( answer ). And I have two conditional actions.

  1. Update current attempt score property to current attempt score ( from magic text ) and +1. It happens sometimes if the current answer is equal to current question>text property ( correct answer ).

  2. Update current attempt score property to current attempt score ( from magic text ) and +0. It happens sometimes if the current answer is not equal to current question>text property ( correct answer ).

  3. This is to update the Q number to show next question.

  4. Link to the complete screen if the current level questions count > is less than>current attempt q number.

This video by Nathan helps me for make this.

And I have a text component inside the questions list to show the Score ( current attempt>score ).

Hope this helps!

And thanks for checking the app.

Thank you

1 Like