Changes between Version 42 and Version 43 of BoltRef


Ignore:
Timestamp:
Oct 28, 2008, 4:39:43 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltRef

    v42 v43  
    349349 '''callback''' :: a function to call on the completion of the exercise set.  It will be called as
    350350{{{
    351 callback($student, $score);
    352 }}}
    353 where $student is the student record and $score [0..1] is the score.
    354  '''repeat-spec''': A repeat specification (see below).
    355  '''refresh-spec''': A refresh specification (see below).
     351callback($score);
     352}}}
     353where $score [0..1] is the score.
     354 '''repeat-spec''':: A repeat specification (see below).
     355 '''refresh-spec''':: A refresh specification (see below).
    356356
    357357Example:
     
    465465identify variable types at runtime.
    466466There's a PHP class hierarchy underlying it;
    467 units are represented by classes like BoltExercise, BoltSequence, etc.,
    468 all of which are derived from BoltUnit.
     467units are represented by classes like !BoltExercise, !BoltSequence, etc.,
     468all of which are derived from !BoltUnit.
    469469So
    470470{{{
     
    481481);
    482482}}}
     483
    483484== Changing course documents ==
    484485