π Content Editor
Page:Mode:π Demoβ‘ GroqNo Key
Page {{ n }} β
π€ AI Suggestions β Review Required {{ brick.pages[n-1].aiSegments.filter(s=>s.status==='pending').length }} PENDING
π€ AI Enhancement PENDING REVIEW{{ seg.wordCount }} words
β
AI Content Accepted & Merged β now shown in author colour above
Page {{ n }} Β· {{ getPageWordCount(n-1) }} words Β· {{ getPageCharCount(n-1) }} charsβ {{ brick.pages[n-1].aiSegments.filter(s=>s.status==='pending').length }} pending AI suggestion(s)
{{ brick.title||'Untitled Brick' }}
π {{ brick.courseName }}
π― {{ brick.difficulty }}β± {{ brick.estTime }} minπ§© {{ brick.type }}{{ t }}
π― Learning Objectives
{{ brick.objectives }}
π References
{{ r }}{{ r }}
β Content Distribution
β Author {{ actualAuthorPct }}%π€ AI {{ actualAIPct }}%
{{ idx+1 }} {{ page.sectionTitle||'Page '+(idx+1) }}
π {{ brick.id }} Β· v{{ brick.version }} Β· {{ brick.status }}
πΌ
No images in library yet. Upload via the sidebar or use the toolbar inside the editor.
{{imgLib.length}} image(s) β click any to insert into current page.
Brick schema β fully compatible with Brick Learner Hub v3.0.
{
"id": "{{ brick.id }}",
"title": "{{ brick.title }}",
"course": "{{ brick.courseName }}",
"topics": [{{ brick.selectedTopics.map(t=>`"${t}"`).join(', ') }}],
"difficulty": "{{ brick.difficulty }}",
"type": "{{ brick.type }}",
"estTime": {{ brick.estTime }},
"objectives": "{{ brick.objectives }}",
"sourceRatio": {{ brick.sourceRatio }},
"actualAuthorRatio": {{ actualAuthorPct }},
"status": "{{ brick.status }}"
}
"id": "{{ brick.id }}",
"title": "{{ brick.title }}",
"course": "{{ brick.courseName }}",
"topics": [{{ brick.selectedTopics.map(t=>`"${t}"`).join(', ') }}],
"difficulty": "{{ brick.difficulty }}",
"type": "{{ brick.type }}",
"estTime": {{ brick.estTime }},
"objectives": "{{ brick.objectives }}",
"sourceRatio": {{ brick.sourceRatio }},
"actualAuthorRatio": {{ actualAuthorPct }},
"status": "{{ brick.status }}"
}
{
"id": "{{ brick.id }}-xapi",
"verb": {"id":"http://adlnet.gov/expapi/verbs/created"},
"object": {"id":"{{ brick.id }}","definition":{
"name":"{{ brick.title }}","course":"{{ brick.courseName }}",
"topics":[{{ brick.selectedTopics.map(t=>`"${t}"`).join(',') }}],
"sourceRatio":{{ brick.sourceRatio }},"pages":{{ totalPages }}
}},"timestamp":"{{ new Date().toISOString() }}"
}
"id": "{{ brick.id }}-xapi",
"verb": {"id":"http://adlnet.gov/expapi/verbs/created"},
"object": {"id":"{{ brick.id }}","definition":{
"name":"{{ brick.title }}","course":"{{ brick.courseName }}",
"topics":[{{ brick.selectedTopics.map(t=>`"${t}"`).join(',') }}],
"sourceRatio":{{ brick.sourceRatio }},"pages":{{ totalPages }}
}},"timestamp":"{{ new Date().toISOString() }}"
}
{{ v.version }}{{ v.timestamp }}{{ v.note }}