Now that you have created a field, add the ability to change the value of the message field. Swap the editor to the setClass.quorum tab. Add the action block and edit the action to be named SetMessage with one text parameter. Then, set the field to the parameter value. This problem has no output yet, but it should not have errors when it is run.
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
Switch to Next Tab CTRL + ]
Switch to Previous TabCTRL + [
Blocks
Hint
Great job!
Try again
Drag over the action block and name the action SetMessage, action SetMessage(text value). Then add the assignment block and edit it so the message variable is assigned the value in the parameter (e.g., message = value).