Changes between Version 4 and Version 5 of BoltTutorialExercises
- Timestamp:
- Feb 6, 2008, 2:18:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoltTutorialExercises
v4 v5 2 2 3 3 Now let's add an exercise. 4 Create a file "exercise1.php":4 Create a file '''exercise1.php''': 5 5 {{{ 6 6 <?php … … 16 16 }}} 17 17 18 and edit co urse_doc.php:18 and edit conifer.php: 19 19 {{{ 20 20 <?php … … 54 54 depending on whether you answered the question correctly. 55 55 56 57 Some notes: 58 * The correct answer is always the first choice listed. Bolt automatically randomly reorders the choices to remove any ordering effects. 59 * The exercise page is used to generate both the exercise and the answer page. 60 * If you look at your course history, you'll see that Bolt has stored your answers to the exercise, and your score, in its database. 61 56 62 == Review and repeat == 57 63