Feedback Aide API Evaluation Options
grading
Provide additional context to the model about the learner level and the marking style required for this evaluation.
Examples
// Example for evaluate endpoints
{
"options": {
"grading": {
"learner_level": "academic-1",
"marking_style": "generous"
}
}
}
// Example using the JavaScript API
const feedbackSession = await feedbackApp.feedbackSession(
{ /* security token */ },
{
state: '...',
session_uuid: '...',
// ...
options: {
grading: {
learner_level: "academic-1",
marking_style: "generous"
}
},
}
);
Values
Type object
Properties
-
learner_level string
Provides hints to the model about the expected level of the learner response which can improve accuracy for grading.
-
marking_style string
Configures the grading style to suit the context of the evaluation or assessment.