Changes between Version 4 and Version 5 of BoltTutorialAnalytics


Ignore:
Timestamp:
Aug 18, 2008, 4:30:02 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltTutorialAnalytics

    v4 v5  
    6969Now the lesson comparison will look like this:
    7070
    71 picture
     71[[Image(compare.png, nolink)]]
    7272
    7373The graphs show, for each alternative lesson,
     
    8282You'll now see a comparison broken down by sex:
    8383
    84 picture
     84
     85[[Image(compare2.png, nolink)]]
    8586
    8687In addition to breaking down the results by sex or age,
     
    9394== Course maps ==
    9495
     96Bolt provides another analytic tool called "course maps".
     97Course maps give you a high-level view of the flow of students
     98through your course.
     99You can see whether they're spending lots of time,
     100where they're dropping out,
     101and where they're scoring too high or low on exercises.
     102
     103To see this in action, generate some synthetic data.
     104Edit the bolt_datagen.php script:
     105{{{
     106$clear_course_data = false;
     107$generate_compare_data = true;
     108$generate_map_data = true;
     109}}}
     110and run it.
     111
     112Then go to the Bolt Admin page, and select Course Map for this course.
     113You'll see something like:
     114
     115[[Image(map.png, nolink)]]
     116
     117This shows your course in outline form.
     118For each lesson and exercise you can see
     119
     120 * How many times it was viewed
     121 * The breakdown of outcomes:
     122  * Green: the student clicked the Next button
     123  * Yellow: the student clicked a button other than Next
     124  * Red: the student didn't click anything (i.e. they left the course at this point).
     125 * The average time spent on the item.
     126
     127For exercises and exercise sets, the map shows the average score.
     128
     129As with Lesson Compare, you can break down or filter the results
     130according to any student attribute.