annotations - Evaluation-options - Feedback Aide API

Feedback Aide API Evaluation Options

annotations

Controls configuration options for text-highlighting based annotations on the learner's response.

You would want to use this feature to support graders by generating AI-driven annotations.

Important Only available for essay models.

Examples

// Example for evaluate endpoints
{
    options: {
        "annotations": {
            "grader": {
                "thesis": true,
                "evidence": true,
                "citations": true
            }
        }
    },
}

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

        options: {
            "annotations": {
                "grader": {
                    "thesis": true,
                    "evidence": true,
                    "citations": true
                }
            }
        },
    }
);

Values

Type object

Properties

  • grader object

    Controls configuration options for grader annotations on the learner's response.

Was this article helpful?

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