You are on page 1of 1

Important Points to Remembers!

Break the ice in the warm-up session by asking few open ended questions to make the student
confortable
Ask the student to go to Fullscreen post warm-up
Check if the parents can join at the beginning itself, else ensure they join before you deliver the
Parent's Pitch
Send the steps in the chatbox one by one
Teacher must share the screen before stating the activity one
The teacher must ensure that the student must be asked to exit the fullscreen before he is being
asked to share his screen
The teacher must go to fullscreen when the student's screen is being shared

The person who shares the screen must not click on the fullscreen under any circumstances.
Explain what is OnEvent, Function and setProperty nicely
Size, shape, color,text of the button can be changed from Button's property which is under Design
mode in Toolbox
Theme of the screen can be changed from screen's property which is under Design mode in
Toolbox
The 'label' component which is available under Design ToolBox can be edited from its properties.

To view the properties of Button, one must click on the button. Simlilarly to view the properties of
Screen, Label or any other component available on the screen, one must click of the desired
component.
RadioButton is used when one answer out of the multiple options is to be selected.
Why can't we change the color of the screen from screen's properties itself? This is because the
purpose is to change the screen's color only when a button is clicked and not directly.

While coding, the screen's color can be changed to any other color by simply typing the name of
the color in the color parameter
Text coding must be shown upfront by the Teacher
RGB is Red, Green and Blue
Red, Green and Blue are the primary colors and rest all of the other colors are formed by mixing
these colors
There are total 256 shades that a color has in Computer and the range is from 0 to 255.

The parameter of 'Ramdom Number' block is that it sets the minimum and the maximum value
For TimedLoop activity, setProperty block must be placed inside the TimedLoop Block
1000 miliseconds is equals to 1 Second
For Turtle Activity: We need 'Random Number' block to be placed on the 'TurnRight' or 'TurnLeft'
block for the app to draw a scribble or else it will draw a square
We can hide any of the component available on the screen by simply using the 'Hide Element'
block
The teacher must ask the student to rename his project, share/copy the project link and submit it
in the 'Submit your URL' project bar which is available on the top right hand side on the student's
panel.

You might also like