citation_check.enabled - Evaluation-options - Feedback Aide API

Feedback Aide API Evaluation Options

enabled

Controls whether to use citation checking for responses.

You would want to use this to skip grading and flag responses that do not meet the expected citation requirements.

Examples

// Example for evaluate endpoints
{
    "options": {
        "citation_check": {
            "enabled": true,
            "min_in_text_citations": 2
        }
    }
}

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

        options: {
            citation_check: {
                enabled: true,
                min_in_text_citations: 2,
            }
        },
    }
);

Values

Default false

Type boolean

Was this article helpful?

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