forked from wangziqi/ruoyi-vue-pro
feat(education): complete student core loop delivery
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": 9001,
|
||||
"clientSessionId": "local-session-001",
|
||||
"status": "ACTIVE",
|
||||
"questionCount": 3,
|
||||
"sessionVersion": 1,
|
||||
"questions": [
|
||||
{
|
||||
"sequence": 1,
|
||||
"questionId": "question-local-001",
|
||||
"contentVersion": "v1",
|
||||
"stem": "Synthetic question content",
|
||||
"type": "choice",
|
||||
"options": [{ "label": "A", "content": "Synthetic option" }],
|
||||
"selectedAnswer": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user