<?xml version="1.0" encoding="UTF-8"?>
<cuisenaire prevScreen="config.xml" nextScreen="" 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"/>
		<rod colour="Green"/>
	</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">Now find how many different ways there are of making up each of these rods using just the white,  red and the green rods. Can you use the result from the first screen to help? </message>
	</messages>
</cuisenaire>
