BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description:
End description
generic question
Begin NetLogo code:
substitute-text-area-for q-id 1 substitute-text-area-for p-answers output-print "Hello, welcome to the Somie Game" output-print "Press Continue button" substitute-text-area-for i-choosers goo:set-chooser-items "the-chooser-1" [""] ;; set the question id set the-question q-id ;; print to the output area i.e. questions, instructions, prompts etc p-answers ;; initialize the choosers i-choosers ; stop simulation until answer for this question is completed set the-bypass-go? true
End NetLogo code
BehaviourComposer: ignore everything after this.