--- loncom/homework/chemresponse.pm 2004/10/21 06:37:36 1.42 +++ loncom/homework/chemresponse.pm 2005/01/08 03:54:32 1.43 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.42 2004/10/21 06:37:36 albertel Exp $ +# $Id: chemresponse.pm,v 1.43 2005/01/08 03:54:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -355,7 +355,7 @@ sub start_reactionresponse { $result .=&edit_reaction_button($id,&Apache::edit::html_element_name('answer'),$answer).''; my $initial=&Apache::lonxml::get_param('initial',$parstack,$safeeval); $result.=''. - &Apache::edit::text_arg('Initial Reation:','initial',$token,40); + &Apache::edit::text_arg('Initial Reaction:','initial',$token,40); $result .=&edit_reaction_button($id,&Apache::edit::html_element_name('initial'),$initial).''; $result .=&Apache::edit::end_row().&Apache::edit::start_spanning_row();