Skip to content

Commit

Permalink
Finished Instructional Materials
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd committed Apr 20, 2024
1 parent f28be24 commit f684918
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 11 deletions.
1 change: 1 addition & 0 deletions teach_online/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ chapters:
- file: preface
- file: modalities
- file: materials
- file: delivery
- file: academic_integrity
- file: spicy
- file: acknowledgements
Expand Down
5 changes: 5 additions & 0 deletions teach_online/delivery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Content Delivery

TODO TALK ABOUT HOW, ONCE YOU *MAKE* THESE MATERIALS, YOU NEED TO DELIVER THEM IN SOME WAY

TALK ABOUT DIFFERENT LMS PLATFORMS, EMPHASIZE THAT STUDENT SHOULDN'T HAVE TO FIGURE OUT HOW TO NAVIGATE THINGS (MAKE IT INTUITIVE / ONE-CLICK)
42 changes: 31 additions & 11 deletions teach_online/materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,34 @@ This resource is automatically compiled upon every push and then deployed to Git
using a [GitHub Action](https://github.com/niemasd/How-to-Teach-Online/blob/main/.github/workflows/deploy.yml).
The up-front overhead of setting up the infrastructure was a bit challenging,
but now that it's set up,
it's *incredibly* simple to update the content without worrying about anything going out-of-date.

JUPYTER BOOK

MAITS

## Content Delivery

TODO TALK ABOUT HOW, ONCE YOU *MAKE* THESE MATERIALS, YOU NEED TO DELIVER THEM IN SOME WAY

TALK ABOUT DIFFERENT LMS PLATFORMS, EMPHASIZE THAT STUDENT SHOULDN'T HAVE TO FIGURE OUT HOW TO NAVIGATE THINGS (MAKE IT INTUITIVE / ONE-CLICK)
it's *incredibly* simple to update the content without any headache:
just push the changes,
and everything else is automatically handled for you!

The last medium for text-based instructional materials I will discuss is the
{term}`Massive Adaptive Interactive Text (MAIT)`,
which is an online text-based resource with the following characteristics {cite:p}`compeau_life_2015`:

* **Automated Individualized Assessments:** A MAIT should include appropriately sophisticated assessment types (e.g. math, Parsons problems, or even code challenges),
all of which should be automated (e.g. provide feedback upon submission) and individualized (e.g. randomized input parameters)
* **Interactivity:** Rather than placing quiz problems at the end of the instructional text, a MAIT should incorporate elements of {term}`Active Learning`
by incorporating assessments and activities *throughout* the instructional content
* **Adaptivity:** A MAIT should differentiate students' responses to give them uniquely-tailored feedback to their specific misconceptions
and construct an adaptive learning path based on each student's specific misconceptions
* **Modularity:** A MAIT should modularize core content so that it can be supplemented by additional crowdsourced learning modules

Our recommended platform for developing MAITs is [Cogniterra](https://cogniterra.org),
which was previously [Stepik](https://stepik.org/).
To give you an idea of how MAITs can be structured,
you can refer to the two main MAITs I have developed:
[*Introduction to Computer Science and Object-Oriented Programming in Python*](https://cogniterra.org/326)
and [*Data Structures*](https://cogniterra.org/330),
both of which are freely available to the general public and incorporate autograded coding challenges within the browser.

```{glossary}
Active Learning
A method of learning in which students are actively involved in the learning process {cite:p}`bonwell_active_1991`.
Massive Adaptive Interactive Text (MAIT)
An online text-based resource with automated individualized assessments, interactivity, adaptivity, and modularity {cite:p}`compeau_life_2015`.
```
13 changes: 13 additions & 0 deletions teach_online/ref.bib
Original file line number Diff line number Diff line change
Expand Up @@ -826,3 +826,16 @@ @inproceedings{xiao_detecting_2022
pages = {1323--1323},
file = {Xiao et al. - 2022 - Detecting Cheating in Online Take-Home Exams with .pdf:C\:\\Users\\a1moshir\\Zotero\\storage\\CT9AQXQ3\\Xiao et al. - 2022 - Detecting Cheating in Online Take-Home Exams with .pdf:application/pdf},
}

@book{bonwell_active_1991,
address = {Washington, DC},
series = {{ASHE}-{ERIC} higher education report},
title = {Active learning: creating excitement in the classroom},
isbn = {978-1-878380-08-1},
shorttitle = {Active learning},
number = {1, 1991},
publisher = {School of Education and Human Development, George Washington University},
author = {Bonwell, Charles C. and Eison, James A.},
year = {1991},
keywords = {Active learning, College teaching, United States},
}

0 comments on commit f684918

Please sign in to comment.