<?xml version="1.0" encoding="UTF-8"?>
<cuisenaire prevScreen="" nextScreen="config2.xml" gridVisible="false" gridHeight="4200" gridWidth="5600" maxScale="3" minScale="-3" scaler="15" stageH="400" stageW="550" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cuisenaire.xsd">
	<rods>
		<rod colour="White"/>
		<rod colour="Red"/>
	</rods>
	<initialRods>
		<initialRod length="1" rotation="0" x="2550" y="1950" coloured="true" fixed="true"/>
		<initialRod length="2" rotation="0" x="2580" y="1950" coloured="true" fixed="true"/>
		<initialRod length="3" rotation="0" x="2640" y="1950" coloured="true" fixed="true"/>
		<initialRod length="4" rotation="0" x="2700" y="1950" coloured="true" fixed="true"/>
		<initialRod length="5" rotation="0" x="2790" y="1950" coloured="true" fixed="true"/>
		<initialRod length="6" rotation="0" x="2880" y="1950" coloured="true" fixed="true"/>
		<initialRod length="7" rotation="0" x="3000" y="1950" coloured="true" fixed="true"/>
	</initialRods>
	<messages>
		<message name="task">How many different ways are there of making up each of these rods using just the white and the red rods?</message>
	</messages>
</cuisenaire>
