--- loncom/homework/simpleproblem.problem 2003/07/09 06:23:20 1.3
+++ loncom/homework/simpleproblem.problem 2003/07/10 06:17:41 1.5
@@ -15,9 +15,13 @@ for ($i=1;$i<=10;$i++) {
$position[$i]=&EXT('resource.0.position'.$i);
unless ($position[$i]) { $position[$i]='random'; }
}
+$stringanswer=&EXT('resource.0.stringanswer');
+unless ($stringanswer) { $stringanswer=''; }
+$stringtype=&EXT('resource.0.stringtype');
+unless ($stringtype) { $stringtype='cs'; }
-&EXT('resource.0.questiontext')
+&EXT('resource.0.questiontext')
@@ -99,4 +103,21 @@ for ($i=1;$i<=10;$i++) {
+
+
+
+
+
+
+
+
+
+
+
+&EXT('resource.0.hinttext')
+
+
+
+
+