hi,
you can always suppress the links on the level of the source code...
in file '$webwork_dir/lib/WeBWork/ContentGenerator/ProblemSets.pm', find the line
'print CGI::p(CGI::submit("hardcopy", "Download Hardcopy for Selected Set$pl"));'
and prepend it with the pound character, '#'--which introduces perl commentary.
identically, suppress the line
'print CGI::p(CGI::a({href=>$hardcopyURL}, "Download a hardcopy of this problem set."));'
in file '$webwork_dir/lib/WeBWork/ContentGenerator/ProblemSet.pm'...
i can't offhand think of any other instance of link to hardcopy...
hope this helps...
Andy
<| Post or View Comments |>
|