Take Quiz in MIT App Inventor | Quiz App with Questions from Database

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 49

  • @WOWPKCommunity
    @WOWPKCommunity 2 ปีที่แล้ว

    Only a dedicated person can describe such technicalities in detail. Again, a great learning video.

  • @lifeisthrillingyt7991
    @lifeisthrillingyt7991 2 ปีที่แล้ว

    It's fascinating to design Quiz App completely on our own so well. You made technalities easy. Thank you!

  • @uzmashahzad9061
    @uzmashahzad9061 2 ปีที่แล้ว

    Really very thankful to you for sharing detailed programming of Quiz App so systematically. It's interesting to learn.

  • @sumerajavaid630
    @sumerajavaid630 2 ปีที่แล้ว +1

    This seems pretty interesting to watch. I love the designing options in MIT.

  • @simrakhursheed1205
    @simrakhursheed1205 2 ปีที่แล้ว +1

    You explained every detail. Easy to understand.

  • @nubainzafar1578
    @nubainzafar1578 2 ปีที่แล้ว

    This MIT app is such a life saver in designing different sorts of programs 👍

  • @sammislearning
    @sammislearning 2 ปีที่แล้ว

    You teach all the technical information very easily.

  • @rajarani00182
    @rajarani00182 2 ปีที่แล้ว

    Amazing work keep sharing more

  • @novinayaz9347
    @novinayaz9347 2 ปีที่แล้ว

    Thank you for sharing this detailed tutorial with us 👌

  • @tiffanyjohnson7427
    @tiffanyjohnson7427 2 ปีที่แล้ว

    You have made sooo easy to design an app. Keep up the good work 😍

  • @janjua245
    @janjua245 2 ปีที่แล้ว

    Very well explained tutorial thanks for sharing

  • @humairasiddiqui8476
    @humairasiddiqui8476 2 ปีที่แล้ว

    wow This is really amazing Appand you explained in detailed

  • @carestudio1303
    @carestudio1303 2 ปีที่แล้ว

    Seriously there are too many stuff to do with MIT, love your tutorials ❤️

  • @brandslover1358
    @brandslover1358 2 ปีที่แล้ว

    I'm getting more and more involved with this app ✌🏻

  • @COOKINGWITHMI
    @COOKINGWITHMI 2 ปีที่แล้ว +1

    Amazing and so informative

  • @Itstootrendy
    @Itstootrendy 2 ปีที่แล้ว

    Thanks for sharing such a detailed tutorial

  • @tiffanyjohnson7427
    @tiffanyjohnson7427 2 ปีที่แล้ว +1

    Wonderful explanation 🙂

  • @binteidrees8277
    @binteidrees8277 2 ปีที่แล้ว

    Very informative content

  • @ayedanasim5713
    @ayedanasim5713 2 ปีที่แล้ว

    Wonderful app maker ❤️

  • @syedaarsalna7576
    @syedaarsalna7576 2 ปีที่แล้ว +1

    Thanks for sharing it’s really helpful

  • @raheelaashraf7875
    @raheelaashraf7875 2 ปีที่แล้ว

    Very well explained 👍👍

  • @IshitaIyer11
    @IshitaIyer11 2 ปีที่แล้ว +1

    YOU ARE AWESOME.

  • @neil2768
    @neil2768 2 ปีที่แล้ว

    Interesting

  • @mylittlekitchen2333
    @mylittlekitchen2333 2 ปีที่แล้ว +1

    👍🏻

  • @joshuavince09
    @joshuavince09 6 หลายเดือนก่อน +1

    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.

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 หลายเดือนก่อน +1

      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.

  • @wakilaqadir4041
    @wakilaqadir4041 2 ปีที่แล้ว

    👍👍👍

  • @vipu009
    @vipu009 ปีที่แล้ว +1

    is there any way we can use to change the question by sliding left or right?

  • @joshuavince09
    @joshuavince09 ปีที่แล้ว +1

    Hey i have question how should i add a button to go back in start quiz?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  ปีที่แล้ว +1

      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.

    • @joshuavince09
      @joshuavince09 ปีที่แล้ว +1

      @@ObsidianSoftEducation thanks 🥰

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  ปีที่แล้ว

      @@joshuavince09 most welcome :)

  • @Zymonnn
    @Zymonnn หลายเดือนก่อน

    Why the questions is not displaying in my app? I've already created a seperate app where the questions stored?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  หลายเดือนก่อน

      Have you created your custom database in Redis and are you using the same redis address in both apps?

    • @Zymonnn
      @Zymonnn หลายเดือนก่อน

      @ObsidianSoftEducation oh no, should the two projects has same project id? If it is the same i think that's my mistake

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  หลายเดือนก่อน

      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

  • @amnajamal7763
    @amnajamal7763 2 ปีที่แล้ว

    thank you for this

  • @joshuavince09
    @joshuavince09 ปีที่แล้ว +2

    Can you do this eith spreasheet?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  ปีที่แล้ว

      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)

    • @joshuavince09
      @joshuavince09 ปีที่แล้ว +1

      @@ObsidianSoftEducation i dont know how to put it can you make another tutorial with spreadsheet? Please🥺

  • @byron7300
    @byron7300 7 หลายเดือนก่อน +1

    my question is how to insert answer and question?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 หลายเดือนก่อน

      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

    • @byron7300
      @byron7300 6 หลายเดือนก่อน

      @@ObsidianSoftEducation yes i already following it but it does not appear in my take quiz app. Can you answer why?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 หลายเดือนก่อน

      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.

    • @byron7300
      @byron7300 6 หลายเดือนก่อน +1

      @@ObsidianSoftEducation already solve it tysm

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 หลายเดือนก่อน

      Most welcome 😊

  • @joshuavince09
    @joshuavince09 ปีที่แล้ว +1

    So how i insert questions? Hihi

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  ปีที่แล้ว +1

      You can manually insert the questions in google sheet or make an app for inserting in google sheet ;)