WeBWorK Main Forum

Course Environment Variable

Course Environment Variable

by Geoff Goehle -
Number of replies: 0
I have a code question ....

I'm trying to add on some features to webwork and was wondering why the course environment variable $ce in AddUsers.pm does not have the values from course.conf.  

For example I have 

$constant = "something";

in course.conf.  In Problem.pm $ce->{constant} returns the correct value but the same thing doesnt work in AddUsers.pm.