Changes between Version 19 and Version 20 of BoltIntro
- Timestamp:
- Dec 1, 2007, 1:42:01 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoltIntro
v19 v20 1 1 = Berkeley Open Learning Technology (Bolt) = 2 2 3 Bolt is a software infrastructure for creating web-based training courses ,4 andis designed to meet the needs of:5 6 * Distributed thinking projects :volunteers must be trained to perform various tasks.7 * Volunteer computing projects : educating participants can increase their enthusiasm and commitment, and attainment of given knowledge levels can be shown as a web site "status symbol".3 Bolt is a software infrastructure for creating web-based training courses. 4 It is designed to meet the needs of: 5 6 * Distributed thinking projects, in which volunteers must be trained to perform various tasks. 7 * Volunteer computing projects, in which educating participants can increase their enthusiasm and commitment. 8 8 9 9 These areas have the following properties: 10 10 11 * Churn: constant turnover , thousands of new students per day;11 * Churn: constant turnover (scores or hundreds of new students per day); 12 12 * Wide geographical distribution; 13 13 * Wide age distribution; 14 * Motivation: most volunteers have a pre-existing interest in the topic, and are motivated by acknowledgement(e.g. being marked as an "expert" on the project web site).14 * Motivation: most volunteers have a pre-existing interest in the topic, and are motivated by recognition (e.g. being marked as an "expert" on the project web site). 15 15 16 16 == What Bolt does == … … 41 41 == Creating exercises == 42 42 43 A nexercise is a PHP script.43 A Bolt exercise is a PHP script. 44 44 Here's an example consisting of a multiple-choice question: 45 45 {{{ … … 58 58 Each time the question is shown, 59 59 the choices are shown in a random order. 60 The correct choice is alwaysthe first element of the array.60 The correct choice is the first element of the array. 61 61 62 62 Here's an example that shows an image;