WeBWorK Problems

$PAR not working the same for me as before

$PAR not working the same for me as before

by Paul Seeburger -
Number of replies: 3

$PAR seems to be only giving me a carriage return in my current problems in 2.7. It seems to be behaving exactly like a $BR.

Is there a particular macro file I need to have loaded so that it actually gives a wider break than $BR?

Thanks!

Paul

In reply to Paul Seeburger

Re: $PAR not working the same for me as before

by Davide Cervone -
This is due to changes in CSS for the user interface that have bled into the problem. I think the issues have been taken care of in v2.8. If you want, you could probably use PGcourse.pl to include

$PAR = "$BR$BR";

for now.
In reply to Davide Cervone

Re: $PAR not working the same for me as before

by Paul Seeburger -

Okay, at least I understand what is happening better now.

Thank you also for the quick patch, Davide!

In reply to Paul Seeburger

Re: $PAR not working the same for me as before

by Richard Lynch -
Thanks for asking this! And for answering!! This is something I noticed too, and didn't really like. I did as Davide suggested, but instead added it to the PGstandard.pl file since we have hundreds of problems that do not load PGcourse.pl.