Data Sets in App Lab on code.org

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 30

  • @JoeMama-rr9cs
    @JoeMama-rr9cs 3 роки тому +7

    Thanks bro, doing my create task project and you saved my life

    • @vro2k99
      @vro2k99 3 роки тому +3

      Bro same with online school I have no idea how to code or do anything

    • @oldmanbaron8279
      @oldmanbaron8279 3 місяці тому

      me rn

  • @damienmemorial17
    @damienmemorial17 3 роки тому +4

    Yes!!! This has been extremely helpful to me! Thank You!

  • @MilesLogan91
    @MilesLogan91 7 місяців тому +1

    How did you get the purple block around the records[catIndex].Name in the setProperty block?

    • @computerscienceandcoding7741
      @computerscienceandcoding7741  7 місяців тому +1

      If you don’t have that block, you could switch to text mode and just type it in, and then switch back to block and the block will be created.

    • @MilesLogan91
      @MilesLogan91 7 місяців тому

      @@computerscienceandcoding7741 Thanks I'll try that out also would this work with pictures from the net pictures that have links 🤔

  • @bwiginton
    @bwiginton 2 роки тому +7

    I really appreciate this tutorial. Question - how do I code it to run the records sequentially instead of randomly?

    • @onlyabot6510
      @onlyabot6510 Рік тому

      Did you figure out how it works?😅

  • @hansik333
    @hansik333 3 роки тому +1

    Congratulation! On not getting 0 dislikes. And THXXXX very much this really helped me a lot.

  • @jyotirhoda
    @jyotirhoda 3 роки тому +5

    yeah so my image isnt showing up. Like the database is also mine and the picture is uploaded there but a small icon is shoing and not my imge. Please help!

  • @SleekSpeedster
    @SleekSpeedster 11 місяців тому

    Im trying to put a list of data into a dataset, how could i do this?

  • @GMVFuns
    @GMVFuns Місяць тому

    I thought the Datas function was to save your progress in the app, but it doesn't looks like.

  • @blufyt8106
    @blufyt8106 3 роки тому +2

    My Column name is more than one word*, it keeps bringing up an error. I tried underscores between words and just having no spaces but nothing works. Can you help me?

    • @computerscienceandcoding7741
      @computerscienceandcoding7741  3 роки тому

      If it’s a string, put quote around it.

    • @blufyt8106
      @blufyt8106 3 роки тому

      @@computerscienceandcoding7741 I tried that but it still doesn't work

    • @blufyt8106
      @blufyt8106 3 роки тому +1

      this is the line: console.log(records[i].Country + ': ' + records[i]."Total Confirmed Cases");

    • @computerscienceandcoding7741
      @computerscienceandcoding7741  3 роки тому

      @@blufyt8106 I see a little more what you mean now. Those quotes at the end won’t work. Feel free to share your project with me at computerscienceandcoding AT gmail DOT com

    • @computerscienceandcoding7741
      @computerscienceandcoding7741  3 роки тому

      I realize it's been forever, but I just ran into the same problem in a project of my own, and now I better understand your issue. My only workaround was to go back to the imported data and click the little gear next to the column name. It gives your the option to rename the column. I smashed the column words together, deleting the spaces. Then I took the quotes out of the line of code, and it worked for me.

  • @buddymelon9026
    @buddymelon9026 3 роки тому +1

    Amazing

  • @damienmemorial17
    @damienmemorial17 3 роки тому +2

    Any tips for making a scrollable feed of data from a dataset like this?

    • @computerscienceandcoding7741
      @computerscienceandcoding7741  3 роки тому

      I assume it’s possible, but I haven’t done it. Maybe a setstyle block to use css to make the output div label scrollable.
      I had to use join to turn my different array values into one long string. That might help.

    • @damienmemorial17
      @damienmemorial17 3 роки тому +1

      @@computerscienceandcoding7741 Thanks for the response! I will look into this for sure!

  • @drxpzfn1771
    @drxpzfn1771 3 роки тому +2

    bro i need help, pls respond to this msg

  • @paukhual9180
    @paukhual9180 2 роки тому +1

    Hi, I have problem with my coding. Could you please help me?