encorelab / SCORE

Scripting and ORchestration Environment (SCORE)
Other
2 stars 0 forks source link

Add Transition Feature for Step Timer #71

Open JoelWiebe opened 4 years ago

JoelWiebe commented 4 years ago

When timer runs out, specify in the Authoring Tool which step id to move the student to.

JoelWiebe commented 4 years ago

JSON might look something like this: "task": { "timer": { "duration": 30, "transitions": [ { "to": "node6" } ] } }

Please check with others, so this is consistent with JSON used elsewhere in the project.