grading.learner_level - Evaluation-options - Feedback Aide API

Feedback Aide API Evaluation Options

learner_level

Provides hints to the model about the expected level of the learner response which can improve accuracy for grading.

You would want to use this to set the appropriate level of context for grading in relation to the education level or to use a business context.

Examples

// Example for evaluate endpoints
{
    "options": {
        "grading": {
            "learner_level": "academic-1"
        }
    }
}

// Example using the JavaScript API
const feedbackSession = await feedbackApp.feedbackSession(
    { /* security token */ },
    {
        state: '...',
        session_uuid: '...',
        // ...

        options: {
            grading: {
                learner_level: "academic-1"
            }
        },
    }
);

Values

Default "academic-3"

Type string

Possible values

  • "academic-1"

    Junior school - ISCED 1 - Primary education (age 6-10)

  • "academic-2"

    Middle school - ISCED 2 - Lower secondary education (age 11-14)

  • "academic-3"

    High School - ISCED 3 - Upper secondary education (age 15-18)

  • "academic-4"

    Post-secondary non-tertiary education - ISCED 4 - trades, apprenticeships etc.

  • "academic-5"

    University Level - ISCED 5-8 - University education (Bachelors level and above)

  • "business-general"

    For general business writing and communications

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.