Begin building a simple class by adding a field to the TestClass in the fieldClass.quorum tab. This field will be named message and be assigned a value of "This is a message from the TestClass field, message." In the next few problems you will get a chance to expand on this class.
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Blocks
Hint
Great job!
Try again
Drag over the variable block and change the field name to message. Then assign the message, the text, This is a message from the TestClass field, message. In the next problem, you will add more to the TestClass.