Changes between Version 5 and Version 6 of BoltTutorial


Ignore:
Timestamp:
Feb 1, 2008, 10:00:45 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltTutorial

    v5 v6  
    44
    55Install the BOINC software on a Linux system
    6 (or run the [VirtualMachines BOINC server virtual machine] in a VMWare
     6(or run the [BoincVm BOINC server virtual machine] in a VMWare
    77player on any computer).
    88
     
    1616and you named your project "test".
    1717
    18 Visit {{{http://a.b.c/test_ops/bolt_ops.php}}},
     18Visit http://a.b.c/test_ops/bolt_ops.php,
    1919and create a course named "Test course"
    2020with course document "course_doc.php" (we'll create this later).
     
    5757}}}
    5858
     59Diagramatically, the course structure is:
     60
    5961[[Image(seq.png, nolink)]]
    6062
     63Now visit http://a.b.c/test/bolt.php.
     64You'll be asked to log in; do so.
     65Click on the button to start the test course.
     66You'll see:
     67
     68
     69[[Image(lesson1.png, nolink)]]
     70
     71Note that below your lesson Bolt has added some navigation links
     72and a form to ask questions.
     73Click on the "Next" button.
     74You'll see:
     75
     76[[Image(lesson2.png, nolink)]]
     77
     78Now suppose that instead of reading the lesson,
     79the student goes away (for an hour or a month) and returns.
     80Simulate this by visiting http://a.b.c.test/bolt.php.
     81You'll see
     82
     83[[Image(restart.png, nolink)]]
     84
     85Notice that Bolt "remembers" where you are in the course
     86(this is stored in the database; it will work even if you
     87go to a different computer).
     88If you click "Resume" you'll see the second lesson again.
     89Click on Next.
     90You'll see:
     91
     92[[Image(finished.png, nolink)]]
     93
     94Now visit http://a.b.c.test/bolt.php again,
     95and click on "History".
     96You'll see something like:
     97
     98[[Image(history.png, nolink)]]
     99
     100Bolt has recorded your course interactions and their timing,
     101in its database.
     102We'll return to this later.
     103
     104== Exercises ==
     105