[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm /html/adm/help/tex Some_Items_Were_Not_Submitted.tex doc/loncapafiles loncapafiles.lpml

www lon-capa-cvs-allow@mail.lon-capa.org
Thu, 22 May 2008 22:04:34 -0000


www		Thu May 22 18:04:34 2008 EDT

  Added files:                 
    /loncom/html/adm/help/tex	Some_Items_Were_Not_Submitted.tex 

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
    /loncom/homework	inputtags.pm 
  Log:
  Help link for vector input
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.585 doc/loncapafiles/loncapafiles.lpml:1.586
--- doc/loncapafiles/loncapafiles.lpml:1.585	Mon May 19 17:19:16 2008
+++ doc/loncapafiles/loncapafiles.lpml	Thu May 22 18:04:29 2008
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.585 2008/05/19 21:19:16 www Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.586 2008/05/22 22:04:29 www Exp $ -->
 
 <!--
 
@@ -2766,6 +2766,7 @@
 Slot_RestrictAvailibility.tex;
 Slot_SelectingField.tex;
 Slot_SpecifyProctors.tex;
+Some_Items_Were_Not_Submitted.tex;
 Spreadsheet_About.tex;
 Spreadsheet_Calculation.tex;
 Spreadsheet_Calculation_Time.tex;
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.242 loncom/homework/inputtags.pm:1.243
--- loncom/homework/inputtags.pm:1.242	Mon Mar 17 11:40:31 2008
+++ loncom/homework/inputtags.pm	Thu May 22 18:04:31 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.242 2008/03/17 15:40:31 bisitz Exp $
+# $Id: inputtags.pm,v 1.243 2008/05/22 22:04:31 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -729,7 +729,7 @@
 	$css_class=$possible_class{'not_charged_try'};
 	$button = 1;
     } elsif ($award eq 'MISSING_ANSWER') {
-	$message = &mt('Some items were not submitted.');
+	$message = &mt('Some items were not submitted.').&Apache::loncommon::help_open_topic('Some_Items_Were_Not_Submitted');
 	$css_class=$possible_class{'not_charged_try'};
 	$button = 1;
     } elsif ($award eq 'ERROR') {

Index: loncom/html/adm/help/tex/Some_Items_Were_Not_Submitted.tex
+++ loncom/html/adm/help/tex/Some_Items_Were_Not_Submitted.tex
\label{Some Items Were Not Submitted}
This message means that some of the required items were not provided. The problem might expect you to fill out multiple answer fields, or you might have missed to select an option
for one of the statements.

If this is a numerical or math problem, you likely received this message because you were required to enter a vector. Here are some examples and how they need to be entered:
\[\left({17}\atop{42}\right)\]
Enter: \verb|17,42|
\[\left({17}\atop{42}\right)\frac{m}{s}\]
Enter: \verb|17,42 m/s|
\[\left({a^2}\atop{b^4}\right)\]
Enter: \verb|a^2,b^4|