Changes between Version 16 and Version 17 of en/ProgrammingRobotsCourse/GettingWwwInfo


Ignore:
Timestamp:
Mar 16, 2020, 4:07:01 PM (4 years ago)
Author:
xrambous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/GettingWwwInfo

    v16 v17  
    128128 * sport_bot
    129129 * rozvrh
     130
     131== Example app
     132
     133 * Create new project in Choregraphe.
     134 * As usual, add `Czech` in project Properties.
     135 * Add `Set Language` box and select {{{Czech}}}.
     136 * Right click the free area -> `Create a new box` -> `Dialog...`
     137 * in the Dialog -> `Add Topic` - choose `Czech` and `Add to the package content as collaborative dialog` (allows to start the dialog just by talking to the robot)
     138 * Connect `onStart` -> `Set Language` -> `Dialog`
     139 * Right click dialog box -> `Edit box`. Find `Outputs` and click on `+` button. `Name`: country, `Type`: string, `Nature`: punctual
     140        [[Image(inputdialog.png)]]
     141 * In Project files double click on `dialog_czc.top` and enter