Skip to main content

Courses and YouTube Episodes

This sample guide explains how course teams can publish a lesson on YouTube and attach the video URL to a course episode in QraOnline.

Courses and episodes example

Suggested workflow

  1. create the course in the platform
  2. create sections and episodes
  3. upload the lesson video to YouTube
  4. copy the video URL
  5. paste the URL into the episode content source
  6. publish the episode

Create a course structure

A simple course can use this structure:

SectionEpisodes
WelcomeOverview, expectations
Module 1Lesson 1, Lesson 2
Module 2Lesson 3, assignment
FinalReview, certificate instructions

Upload the episode to YouTube

In YouTube Studio:

  1. upload the lesson video
  2. set the title to match the episode name
  3. choose Unlisted if the video should not be public
  4. copy the final video URL

Example URL:

https://www.youtube.com/watch?v=QRA123DEMO

Connect the URL in QraOnline

Open:

Courses → Course Details → Episodes → Add Episode

Recommended values:

FieldExample
Episode titleLesson 1: Platform Basics
Source typeExternal video URL
Video URLhttps://www.youtube.com/watch?v=QRA123DEMO
Duration14:30
Preview enabledYes
Release modePublish now

Content rules to document for your team

  • one YouTube video per episode
  • short videos work better than long recordings
  • keep titles the same in both systems
  • add a worksheet or PDF when needed

Example publishing checklist

  • thumbnail uploaded
  • title approved
  • captions added
  • episode description written
  • URL pasted into platform
  • episode tested from student view

Optional metadata

Some teams also store extra values next to the video URL:

{
"provider": "youtube",
"videoUrl": "https://www.youtube.com/watch?v=QRA123DEMO",
"visibility": "unlisted",
"duration": "14:30",
"allowPreview": true
}

Next step

Continue with Center users and roles to control who can create and publish content.