Samples
From OpenDSA Active-eBook Project
Here are a number of examples AVs and exercises that we have developed.
Contents |
AVs
- Birthday example: A simple example of interface to explore the behavior of an equation. This doesn't even really use JSAV. But it is significant as an illustration for how a dry equation might be made "live".
- Shellsort AV
- Insertion Sort AV
- Shellsort Performance Activity
- Sudoku: Shows some graphics, and also capturing user activity "on the fly".
Proficiency Exercises
Khan Academy-style Exercises
- Choosing an indexing method
- Shellsort multiple choice questions
- Shellsort increment series
- Exercise with JSAV demo: This just shows that we can make JSAV work inside KA exercises. This will become important later.
Modules
- Shellsort Tutorial: Puts it all together. Includes a visualization, a proficiency exercise, and the performance activity. There are also some Khan Academy-style exercises.
- RST prototype: A sample "textbook" built using reStructuredText and Sphinx.