~azzar1/unity/add-show-desktop-key

  • Committer: mattgiuca
  • Date: 2008-04-16 16:18:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:734
tutorial: BEHAVIOUR CHANGE
    Now assessable="true" is an attribute of the <worksheet> element of the
    subject.xml file, NOT the worksheet XML file!

    Reason: This allows you to quickly see at a glance for your subject which
    worksheets are assessable, all in the one place.
    Also, the worksheet XML files are being auto-generated and it's much
    easier to set the assessability in the subject XML file.
    Also, the subject XML file is under control of the subject coordinator,
    while the worksheet files may be written by other people.
    All around a Good Decision(TM).

This involved:
* No longer reads "assessable" in present_worksheet.
* Now the Worksheet class has an assessable attribute.
* In present_subject, every time it runs, it will check the assessable
  attribute of each worksheet against the DB to see if it has changed, and if
  so, it will update the db. It DOES NOT update the mtime in the DB when it
  does this (to make sure the worksheet XML still has a chance to update the
  DB).

All above claims are tested and work.
Filename Latest Rev Last Changed Committer Comment Size
..
doc 1 17 years ago drtomc An initial checkin. Diff
exercises 512 17 years ago stevenbird Renaming of problems to exercises (initial commit) Diff
file-tools 405 17 years ago drtomc Version 0 of the file manipulation tools to allow Diff
home 400 17 years ago stevenbird first commit of homepage at ivle.sourceforge.net, Diff
lib 409 17 years ago mattgiuca Moved www/conf and www/common to a new directory l Diff
platform 1 17 years ago drtomc An initial checkin. Diff
prototypes 9 17 years ago mattgiuca Added prototypes directory. Added ajax file browse Diff
scripts 418 17 years ago mattgiuca Renamed trunk/console to trunk/scripts. We are now Diff
subjects 313 17 years ago mattgiuca test/test_framework: Updated examples, a bit of be Diff
test 201 17 years ago mattgiuca Added "test" directory. Added make_date_test.py, a Diff
trampoline 144 17 years ago mattgiuca Trunk, and all subdirectories with Python files: Diff
userdb 25 17 years ago drtomc A bit more work on the userdb stuff. Diff
www 144 17 years ago mattgiuca Trunk, and all subdirectories with Python files: Diff
insert_exercise.py 659 17 years ago drtomc Add a little script for stuffing exercises into th 759 bytes Diff Download File
LICENSE.txt 7 17 years ago stevenbird GPL license 17.5 KB Diff Download File
File listusers.py 500 17 years ago mattgiuca db: get_user and get_users now return User objects 1.2 KB Diff Download File
Makefile 103 17 years ago mattgiuca Fix to Makefile. 238 bytes Diff Download File
File makeuser.py 642 17 years ago dcoles makeuser.py: Needs to import random 3.2 KB Diff Download File
File remakeallusers.py 675 16 years ago mattgiuca remakeallusers: Removed bogus return statement at 2.1 KB Diff Download File
File remakeuser.py 636 17 years ago drtomc remakeuser: use the database, not the password fil 1.9 KB Diff Download File
File setup.py 712 16 years ago mattgiuca setup: Added config option "motd_path" to hold the 48.3 KB Diff Download File