language - Evaluation-options - Feedback Aide API

Feedback Aide API Evaluation Options

language

Controls the language of the generated feedback.

Examples

// Example for evaluate endpoints
{
    "options": {
        "language": {
            "feedback": "fr"
        }
    }
}

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

        options: {
            language: {
                feedback: "fr"
            }
        },
    }
);

Values

Type string

Properties

  • feedback string

    Specifies the language of the generated feedback.

Was this article helpful?

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