Since I've been here for a long time.. May i ask another question. How do i convert the questions into a photo. Like the photo is the question. Using database . Thanks you help me a lot.
Have a look at this video to see how you can store and load images from database. th-cam.com/video/cZISCpMvaG0/w-d-xo.htmlsi=8IgOvOZuXRKcejGl this is in the case if your images have been taken by camera. If you want to use preexisting images as questions, you will have to encode and save to database in a different way. I haven't done a tutorial on this yet but this tutorial might help you: th-cam.com/video/U-tlpOdMGUs/w-d-xo.htmlsi=sKAj1E4fxqhyo3Nt I am uploading to google drive but you will have to change it to upload to database.
just add a button in your quiz screen for going back but make it invisible in screen initialize. and make it visible when all questions are done in the show question procedure. The code of onClick should open Screen 1. If you don't want to go back to menu screen and just want to go back to the quiz screen with the quiz just being started then in the back button code, set question number to 1, score to 0 and call show question procedure. The quiz will be restarted.
The database properties should be the same. If you use mit app inventor 's default CloudDB then it is impossible for two apps to share the same database. This is why I have taught how to make a custom REDIS database and how to make two apps and use the same custom database
Sure. Just get data from Google sheet instead. Have a look at my Google sheet tutorials. 1. Read data from Google Sheet (th-cam.com/video/7Erpfdpkuhg/w-d-xo.html) 2. Write data to Google sheet (th-cam.com/video/JQzDKuzyUoQ/w-d-xo.html)
You need to use the Redis cloud DB as explained in the tutorial, too th-cam.com/video/J4ksXNTlq3g/w-d-xo.htmlsi=oEYpUQMto8uL2eAt You might have noticed that i am not using the MIT app inventor deafult cloud dB component in these two apps as the default CloudDB can not be accessed by two different apps. You can also use Firebasedb. I have done a tutorial on setting up firebasedb, too.
It's fascinating to design Quiz App completely on our own so well. You made technalities easy. Thank you!
Really very thankful to you for sharing detailed programming of Quiz App so systematically. It's interesting to learn.
You explained every detail. Easy to understand.
This seems pretty interesting to watch. I love the designing options in MIT.
This MIT app is such a life saver in designing different sorts of programs 👍
Only a dedicated person can describe such technicalities in detail. Again, a great learning video.
You teach all the technical information very easily.
You have made sooo easy to design an app. Keep up the good work 😍
wow This is really amazing Appand you explained in detailed
Thank you for sharing this detailed tutorial with us 👌
Seriously there are too many stuff to do with MIT, love your tutorials ❤️
Amazing work keep sharing more
I'm getting more and more involved with this app ✌🏻
Very well explained tutorial thanks for sharing
Thanks for sharing such a detailed tutorial
Amazing and so informative
Wonderful explanation 🙂
Very well explained 👍👍
Wonderful app maker ❤️
Thanks for sharing it’s really helpful
YOU ARE AWESOME.
Very informative content
Interesting
👍👍👍
👍🏻
Since I've been here for a long time..
May i ask another question.
How do i convert the questions into a photo.
Like the photo is the question.
Using database
.
Thanks you help me a lot.
Have a look at this video to see how you can store and load images from database. th-cam.com/video/cZISCpMvaG0/w-d-xo.htmlsi=8IgOvOZuXRKcejGl this is in the case if your images have been taken by camera. If you want to use preexisting images as questions, you will have to encode and save to database in a different way. I haven't done a tutorial on this yet but this tutorial might help you: th-cam.com/video/U-tlpOdMGUs/w-d-xo.htmlsi=sKAj1E4fxqhyo3Nt I am uploading to google drive but you will have to change it to upload to database.
Hey i have question how should i add a button to go back in start quiz?
just add a button in your quiz screen for going back but make it invisible in screen initialize. and make it visible when all questions are done in the show question procedure. The code of onClick should open Screen 1. If you don't want to go back to menu screen and just want to go back to the quiz screen with the quiz just being started then in the back button code, set question number to 1, score to 0 and call show question procedure. The quiz will be restarted.
@@ObsidianSoftEducation thanks 🥰
@@joshuavince09 most welcome :)
Why the questions is not displaying in my app? I've already created a seperate app where the questions stored?
Have you created your custom database in Redis and are you using the same redis address in both apps?
@ObsidianSoftEducation oh no, should the two projects has same project id? If it is the same i think that's my mistake
The database properties should be the same. If you use mit app inventor 's default CloudDB then it is impossible for two apps to share the same database. This is why I have taught how to make a custom REDIS database and how to make two apps and use the same custom database
thank you for this
is there any way we can use to change the question by sliding left or right?
you will have to use an extension for gesture detection.
Can you do this eith spreasheet?
Sure. Just get data from Google sheet instead. Have a look at my Google sheet tutorials. 1. Read data from Google Sheet (th-cam.com/video/7Erpfdpkuhg/w-d-xo.html) 2. Write data to Google sheet (th-cam.com/video/JQzDKuzyUoQ/w-d-xo.html)
@@ObsidianSoftEducation i dont know how to put it can you make another tutorial with spreadsheet? Please🥺
my question is how to insert answer and question?
This is the make quiz tutorial in which we add questions and answers in database th-cam.com/video/J4ksXNTlq3g/w-d-xo.htmlsi=uMbQkNhARLsOtTDk
@@ObsidianSoftEducation yes i already following it but it does not appear in my take quiz app. Can you answer why?
You need to use the Redis cloud DB as explained in the tutorial, too th-cam.com/video/J4ksXNTlq3g/w-d-xo.htmlsi=oEYpUQMto8uL2eAt You might have noticed that i am not using the MIT app inventor deafult cloud dB component in these two apps as the default CloudDB can not be accessed by two different apps. You can also use Firebasedb. I have done a tutorial on setting up firebasedb, too.
@@ObsidianSoftEducation already solve it tysm
Most welcome 😊
So how i insert questions? Hihi
You can manually insert the questions in google sheet or make an app for inserting in google sheet ;)