---
title: "Coding Exercises for Online Courses | NeetoCourse"
description: "Add coding exercises to online courses with NeetoCourse. Use code blocks to build evaluated HTML and SQL exercises and runnable examples in lessons."
canonical_url: "https://www.neeto.com/neetocourse/features/coding-exercises"
markdown_url: "https://www.neeto.com/neetocourse/features/coding-exercises.md"
---

# Coding Exercises for Online Courses | NeetoCourse

Add coding exercises to online courses with NeetoCourse. Use code blocks to build evaluated HTML and SQL exercises and runnable examples in lessons.

## Overview

NeetoCourse lets you add coding exercises to online courses using code blocks placed inside chapters and pages. A code block can be a lesson example that learners edit and preview, or an exercise that is evaluated against a solution you provide, so learners practice right where they read the explanation.

For an HTML exercise, you supply the starting code and the expected solution, and NeetoCourse renders an editor with a live preview. For SQL, you upload a database file to Assets and learners run queries against it to see the results in a table. Instructors can also set advanced options through the code block config, such as asynchronous evaluation.

## Links

-   [Human page](https://www.neeto.com/neetocourse/features/coding-exercises)
