Hi
This message is printed by the macro beginproblem(). Most problems have
TEXT(beginproblem());
near the top of the problem template, right after the loadMacros() command. This prints
out the problem number for both the screen and for the hard copy and also prints out the
name of the file containing the problem template if your user name has been entered in
$PG_environment{'PRINT_FILE_NAMES_FOR'} = ['gage','apizer'];
which is defined in the webworkCourse.ph file.
The most likely explanation is that one or more of these problems is missing the call
to beginproblem(). beginproblem() is defined in PGbasicmacros.pl.
Let us know if the problem turns out to more complicated than this.
--Mike
<| Post or View Comments |>
|