Skip to content

[FEATURE]: Make the effort check a config parameter #1065

Description

@JamesPHoughton

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?

  • Front end
  • Back end

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?)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions