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

« back to all changes in this revision

Viewing changes to bin/ivle-addexercise

  • Committer: William Grant
  • Date: 2009-03-17 04:48:07 UTC
  • mfrom: (1099.1.243 exercise-ui)
  • Revision ID: grantw@unimelb.edu.au-20090317044807-pozdt54fapazp2sp
Merge lp:~ivle-dev/ivle/exercise-ui.

Lecturers can now add and edit exercises, and worksheets can be written
in RST directly inside IVLE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    cases = []
62
62
    case_num = 0
63
63
    for case_node in suite_node.getElementsByTagName('function'):
 
64
        cases.append(add_test_case(case_node, case_num, store))
64
65
        case_num += 1
65
 
        cases.append(add_test_case(case_node, case_num, store))
66
66
 
67
67
    ## ALLOWED TAGS ##
68
68
    # stdin     - Stdin for the suite - Unique - Text inside element