Entity · question_pools
Question Pool Schema
Felder
Question Pool Schema
Schema for reusable question pools (Fragenpools) used by quiz and exam units
title
Question pool title
1–200 Zeichen
description
Description of the question pool
max 2000 Zeichennullable
courseId
Course this pool belongs to (null = tenant-wide pool)
nullable
tags
Tags for categorizing the pool
nullable
questions
Questions in this pool
nullable
_id
min 1 Zeichenread-only
question
min 1 Zeichen
type
Werte
multiple_choicemultiple_responsetrue_falsefill_blankdropdown_blankmatchingorderinghotspotshort_textlong_textfile_uploadinteractive_videoaudio_questionsimulationpoints
≥ 0
explanation
nullable
tags
nullable
difficulty
Werte
easymediumhardnullable
mediaUrl
nullable
orderItems
nullable
gradingRubric
nullable
aiPrompt
nullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/question_pools— Liste, paginiert + filterbarGET /api/v1/question_pools/<id>— Einzelne EntityPOST /api/v1/question_pools— AnlegenPATCH /api/v1/question_pools/<id>— Teil-UpdateDELETE /api/v1/question_pools/<id>— Soft-DeleteGET /api/v1/question_pools/<id>/timeline— Audit + Aktivitäten