--- doc/homework/homework5.html 2002/05/03 18:34:20 1.14 +++ doc/homework/homework5.html 2002/06/06 07:13:23 1.15 @@ -142,7 +142,59 @@ the field when interfacing with humans +
  • +

    + <externalresponse> implements the ability to have + an external program grade a response, expects either a + <textline> or <textfield> inside the tag.
    +

    + Arguments: + +

    + The response of the remote server needs to be in XML as follows. +

    +
    +<loncapagrade>
    +    <awardetail>
    +CORRECT
    +    </awardetail>
    +    <message>
    +A message to be shown to the students
    +    </message>
    +</loncapagrade>
    +	    
    + +
  • Foil Structure Tags @@ -224,6 +276,11 @@

  • Scripting -

    - These tags allow the document to behave programatically -

    -