WeBWorK Main Forum

Comment on removing the success Indicator

Comment on removing the success Indicator

by Andras Balogh -
Number of replies: 0
This summer too many students asked me about how the success indicator "Ind" column will affect their grades.
After a  search with fgrep  I found that I can make the "Ind" column disappear by commenting out the the two lines
CGI::td(sprintf("%0.0f",100*$successIndicator)),  # indicator
and
CGI::th({ -align=>'center', },'Ind'),
in the file
webwork2/lib/WeBWorK/ContentGenerator/Grades.pm
The web service also has to be restarted.

This still leaves the "Ind" column on the "View student progress by set" screen that can be used by the instructor.


Andras