<?xml version="1.0" encoding="UTF-8"?>
<cuisenaire prevScreen="config2.xml" nextScreen="" gridVisible="true" gridHeight="4200" gridWidth="5600" maxScale="3" minScale="-3" scaler="24" 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"/>
		<rod colour="Pink"/>
		<rod colour="Yellow"/>
		<rod colour="Dark Green"/>
		<rod colour="Black"/>
		<rod colour="Brown"/>
		<rod colour="Blue"/>
		<rod colour="Orange"/>
	</rods>
	<initialRods>
		<initialRod length="7" rotation="0" x="2640" y="1968" coloured="true" fixed="true"/>
		<initialRod length="7" rotation="0" x="2808" y="1968" coloured="true" fixed="true"/>
		<initialRod length="3" rotation="0" x="2928" y="1968" coloured="true" fixed="true"/>
	</initialRods>
	<messages>
		<message name="task">Ben made a train using four differently coloured rods the same length as two black rods and a light green one. How did he do it?</message>
	</messages>
</cuisenaire>
