온라인 교육 콘텐츠 자동 생성 시스템

요구사항:
1. 다음 소스에서 교육 자료를 수집합니다:
   - examples/data/education/technical_docs/*.md (기술 문서)
   - examples/data/education/user_manuals/*.pdf (사용자 매뉴얼)
   - examples/data/education/tutorials/*.mp4 (튜토리얼 영상)
   - examples/data/education/faq.json (FAQ 데이터)
   - examples/data/education/expert_interviews/*.txt (전문가 인터뷰)
2. AI를 활용하여 다음 형태의 학습 콘텐츠를 생성합니다:
   - output/education/guides/*.html (단계별 학습 가이드)
   - output/education/examples/*.html (실습 예제)
   - output/education/quizzes/*.json (퀴즈 문제)
   - output/education/tests/*.json (평가 테스트)
3. 다음 형식의 교육 자료를 자동 생성합니다:
   - output/education/web/index.html (HTML 기반 웹 교재)
   - output/education/pdf/materials.pdf (PDF 학습 자료)
   - output/education/video/scripts/*.txt (동영상 스크립트)
   - output/education/interactive/*.html (인터랙티브 실습)
4. examples/data/education/levels.json을 참고하여 학습자 수준별로 콘텐츠를 최적화합니다:
   - 초급자용
   - 중급자용
   - 고급자용
5. examples/data/education/languages.json을 참고하여 다국어 버전을 자동으로 생성합니다:
   - 영어
   - 중국어
   - 일본어
6. examples/data/education/quality_checks.json을 기반으로 콘텐츠 품질 검사를 수행합니다:
   - 정확성 검증
   - 난이도 적절성
   - 학습 효과성
7. examples/data/education/versions.json을 참고하여 새로운 버전이나 업데이트 시 교육 자료를 자동으로 갱신합니다 