--- loncom/startup.pl 2002/03/27 18:35:55 1.5 +++ loncom/startup.pl 2002/07/29 20:40:34 1.6 @@ -36,4 +36,12 @@ use Apache::lonauth(); use Apache::caparesponse(); use Apache::lonstatistics(); use Apache::lonchart(); +use Apache::grades(); +use Apache::lonpublisher(); +use Apache::caparesponse(); +use Apache::radiobuttonresponse(); +use Apache::optionresponse(); +use Apache::imageresponse(); +use Apache::essayresponse(); +use Apache::externalresponse(); 1;