Class_generator/content/chapters/sbs.json
StillHammer 05142bdfbc Implement comprehensive AI text report/export system
- Add AIReportSystem.js for detailed AI response capture and report generation
- Add AIReportInterface.js UI component for report access and export
- Integrate AI reporting into LLMValidator and SmartPreviewOrchestrator
- Add missing modules to Application.js configuration (unifiedDRS, smartPreviewOrchestrator)
- Create missing content/chapters/sbs.json for book metadata
- Enhance Application.js with debug logging for module loading
- Add multi-format export capabilities (text, HTML, JSON)
- Implement automatic learning insights extraction from AI feedback
- Add session management and performance tracking for AI reports

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 21:24:13 +08:00

19 lines
476 B
JSON

{
"name": "Side by Side English Course",
"description": "Complete English language learning course",
"version": "1.0",
"language": "en",
"targetLanguage": "fr",
"chapters": [
{
"id": "sbs-7-8",
"name": "Chapters 7-8: Past Tense & Irregular Verbs",
"description": "Learn past tense and irregular verbs with practical exercises"
}
],
"metadata": {
"created": "2025-09-26",
"level": "intermediate",
"estimatedHours": 20
}
}