I need help in Coding our app ( Pls help, this is Urgent)






![Screenshot 2024-04-22 200728|690x469](upload://[quote="mike, post:1, topic:3996, full:true"]
Hi all, I have invented a great app for a great cause using AI2 and testing in the iOS beta program. It is important that it is available for iOS and Android. I can get it onto Android but having trouble on even where to start when it comes to iOS. Could someone please help me with this?
[/quote]

f7uTDIEat8y1bzSJAoAuQnIggBU.png)
Can someone pls teach me on how I can Add a timer in every Question and randomize my question

Search the community for quiz, there are many many topics on this

The Clock component is in the Sensors Drawer in the Designer.

Use the random number in range 1 to length of list Questions block to generate the next question number.

To avoid duplicates, add questions to an initially empty global list of asked questions and use the Is In List block.