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

« back to all changes in this revision

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

  • Committer: stevenbird
  • Date: 2008-02-20 11:50:03 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:523
Adding ReStructured Text preprocessing of exercise descriptions,
so that the markup for exercises is the same as for the tutorials.

www/apps/tutorial/rst.py
* cut down version of NLTK rst.py, which extends docutils
  with colourised python codeblocks
* modified to work with strings rather than files

www/apps/tutorial/__init__.py
* call rst() main function on exercise description once
  it is extracted from the source XML file

www/apps/tutorialservice/test/TestFramework.py
* clean up docstring

www/apps/tutorialservice/test/parse_exercise.py
* remove backwards compatibility for desc attribute
  (now authors must provide both pass and fail strings)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div class="helpfile">
2
 
<h2>Submitting a project</h2>
3
 
<p>IVLE submissions are made through the File Browser. Before making a
4
 
submission, you must perform the following tasks:</p>
5
 
<ol>
6
 
<li>Ensure that the project is in the correct directory. If it is a solo
7
 
project, it should be in the "mywork" directory of the correct subject. If it
8
 
is a group project, it should be in the supplied group directory.</li>
9
 
<li>Use the Subversion actions to <strong>add</strong> and
10
 
<strong>commit</strong> all of the files to be submitted. Files which are not
11
 
committed (displaying a green tick) will <em>not be submitted</em>.</li>
12
 
</ol>
13
 
 
14
 
<p>To submit to a project that has not yet closed, use the file browser to
15
 
navigate to the file or directory that you wish to submit, click "More
16
 
actions...", "Submit", and then select the correct project.</p>
17
 
 
18
 
<p>If the project to which you intend to submit is not listed, ensure that you
19
 
are in the correct directory, or a subdirectory thereof. For solo projects,
20
 
you must be inside the subject's "mywork" directory. For group projects, you
21
 
must be inside the directory for the assigned group.</p>
22
 
 
23
 
<p>You may resubmit a project again at any time until its deadline, but a new
24
 
submission will overwrite any made earlier.</p>
25
 
 
26
 
<h2>Verifying the submission</h2>
27
 
 
28
 
<p>It is important to verify each submission after you make it. This ensures
29
 
that the correct files were submitted, and that they contain the right
30
 
contents.</p>
31
 
 
32
 
<p>You can verify any submission by going to the subject page and clicking the
33
 
<strong>verify</strong> link. This takes you to a special file view which
34
 
displays the files as they were submitted.</p>
35
 
 
36
 
</div>