Moodle MCP Server

get_quiz_grade

Retrieve a student's quiz grade on Moodle by specifying the student ID and quiz ID. Simplifies grading management for educators using the Moodle MCP Server.

Instructions

Obtiene la calificación de un estudiante en un quiz específico

Input Schema

NameRequiredDescriptionDefault
quizIdYesID del quiz
studentIdYesID del estudiante

Input Schema (JSON Schema)

{ "properties": { "quizId": { "description": "ID del quiz", "type": "number" }, "studentId": { "description": "ID del estudiante", "type": "number" } }, "required": [ "studentId", "quizId" ], "type": "object" }

You must be authenticated.

Other Tools from Moodle MCP Server

Related Tools

ID: x1nxui4s5k