29 lines
805 B
Markdown
29 lines
805 B
Markdown
---
|
|
id: calculus-it-ale-example
|
|
title: "Basic Calculus for IT — First Year"
|
|
year: 2026
|
|
language: en
|
|
description: "Introductory calculus (limits, derivatives, integrals) with light programming-oriented tasks."
|
|
instructors:
|
|
- "Instructor Name"
|
|
tags:
|
|
- calculus
|
|
- it
|
|
- first-year
|
|
version: "0.1"
|
|
---
|
|
|
|
# Basic Calculus for IT — First Year (ALE Example)
|
|
|
|
This repository is an **ALE example course**.
|
|
|
|
## How to use this course in ALE
|
|
1) Add this repository URL and a branch in ALE (Instructor role).
|
|
2) Click **Sync Course Content**.
|
|
3) Students will see Activities and can start/continue sessions.
|
|
|
|
## Authoring notes (quick)
|
|
- Materials live in `materials/` and headings become anchors.
|
|
- Activities live in `activities/`.
|
|
- Every task/question includes `Refs:` in the form `material_id#anchor`.
|