list_quiz_attempts
List attempts for a quiz, optionally filtered by user, and return each attempt's state, score, and timestamps.
Instructions
List attempts for a quiz (parcial/examen).
Args: quiz_id: The quiz instance ID. user_id: Optional user filter (0 = current user only).
Returns: JSON array of attempts with state, score, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz_id | Yes | ||
| user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |