WeBWorK Main Forum

Defaults for problem value and #number of attempts

Re: Defaults for problem value and #number of attempts

by Arnold Pizer -
Number of replies: 0
Hi Hans,

This is a belated response to your question. The ability to do this has now been added to the head version (not the patched version). It will be added to the patched version for the next major release. If you want to use this now you have to update 3 files.

In .../webwork/webwork2/conf
run
mv global.conf.dist global.conf.dist.save
cvs update -A global.conf.dist
diff global.conf.dist global.conf.dist.save

and then copy the new stuff (near the end of the file) to your global.conf file.

In .../webwork/webwork2/lib/WeBWorK/ContentGenerator
run
cvs update -A Instructor.pm

In .../webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor
run
cvs update -A ProblemSetList.pm

Then restart apache and you should be all set.

Arnie