User Story
As an experiment designer, I want control over whether to show the sentence typing effort check during the intro steps, so that if I strongly prioritize speed in the intro stages, I can skip it.
Feature description
Add an option to the batch config to make that step optional.
What would this feature enable?
Adjusting experiment designs with more control
Is this a front end or back end feature?
Priority
None
Syntax Suggestion
add a config option:
json { ... effortCheck: false }
or
json { ... effortCheck: true }
or
json { ... effortCheck: "The quick brown fox jumps over the lazy dog". }
This last one might substitute in the text for what is currently shown in the effort check. (Is it an acceptable pattern?)
User Story
As an experiment designer, I want control over whether to show the sentence typing effort check during the intro steps, so that if I strongly prioritize speed in the intro stages, I can skip it.
Feature description
Add an option to the batch config to make that step optional.
What would this feature enable?
Adjusting experiment designs with more control
Is this a front end or back end feature?
Priority
None
Syntax Suggestion
add a config option:
json { ... effortCheck: false }or
json { ... effortCheck: true }or
json { ... effortCheck: "The quick brown fox jumps over the lazy dog". }This last one might substitute in the text for what is currently shown in the effort check. (Is it an acceptable pattern?)