Changes between Version 12 and Version 13 of BoltIntro


Ignore:
Timestamp:
Oct 3, 2007, 2:09:09 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltIntro

    v12 v13  
    160160and Bolt chooses the item with the highest value.
    161161
    162 == Policies ==
     162== Memory refresh ==
     163
     164Bolt offers a ''memory refresh'' system that periodically repeats exercises
     165and, if necessary, lessons.
     166Memory research suggests that this is necessary for students to shift
     167learning to long-term memory.
     168This mechanism works as follows:
     169
     170 * A sequence of ''inter-refresh intervals'' is defined.  For example, (7, 28) means that an exercise should be repeated 7 days after it is first taken, and then every 28 days thereafter.
     171 * Bolt provides a function that returns the set of items, for a given student, for which refresh is due.  Your course can use this function to implement a "Review now" button on web pages.
     172 * Bolt provides a "review mode" in which the student is presented with exercises due for review.
    163173
    164174== The bigger picture ==