[LON-CAPA-cvs] cvs: loncom /homework insertlist.tab response.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 18 Jul 2006 18:52:58 -0000
albertel Tue Jul 18 14:52:58 2006 EDT
Modified files:
/loncom/homework insertlist.tab response.pm
Log:
- moving the help to the 'correct' location
Index: loncom/homework/insertlist.tab
diff -u loncom/homework/insertlist.tab:1.56 loncom/homework/insertlist.tab:1.57
--- loncom/homework/insertlist.tab:1.56 Tue Nov 15 10:57:45 2005
+++ loncom/homework/insertlist.tab Tue Jul 18 14:52:57 2006
@@ -22,7 +22,7 @@
imageresponse::polygon,Polygonal area in image,#ccFFdd,default
imageresponse::text,Text to describe option,#ddFFee,default
datasubmission,Stored Entry Field,#1144dd,default,no
-customresponse,Response: Custom,#44cc55,insert_customresponse
+customresponse,Response: Custom,#44cc55,insert_customresponse,yes,Custom_Response_Problems,How to write custom responses
customresponse::answer,Answer algorithm,#ccccaa,insert_customresponse_answer
textfield,Large Text Entry Area,#1144dd,default
textline,Single Line Text Entry Area,#1144dd,default
Index: loncom/homework/response.pm
diff -u loncom/homework/response.pm:1.144 loncom/homework/response.pm:1.145
--- loncom/homework/response.pm:1.144 Tue Jul 18 13:24:33 2006
+++ loncom/homework/response.pm Tue Jul 18 14:52:57 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# various response type definitons response definition
#
-# $Id: response.pm,v 1.144 2006/07/18 17:24:33 www Exp $
+# $Id: response.pm,v 1.145 2006/07/18 18:52:57 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -378,8 +378,7 @@
} elsif ($target eq 'edit') {
$result.=&Apache::edit::tag_start($target,$token);
$result.=&Apache::edit::text_arg('String to display for answer:',
- 'answerdisplay',$token).
- &Apache::loncommon::help_open_topic('Custom_Response_Problems','How to write custom responses');
+ 'answerdisplay',$token);
$result.=&Apache::edit::end_row().&Apache::edit::start_spanning_row();
} elsif ($target eq 'modified') {
my $constructtag;