scorable.generated.openapi_aclient.models.skill_test_input_behavior_enum

Scorable API

Scorable JSON API provides a way to access Scorable using provisioned API token

The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

Classes

Module Contents

class scorable.generated.openapi_aclient.models.skill_test_input_behavior_enum.SkillTestInputBehaviorEnum

Bases: str, enum.Enum

  • fast - fast * balanced - balanced * thorough - thorough

BALANCED = 'balanced'
FAST = 'fast'
THOROUGH = 'thorough'