Adding numeric values to images

Hello! I am trying to make a sparring scoring app for martial arts. The goal is for people who want to get certified have something to practice with.

I have been able to make a screen with the calls that each of the 5 different judges could make. Now I would like for the user to be able to choose who wins each round AND have the app confirm that they made the right call.

How do I add numeric values to each of the images, and have the app calculate them, and then check that the user’s decision is the correct one?

For background:
a red flag means red gets a point = R+1
blue flag means that blue gets a point = B+1
a person with their hands down to their sides means that red and blue each loses a point R-1, B-1
the person covering their eyes has no value does not affect the scoring = 0

Thank you very much!
Azul

What is the function of the 2nd blue flag? Are the images clicked for the user to gain points, or are the Point Red/Point Blue/No Point buttons clicked?

Thank you for your help!

Each box represents a judge. Each judge uses the flags or hand signals to show what they think happened in the ring. Two blue flags means that two judges thought that the blue competitor should get the point from that round.

Here it is on a google sheet to help clarify

1 Like


Try something like this! Use the any component blocks to check each image individually and change the score accordingly.

2 Likes

Thank you! I will give this a try!