Changes between Version 2 and Version 3 of BoltIntro


Ignore:
Timestamp:
Oct 3, 2007, 9:02:21 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltIntro

    v2 v3  
    1 = Berkeley Open Learning Technology (BOLT) =
     1= Berkeley Open Learning Technology (Bolt =
    22
    33[[T(DesignDocument)]]
     4
     5Bolt is a software infrastructure for creating web-based training courses.
     6Using Bolt, you can
     7
     8 * create exercises or quizzes of various types: multiple-choice, fill in the blank, graphical, etc.
     9 * specify a ''course'' as a sequence of alternating lessons and exercises.
     10
     11Given such a course, Bolt does the following:
     12
     13 * Guide students sequentially through the course;
     14 * If the student fails a quiz, repeat one or more lessons and retry the quiz (Bolt courses are designed to be "fail-proof");
     15 * Store each student's progress in a database, and resume at that point when they return to the course later.
     16 * Maintain an estimate of each student's mastery of the course material.
     17
     18Bolt's deeper goal is to let you create better courses:
     19to find out exactly how effective each lesson is,
     20to make statistically valid comparisons of alternative lessons,
     21and to make "adaptive" courses in which different lessons are used
     22for different groups of students.
     23This is done as follows:
     24
     25 * Bolt records the timing and results of each student interaction (viewing a lesson or completing an exercise) in a database.
     26 * Demographics (age, sex, education level, nationality) are stored for each student.
     27 * Course documents can have various types of "control structures".  For example, they can specify that a lesson should be chosen randomly from a given set, or should be chosen based on student demographics.
     28 * Bolt offers macro-analytic tools that let you see the overall flow of students through your course (in the style of Charles Minard's map of Napoleon's march to Moscow in the war of 1812), revealing the points where they are getting bored or discouraged.
     29 * Bolt offers micro-analytic tools that let you compare a set of alternative lessons, identifying those which are uniformly better, or are better for a particular demographic subgroup.
     30
     31== Creating exercises ==
     32
     33== Course documents ==