[LON-CAPA-cvs] cvs: loncom /homework matchresponse.pm

raeburn raeburn at source.lon-capa.org
Mon Jan 27 14:07:58 EST 2025


raeburn		Mon Jan 27 19:07:58 2025 EDT

  Modified files:              
    /loncom/homework	matchresponse.pm 
  Log:
  - Typo
  
  
Index: loncom/homework/matchresponse.pm
diff -u loncom/homework/matchresponse.pm:1.95 loncom/homework/matchresponse.pm:1.96
--- loncom/homework/matchresponse.pm:1.95	Mon Jan 27 15:04:15 2025
+++ loncom/homework/matchresponse.pm	Mon Jan 27 19:07:58 2025
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Full matching style response
 #
-# $Id: matchresponse.pm,v 1.95 2025/01/27 15:04:15 raeburn Exp $
+# $Id: matchresponse.pm,v 1.96 2025/01/27 19:07:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -745,7 +745,7 @@
 	    }
 	    if ($target ne 'tex') {
 		if ($Apache::lonhomework::type ne 'exam') {
-		    $question.="<br />\n".$optionlist.$text/'</label>';
+		    $question.="<br />\n".$optionlist.$text.'</label>';
 		} else {
 		    $question.="<br />\n".$text;
 		}




More information about the LON-CAPA-cvs mailing list