Provide a Break block by default. #58
thefirstfloor
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Most experiments would want a break moment in the experiment.
This is not provided by default in the framework, you need to have break Xblock in the editor and set it up in the config files.
If the experimenter only has access to the config files, and not (want to dive) the code, it's not possible to add a break in the
session-sequence.jsonwhich gets picked up.Suggestion:
Add a default
break-buildinXblock, that can also run without any .json file for ease of use.All reactions