I want to create quiz app in kodular.Can i get tutorial or aia file here?
Search the forum.
FreeQuiz.aia (962.7 KB)
It is a Dynamic Quiz app made with kodular you can add questions using firebase.
watch this video ,it will help you regarding the aia features .
would you please tell me how many questions can i add in this aia?
store your questions as well as the answers in a text file, load these text files on first run of the app, convert it into lists and store the lists in TinyDB for all further runs
like this you can have as much questions and corresponding answers as you like
Taifun
I have more than 1000 questions.So to see the result and correct answer user has to complete 1000 questions.Is it possible to modify this app to see the result of any question just after completing that question?If yes what should i have to do give me some idea
you might want to modify procedure āselectedā accordingly, see also Q1 here App Inventor Tutorials and Examples: Advanced Features | Pura Vida Apps
Taifun
A very good way to learn App Inventor is to read the free Inventorās Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ⦠the links are at the bottom of the Web page. The book āteachesā users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .
Also do the tutorials http://appinventor.mit.edu/explore/ai2/tutorials.html to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor