Changes between Version 4 and Version 5 of BoltTutorialExercises


Ignore:
Timestamp:
Feb 6, 2008, 2:18:51 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltTutorialExercises

    v4 v5  
    22
    33Now let's add an exercise.
    4 Create a file "exercise1.php":
     4Create a file '''exercise1.php''':
    55{{{
    66<?php
     
    1616}}}
    1717
    18 and edit course_doc.php:
     18and edit conifer.php:
    1919{{{
    2020<?php
     
    5454depending on whether you answered the question correctly.
    5555
     56
     57Some 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
    5662== Review and repeat ==
    5763