Content templates
Course Studio content blocks rendered live — text, charts, diagrams, media, and embedded activities you can interact with.
Content blocks present information. They range from plain text to live charts, diagrams, media, and embedded activities. Every block below is rendered live.
Mix and match freely. A single lesson can combine text and charts with quizzes, matching, and a graded assessment — all authored from your own documents.
Text
Rich text with headings, lists, bold, and links — the foundation of any lesson.
Grounding, in one line. A Knowledge Assistant answers from your content and links back to the source, so every learner can verify what they read.
Chart
Quantitative data rendered as a bar, line, pie, doughnut, scatter, or radar chart.
KPI metrics
A row of headline numbers with trend indicators.
Dashboard
Several charts plus a written takeaway, combined into one view.
Key Takeaway: Training enrollments grew 100% from January to March.
Learner progress
A progress report with per-item bars, statuses, and badges.
Courses
Badges
Mermaid diagram
A process or decision flow rendered from a simple text description.
flowchart TD
A[Offer Accepted] --> B[Background Check]
B --> C{Check Passed?}
C -->|Yes| D[IT Setup]
C -->|No| E[Review with HR]
D --> F[Day 1 Orientation]
E --> G[Offer Rescinded]Flow diagram
An interactive node-and-edge canvas you can pan and zoom — good for org charts and system maps.
Tabs
Group related content behind tabs.
Benefits FAQ
Q: When is open enrollment?
March 1–31 each year.
Time Off FAQ
Q: How much PTO do I get?
15 vacation days plus 10 sick days per year.
Onboarding FAQ
Q: How long is onboarding?
Two to three weeks, from setup to team training.
Flashcards
A flip-card deck for study and recall.
Interactive form
A form that collects input from the learner.
Time Off Request
Fill out the form below and I'll submit it for approval.
Comparison table
Compare options across grouped criteria, with a highlighted recommendation.
| Criteria | Self-paced | Instructor-led | 👑 Blended |
|---|---|---|---|
| Reach | |||
| Learners per run | Unlimited | ~25 | 200 |
| Anytime access | ✓ Yes | ✗ No | ✓ Yes |
| Engagement | |||
| Live Q&A | ✗ No | ✓ Yes | ✓ Yes |
| Practice & feedback | Self-check | ✓ Coached | ✓ Coached |
| Cost & effort | |||
| Cost per learner | Low | High | Medium |
| Time to roll out | Days | Weeks | 1–2 weeks |
HTML embed
Drop in a self-contained, sandboxed HTML/CSS card when no standard block fits.
Knowledge Center asset
Link a file or FlexDoc straight from your Knowledge Center into the lesson.
Callout
Highlight a note, tip, or warning.
A neutral note for context the learner should keep in mind.
Tip: Grounded answers always cite their source — teach learners to check the citation.
Important: Only approved content belongs in the Knowledge Center.
Table
Structured, row-and-column data.
| Building block | What it does |
|---|---|
| Knowledge Center | The central hub where content lives |
| Knowledge Assistant | An AI helper that answers with citations |
| FlexDoc | A rich, flexible document |
Image
Static images and diagrams.
Video
Embedded video for demonstrations and walkthroughs.
Code block
Formatted, copyable code.
// The Knowledge Assistant grounds every answer in your content.
const answer = await assistant.ask("How do I request time off?");
console.log(answer.citations); // → linked source passages
Divider
A simple horizontal rule to separate sections.
Section one…
Section two…