Warning messages
Use of uninitialized value in array element at line 54 of [TMPL]/macros/unionInclude.pl
Here is the def file:
######################################################
###This def file scrambles the order of the problems
###via a utility: unionInclude.pl
######################################################
setNumber=Algebra_03_01_SystemOfLinearEq
openDate = 01/01/03, 0600
dueDate = 12/15/07 at 5:00pm
answerDate = 02/15/15 at 5:00pm
paperHeaderFile = paperHeader.pg
screenHeaderFile = Problems/setAlgebra_03_01_SystemOfLinearEq/screenHeader.pg
problemList =
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_01_to_03.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_01_to_03.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_01_to_03.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/IntAlg_04_LinearSystem.pg, 2
Problems/setAlgebra_03_01_SystemOfLinearEq/IntAlg_05_LinearSystem.pg, 2
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_06_to_13.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_06_to_13.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_06_to_13.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_06_to_13.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_06_to_13.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_06_to_13.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_06_to_13.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_06_to_13.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_14_to_17.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_14_to_17.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_14_to_17.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/aRandomizer_Problems_14_to_17.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/IntAlg_18_LinearSystem.pg, 3
Problems/setAlgebra_03_01_SystemOfLinearEq/IntAlg_19_SolveLinearEquation_Review.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/IntAlg_20_IntroFunctions_Review.pg, 1
Problems/setAlgebra_03_01_SystemOfLinearEq/IntAlg_21_Exponents_Review.pg, 1
------------------------------End def file---------------------------------------------------------------
Here is the second "selection" file, aRandomizer_Problems_06_to_13.pg: (The others are the similar.):
##DESCRIPTION
## Creates a random order for the first three problems
## in this folder.
##ENDDESCRIPTION
DOCUMENT(); # This should be the first executable line in the problem.
loadMacros(
"unionInclude.pl"
);
includeRandomProblem(
"IntAlg_06_LinearSystem.pg",
"IntAlg_07_LinearSystem.pg",
"IntAlg_08_LinearSystem.pg",
"IntAlg_09_LinearSystem.pg",
"IntAlg_10_LinearSystem.pg",
"IntAlg_11_LinearSystem.pg",
"IntAlg_12_LinearSystem.pg",
"IntAlg_13_LinearSystem.pg"
);
ENDDOCUMENT();
------------------------End selection file--------------------------------------------------------------
I also made a problem set using a straightforward def file and got no errors; so,
I think the problem files are OK.
--rac