WeBWorK Main Forum

Possible to edit blankproblem.pg

Re: Possible to edit blankproblem.pg

by Arnold Pizer -
Number of replies: 0
Hi,

You can edit this for your system or an individual course but you need access to the server.
In the directory

/opt/webwork/webwork2/conf/snippets/

you will also see there are problems blankProblem.pg and blankProblem2.pg.

In defaults.config there is a setting that points to blankProblem2.pg so this can easily be changed for individual courses. Note that this means by default courses use blankProblem2.pg.

You can add e.g. blankProblem3.pg and then in the localOverrides.conf file point to this if you want to use the new template for all courses. If you want to use it only for individual courses, add the line to the course's course.conf file.