--- loncom/homework/lonhomework.pm 2024/02/27 17:10:23 1.344.2.10.4.7 +++ loncom/homework/lonhomework.pm 2024/02/28 21:03:29 1.344.2.10.4.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.344.2.10.4.7 2024/02/27 17:10:23 raeburn Exp $ +# $Id: lonhomework.pm,v 1.344.2.10.4.8 2024/02/28 21:03:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -49,6 +49,7 @@ use Apache::matchresponse(); use Apache::chemresponse(); use Apache::functionplotresponse(); use Apache::drawimage(); +use Apache::loncapamath(); use Apache::loncourseuser(); use Apache::grades(); use Apache::Constants qw(:common); @@ -1836,6 +1837,7 @@ sub helpmenu_datastructure { ['Other_Symbols.hlp', &mt('Other Symbols'), 500, 600], ['Authoring_Output_Tags.hlp', &mt('Output Tags'), 800, 600], ['Authoring_Multilingual_Problems.hlp', &mt('Languages'), 800, 600], + ['loncapa.html', &mt('Reference'), 800, 600], ]; my $help_structure = [];