Forum archive 2000-2006

Lars Jensen - ASU problems broken in webwork2: undefined subroutines

Lars Jensen - ASU problems broken in webwork2: undefined subroutines

by Arnold Pizer -
Number of replies: 0
inactiveTopicASU problems broken in webwork2: undefined subroutines topic started 8/14/2004; 7:38:52 PM
last post 8/16/2004; 10:21:34 AM
userLars Jensen - ASU problems broken in webwork2: undefined subroutines  blueArrow
8/14/2004; 7:38:52 PM (reads: 1045, responses: 2)
Hi,

When including asu_problib/setRationalFunctions/wp1.pg and asu_problib/setLogarithmicFunctions/srw4_5_2.pg in a webwork2 set, I the undefined subroutine errors (see example below). Webwork1 doesn't give any errors with the same problems. Any ideas how to fix this is appreciated.

The missing subroutines are:

&main::log10_cmp

&main::tthev

Thanks, Lars.

-----------------------------------


Error messages

Undefined subroutine &main::tthev called at (eval 183) line 35. Error context

Problem1 ERROR caught by Translator while processing problem file:asu_problib/setRationalFunctions/wp1.pg * Undefined subroutine &main::tthev called at (eval 183) line 35.

--------------------------

<| Post or View Comments |>


userJohn Jones - Re: ASU problems broken in webwork2: undefined subroutines  blueArrow
8/14/2004; 9:42:25 PM (reads: 1314, responses: 0)
Hi Lars,

Don't bother with those problems. There shouldn't be many of them.

log10_cmp was an experiment from before webwork provided the option to have log mean base 10 log.

tthev was a EV type environment which forced tth as the display mode. I think it was used for typeset math placed inside answer evaluator messages (where latex2html was not working correctly at the time). Again, it was used in some experiments, but not widely used.

John

<| Post or View Comments |>


userLars Jensen - Re: ASU problems broken in webwork2: undefined subroutines  blueArrow
8/16/2004; 10:21:34 AM (reads: 1275, responses: 0)
Thanks, John. -Lars.

<| Post or View Comments |>