| 96 | Bolt provides another analytic tool called "course maps". |
| 97 | Course maps give you a high-level view of the flow of students |
| 98 | through your course. |
| 99 | You can see whether they're spending lots of time, |
| 100 | where they're dropping out, |
| 101 | and where they're scoring too high or low on exercises. |
| 102 | |
| 103 | To see this in action, generate some synthetic data. |
| 104 | Edit the bolt_datagen.php script: |
| 105 | {{{ |
| 106 | $clear_course_data = false; |
| 107 | $generate_compare_data = true; |
| 108 | $generate_map_data = true; |
| 109 | }}} |
| 110 | and run it. |
| 111 | |
| 112 | Then go to the Bolt Admin page, and select Course Map for this course. |
| 113 | You'll see something like: |
| 114 | |
| 115 | [[Image(map.png, nolink)]] |
| 116 | |
| 117 | This shows your course in outline form. |
| 118 | For 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 | |
| 127 | For exercises and exercise sets, the map shows the average score. |
| 128 | |
| 129 | As with Lesson Compare, you can break down or filter the results |
| 130 | according to any student attribute. |