You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a feature to export generated courses as SCORM v1.2.
This table describes the approach.
Component SCORM v1.2 Observations
─────────────────────────────────────────────────────────
Slides (PPTist) ✅ Possible A specific HTML renderer is needed, including navigation
Audio TTS (MP3/WAV) ✅ Possible Packaged in ZIP
Generated images ✅ Possible Packaged in ZIP
Short videos ⚠️ Partial Size limit --> Set as optional: video or replace with image
Quiz multiple/unique ✅ Possible cmi.interactions + scoring
Quiz open answer ⚠️ Partial Without AI grading --> Let's remove those questions
Interactive content ⚠️ Partial Autocontained only --> Usually they are
Whiteboard animations ❌ No viable Generated during agent discussions
PBL ❌ No viable Needs online LLM
Multi-agent chat ❌ No viable Needs online LLM
In fact I have already developed it (with Claude Code) and it is working fine. Just fixing some bugs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a feature to export generated courses as SCORM v1.2.
This table describes the approach.
Component SCORM v1.2 Observations⚠️ Partial Size limit --> Set as optional: video or replace with image⚠️ Partial Without AI grading --> Let's remove those questions⚠️ Partial Autocontained only --> Usually they are
─────────────────────────────────────────────────────────
Slides (PPTist) ✅ Possible A specific HTML renderer is needed, including navigation
Audio TTS (MP3/WAV) ✅ Possible Packaged in ZIP
Generated images ✅ Possible Packaged in ZIP
Short videos
Quiz multiple/unique ✅ Possible cmi.interactions + scoring
Quiz open answer
Interactive content
Whiteboard animations ❌ No viable Generated during agent discussions
PBL ❌ No viable Needs online LLM
Multi-agent chat ❌ No viable Needs online LLM
In fact I have already developed it (with Claude Code) and it is working fine. Just fixing some bugs.
I will send soon a PR.
Beta Was this translation helpful? Give feedback.
All reactions