BehaviourComposer: ignore everything before this. Begin micro-behaviour: Begin description: End description generic question Begin NetLogo code: substitute-text-area-for q-id 1substitute-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 idset the-question q-id;; print to the output area i.e. questions, instructions, prompts etcp-answers;; initialize the choosersi-choosers; stop simulation until answer for this question is completedset the-bypass-go? true End NetLogo code BehaviourComposer: ignore everything after this. |