--- loncom/startup.pl 2002/03/27 18:35:55 1.5 +++ loncom/startup.pl 2002/08/12 18:52:15 1.7 @@ -35,5 +35,12 @@ use Apache::lonparmset(); 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;