NEW
Font size
WorksheetsCodesters: Dialogue
Total questions: 10
Worksheet time: 5mins
What is the variable name of the sprite that speaks?
说话的精灵的变量名是什么?
fox
summer
red
maowen
What is the Y position to which this sprite will move?
这个精灵将移动到的 Y 位置是什么?
-150
-100
Which circle will be the biggest?
哪个圈子最大?
circle1
circle2
circle3
Which sprite will flip?
哪个精灵会翻转?
alien1
alien2
dinosaur3
dinosaur2
What color sprite will move 1st?
什么颜色的精灵会第一个移动?
pink
yellow
blue
red
The blue "300" in this line of code is ...
这行代码中的蓝色“300”是...
an integer
a text string
a variable name
The text string in this line of code is...
这行代码中的文本字符串是...
glorp
alien1
300
What is the diameter of the sun in this line of code?
这行代码中太阳的直径是多少?
-150
175
75
"gold"
How would you debug the code on line 25?
你将如何调试第 25 行的代码?
add a comma between the -100 and -175
capitalize "sprite"
put the integers -100 and -175 inside " "
glideto(-100 -175)
What will glorp do?
glorp会做什么?
Move left and right only
Move left and right AND up and down
Move up and down only
go to (10,1)
