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.