App Lab is a visual programming environment where you can make simple apps. Design an app, code in JavaScript with either blocks or text, then share your app.
Questions tagged [app-lab]
32 questions
-2
votes
1 answer
How to use Natural Language Processing (AI) in app lab?
I know about NLP being used in js but now , I am asked to do it in app lab.
I tried a lot of research but found no way to do it in blocks, app lab in code.org.
It should understand various diseases.
I would be grateful for any help.

Mohd Saad
- 105
- 4
-2
votes
1 answer
How to display text from a dataset in code.org?
I am working on a Dungeons and Dragons app that will eventually show information from the D&D books. So I am trying to display the spell information from a dataset. I have tried using readRecords and updateScreen and it displays on the screen…