agents.content.language_check.enabled - Evaluation-options - Feedback Aide API

Feedback Aide API Evaluation Options

enabled

Enable or disable language checking for essay responses.

Responses not matching the expected language will be flagged as not_scorable.

Examples

// Example for evaluate endpoints
{
    "options": {
        "agents": {
            "content": {
                "language_check": {
                    "enabled": true
                }
            }
        }
    }
}

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

        options: {
            agents: {
                content: {
                    language_check: {
                        enabled: true
                    }
                }
            }
        },
    }
);

Values

Default false

Type boolean

Was this article helpful?

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