--- doc/homework/homework5.html 2002/03/28 22:55:35 1.13 +++ doc/homework/homework5.html 2002/05/03 18:34:20 1.14 @@ -885,7 +885,7 @@
  • $external::part - set to the id of the current problem - <part>; zero if there are now <part> + <part>; zero if there are no <part>
  • $external::gradestatus - set to the value of the current @@ -893,7 +893,7 @@
  • $external::datestatus - set to the current status of the clock - either CLOSED, CAN_ANSWER, CANNOT_ANSWER, or SHOW_ANSWER + either CLOSED, CAN_ANSWER, CANNOT_ANSWER, SHOW_ANSWER, or UNCHECKEDOUT
  • $external::randomseed - set to the number that was used to @@ -903,12 +903,74 @@
  • $rad2deg - converts radians to degrees
  • $deg2rad - converts degrees to radians
  • - + +

    Form internals

    +

    Form elements used for homework editing/response

    +

    the form is named lonhomework

    +

    Viewing a problem (either CSTR or RES space)

    + +

    Editing a problem (Edit mode)

    +

    tagdepth referes to the current value of the xmlparsers tagdepth couter ($Apache::lonxml::currentdepth)

    +

    Note: the file edit.pm has many helper functions for creating the standard elements for editing a tag and it's attributes, all of those functions follow these conventions

    +
    Guy Albertelli
    -Last modified: Thu Mar 28 17:59:42 EST 2002 +Last modified: Fri May 3 14:24:52 EDT 2002