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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/help.html

  • Committer: William Grant
  • Date: 2010-07-20 04:52:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1826.
  • Revision ID: grantw@unimelb.edu.au-20100720045231-8ia3uk8nao8zdq1i
Replace cjson with json, or simplejson if json is not available (Python <2.6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div class="helpfile">
1
2
<p>A key part of the IVLE worksheets are the programming exercises. You will 
2
3
find several of them interspersed
3
4
amongst the text of a typical worksheet.</p>
38
39
see a short message about the kind of thing your program did not do properly. This should give you some idea about
39
40
what needs to be fixed in order to pass the test, although sometimes it might take a bit of thinking before
40
41
you can resolve the problem. Don't be afraid to ask for help.</p>
41
 
 
 
42
</div>