58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
YAML
{
|
|
"task_id": "task_create_page_quiz",
|
|
"entity_id": "page_quiz",
|
|
"generated_at": "2025-12-18T01:57:52.723794",
|
|
"workflow_version": "v001",
|
|
"target": {
|
|
"type": "page",
|
|
"definition": {
|
|
"id": "page_quiz",
|
|
"name": "Quiz Page",
|
|
"description": "Quiz interface for learning tasks",
|
|
"file_path": "app/quiz/[id]/page.tsx",
|
|
"status": "PENDING",
|
|
"auth_required": true,
|
|
"components_used": [
|
|
"QuizQuestion",
|
|
"Navbar"
|
|
],
|
|
"features": [
|
|
"Display quiz questions one by one",
|
|
"Multiple choice answers",
|
|
"Submit button",
|
|
"Score display after completion",
|
|
"Points earned display"
|
|
],
|
|
"path": "/quiz/[id]"
|
|
}
|
|
},
|
|
"related": {
|
|
"models": [],
|
|
"apis": [],
|
|
"components": []
|
|
},
|
|
"dependencies": {
|
|
"entity_ids": [],
|
|
"definitions": []
|
|
},
|
|
"files": {
|
|
"to_create": [
|
|
"app/quiz/[id]/page.tsx"
|
|
],
|
|
"reference": []
|
|
},
|
|
"acceptance": [
|
|
{
|
|
"criterion": "Page renders at /quiz/[id]",
|
|
"verification": "Navigate to /quiz/[id]"
|
|
},
|
|
{
|
|
"criterion": "Data fetching works",
|
|
"verification": "Check network tab"
|
|
},
|
|
{
|
|
"criterion": "Components render correctly",
|
|
"verification": "Visual inspection"
|
|
}
|
|
]
|
|
} |