Changes between Version 36 and Version 37 of BoltIntro
- Timestamp:
- Aug 14, 2008, 9:20:52 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoltIntro
v36 v37 9 9 and computes and records their exercise scores. 10 10 11 However, the strength of Bolt is its support for'''evolutionary adaptive courses'''.11 Bolt supports '''evolutionary adaptive courses'''. 12 12 Such a course evolves over time. 13 13 At any point, it may contain any number of '''micro-experiments''' 14 t hat estimate andcompare the effectiveness of alternative lessons.14 to compare the effectiveness of alternative lessons. 15 15 On the basis of experimental outcomes, 16 16 lessons may be changed, added, or discarded. 17 17 The course may be made 'adaptive' so that different materials 18 18 are shown to different types of students. 19 19 20 Thus, Bolt is ideal for developing online learning materials 20 21 in situations where there is a constant arrival of diverse students, 21 and in which course developershave the need and ability to continually22 and in which you have the need and ability to continually 22 23 analyze and improve the effectiveness of the materials. 23 24 24 25 Bolt is implemented in PHP (a popular scripting language). 25 If you know PHP, it's easy to add new features to Bolt 26 (but you don't need to know PHP to use Bolt). 26 You don't need to know PHP to use Bolt, 27 but if you do it's easy to add new features to Bolt. 28 27 29 28 30 * [BoltTutorial Tutorial] 29 31 * [BoltTutorial Part I: Courses and lessons] 30 * [BoltTutorialExercises Part II: Exercises ]31 * [BoltTutorialAnalytics Part III: Analytics]32 * [BoltTutorialExercises Part II: Exercises, review, and refresh] 33 * [BoltTutorialAnalytics Part III: Experiments and analytic tools] 32 34 33 35 * [BoltRef Reference manual] … … 35 37 * [BoltAnalytics Analytics] 36 38 37 * [BoltImpl Implementation ]39 * [BoltImpl Implementation notes] 38 40 39 41 * [BoltGoals Context and goals]