--- loncom/homework/simpleproblem.problem 2003/07/07 07:32:16 1.2 +++ loncom/homework/simpleproblem.problem 2003/07/09 10:05:15 1.4 @@ -15,6 +15,10 @@ 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') @@ -40,7 +44,6 @@ for ($i=1;$i<=10;$i++) { &EXT('resource.0.text6') - &EXT('resource.0.text7') @@ -53,6 +56,7 @@ for ($i=1;$i<=10;$i++) { &EXT('resource.0.text10') + &EXT('resource.0.hinttext') @@ -60,7 +64,7 @@ for ($i=1;$i<=10;$i++) { - + &EXT('resource.0.text1') @@ -80,7 +84,6 @@ for ($i=1;$i<=10;$i++) { &EXT('resource.0.text6') - &EXT('resource.0.text7') @@ -93,10 +96,28 @@ for ($i=1;$i<=10;$i++) { &EXT('resource.0.text10') + &EXT('resource.0.hinttext') + + + + + + + + + + + +&EXT('resource.0.hinttext') + + + + +