WeBWorK Main Forum

MathQuill on by default?

MathQuill on by default?

by Sean Fitzpatrick -
Number of replies: 2

On WeBWorK 2.15, we have MathQuill as an option, which seems pretty popular with students.

Checking both localOverrides.conf and localOverrides.conf.dist I see only one reference to MathQuill, which has to do with using it in the PG problem editor.

Instructors can turn this feature on in their course configuration, but I'd like to reduce the number of details I need to send to instructors. (We are teaching online in the Fall, so our WeBWorK user base has expanded to include instructors who have avoided it in the past.)

Is there a line I can add to localOverrides.conf to have this on by default?

In reply to Sean Fitzpatrick

Re: MathQuill on by default?

by Glenn Rice -

In localOverrides.conf add the line

$pg{specialPGEnvironmentVars}{entryAssist} = 'MathQuill';

In reply to Sean Fitzpatrick

Re: MathQuill on by default?

by Alex Jordan -

One thing you can do in general is make the setting in Course Config, and then open simple.conf (navigate up one level from the templates/ folder) to see what the effect was. Then copy that line and put it in localOverrides.conf.