Plan a module content package
plan_module_contentPlan a complete 12-minute video for a Participant Handbook module, breaking it into three parts and assigning every segment and slide its unit, chunk IDs, and word count. Returns a package_id and content map.
Instructions
Plans the full 12 minutes of content for one Participant Handbook module. The video is three parts: Part 1 (segments 1-6, 60s) orients the learner to the whole module using the handbook's stated learning outcomes, Part 2 (segments 7-15, 90s) teaches every unit in handbook order, Part 3 (segments 16-18, 30s) consolidates. The deck is sized to the module rather than fixed: nine minutes across as many slides as it needs, never more than 30 seconds on any one slide. Returns a package_id, the plan, and a content map of the module's outcomes and units. Every segment and slide is told which unit it covers, which portion, which chunk_ids to cite and how many words fit its seconds. Accepts a module number, or a topic to resolve to the module that holds it. Ask the user nothing further: every duration and count is settled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title for the video and deck. Defaults to the module title. | |
| topic | No | A topic or unit heading; the module containing it is used. Requires no module_number. | |
| subject | No | Subject id, code or course_id, e.g. "biofuels". | |
| module_number | No | Participant Handbook module (chapter) number. | |
| words_per_minute | No | Narration pace used to size every segment and slide. Defaults to 140. |