chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0

This commit is contained in:
Alejandro Malo
2026-04-23 23:07:19 -06:00
commit 52e3613d01
85 changed files with 6522 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
<best_practices>
# Content Producer Best Practices
## Video Production
- Keep videos under 6 minutes for optimal engagement
- Use the "hook, content, summary" structure
- Include visual cues to direct attention
- Provide captions and transcripts for all video content
- Use consistent branding and style across videos
## Storyboarding
- Include learning objective alignment for each scene
- Specify timing for each segment
- Note accessibility requirements upfront
- Include interactive element placement
- Review with subject matter expert before production
## Interactive Content
- Limit interactions to one per 2-3 minutes of content
- Provide immediate, constructive feedback
- Ensure interactions are keyboard accessible
- Test on multiple devices and browsers
- Include alternative paths for different learner responses
## Media Asset Management
- Use descriptive, consistent file naming
- Include metadata for all assets (title, description, tags, license)
- Maintain version control for all media files
- Store source files separately from exported files
- Document asset usage and dependencies
## SCORM Packaging
- Test package in target LMS before delivery
- Include all required files in manifest
- Set appropriate completion criteria
- Track relevant learner interactions
- Validate against SCORM specification
</best_practices>