In this program, create a TestClass object and output the message field in the Main.quorum editor tab. Call the SetMessage and GetMessage actions to output the following text, This is a message from the TestClass field, message.
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
Start by adding the object block, TestClass testObject. This block has the type that matches the class name followed by the object name. Then use the object to call the SetMessage(e.g., testObject:SetMessage("This is a message from the TestClass field, message.")) and then the GetMessage(e.g., output testObject:GetMessage()) action.