[npl] / trunk / NationalProblemLibrary / ASU-topics / set119MatrixAlgebra / p1.pg Repository:
ViewVC logotype

Diff of /trunk/NationalProblemLibrary/ASU-topics/set119MatrixAlgebra/p1.pg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 267 Revision 268
25"PGchoicemacros.pl", 25"PGchoicemacros.pl",
26"PGanswermacros.pl", 26"PGanswermacros.pl",
27"PGauxiliaryFunctions.pl", 27"PGauxiliaryFunctions.pl",
28); 28);
29 29
30TEXT(&beginproblem); 30TEXT(beginproblem());
31$showPartialCorrectAnswers = 0; 31$showPartialCorrectAnswers = 0;
32 32
33$a = random(2,9,1); 33$a = random(2,9,1);
34$b = random(2,9,1); 34$b = random(2,9,1);
35while ($a == $b) { $b = random(2,9,1);} 35while ($a == $b) { $b = random(2,9,1);}
64$BR 64$BR
65\{$cmc -> print_a \} 65\{$cmc -> print_a \}
66 66
67END_TEXT 67END_TEXT
68 68
69ANS( checkbox_cmp( $cmc->correct_ans )); 69ANS(checkbox_cmp( $cmc->correct_ans ));
70 70
71ENDDOCUMENT(); # This should be the last executable line in the problem. 71ENDDOCUMENT(); # This should be the last executable line in the problem.

Legend:
Removed from v.267  
changed lines
  Added in v.268

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9