---
title: "Interactive Content"
space: "Learning"
url: "https://docs.frappe.io/learning/course-creation/adding-a-lesson/add-interactive-content"
updated: "2026-04-08"
---

Make your lessons more engaging by adding interactive assessments and development environments.

You can add the following interactive content in Frappe Learning:

1. Quizzes
2. Assignments
3. Programming Exercises
4. CodeSandBox

---

## Quizzes

Quizzes serve as knowledge checks. You can add a quiz block to any lesson to ensure learners have understood the material before moving forward.

To add a Quiz:

1. Hover over the lesson content
2. Click the `+` icon to open the block menu
3. Select the `Quiz` block from the menu.
4. Search for and select a quiz you have already created in Learning.

![](/files/Screenshot 2026-02-24 at 12.48.14 PM.png)

---

## Assignments

Assignments are used to evaluate learners through longer-form tasks such as essays, projects, or file submissions.

To add an Assignment:

1. Hover over the lesson content
2. Click the `+` icon to open the block menu
3. Select the `Assignment` block
4. Search for and choose an assignment you have already created in Learning

![](/files/Screenshot 2026-02-24 at 1.49.15 PM.png)

---

## Programming Exercises

Programming Exercises allow learners to practice coding concepts directly within a lesson.

To add a Programming Exercise:

1. Hover over the lesson content
2. Click the `+` icon to open the block menu
3. Select the `Programming Exercise` block
4. Search for and select a programming exercise you have already created in Learning

![](/files/Screenshot 2026-02-24 at 1.49.55 PM.png)

---

## CodeSandBox

For technical and programming courses, you can embed a live IDE directly into the lesson.

To add a CodeSandBox:

1. Go to your sandbox on [CodeSandbox.io](https://CodeSandbox.io).
2. Copy the URL of your sandbox.
3. Paste it in the Lesson Editor.
4. Learners will be able to view and interact with the code without leaving the course.
5. They can also open a sandbox in CodeSandbox by clicking on `Open Sandbox`**.**

![](/files/Screenshot 2026-02-24 at 12.52.05 PM.png)

