| … | |
… | |
| 24 | "PGauxiliaryFunctions.pl", |
24 | "PGauxiliaryFunctions.pl", |
| 25 | "PGasu.pl", |
25 | "PGasu.pl", |
| 26 | "extraAnswerEvaluators.pl" |
26 | "extraAnswerEvaluators.pl" |
| 27 | ); |
27 | ); |
| 28 | |
28 | |
| 29 | TEXT(&beginproblem); |
29 | TEXT(beginproblem()); |
| 30 | $showPartialCorrectAnswers = 0; |
30 | $showPartialCorrectAnswers = 0; |
| 31 | |
31 | |
| 32 | $a = random(1,8,1); |
32 | $a = random(1,8,1); |
| 33 | |
33 | |
| 34 | $b = random(1,8,1); |
34 | $b = random(1,8,1); |
| … | |
… | |
| 55 | $BR |
55 | $BR |
| 56 | Answer: \{ans_rule(35) \} |
56 | Answer: \{ans_rule(35) \} |
| 57 | $BR |
57 | $BR |
| 58 | EOT |
58 | EOT |
| 59 | |
59 | |
| 60 | &ANS(interval_cmp("(-infinity,$e2]U[$e1,infinity)")); |
60 | ANS(interval_cmp("(-infinity,$e2]U[$e1,infinity)")); |
| 61 | |
61 | |
| 62 | ENDDOCUMENT(); # This should be the last executable line in the problem.; |
62 | ENDDOCUMENT(); # This should be the last executable line in the problem.; |
| 63 | |
63 | |
| 64 | |
64 | |