<?xml version="1.0" encoding="utf-8"?>
<!-- Radio Buttons -->
<template>
    <bgImage x="0" y="0" path="images/whitebg.png" scale="100"/>
	<screens num="3" choices="2">
<!-- SCREEN 1 -->
        <screen id="1" choice1="True" choice2="False">	
		<instruction><![CDATA[<font face="Verdana" size="14"><font color='#ffffff'>Decide whether each of these statements is true or false.<br />Click Check to see if you are correct.</font>]]></instruction>
		<questions>
			<question id="1" correct="1"><![CDATA[<font face="Verdana" size="14" width="170" height="94">The Health and Safety Regulations 1992 cover the use of ICT equipment.</font>]]></question>
			<question id="2" correct="1"><![CDATA[<font face="Verdana" size="14">Employers are required to provide health and safety training to their employees.</font>]]></question>
			<question id="3" correct="2"><![CDATA[<font face="Verdana" size="14">Employers are not required to check that equipment used by employers conforms to the regulations.</font>]]></question>
			<question id="4" correct="1"><![CDATA[<font face="Verdana" size="14">Appropriate font sizes and font colours and backgrounds are software features that will help reduce employee stress when using software.</font>]]></question>
		</questions>
	</screen>
<!-- SCREEN 2 -->	
        <screen id="2" choice1="True" choice2="False">
		<instruction><![CDATA[<font face="Verdana" size="14"><font color='#ffffff'>Decide whether each of these statements is true or false.<br />Click Check to see if you are correct.</font>]]></instruction>
		<questions>
			<question id="1" correct="2"><![CDATA[<font face="Verdana" size="14">Clear error messages produced by software explaining how a user may rectify the situation increase user stress.</font>]]></question>
			<question id="2" correct="1"><![CDATA[<font face="Verdana" size="14">Reducing the amount of mouse movement and clicking will help reduce the likelihood of RSI.</font>]]></question>
			<question id="3" correct="2"><![CDATA[<font face="Verdana" size="14">Wrist pads can help reduce eye strain.</font>]]></question>
		</questions>
		</screen>
<!-- SCREEN 3 -->	
        <screen id="3" choice1="True" choice2="False">
		<instruction><![CDATA[<font face="Verdana" size="14"><font color='#ffffff'>Decide whether each of these statements is true or false.<br />Click Check to see if you are correct.</font>]]></instruction>
		<questions>
			<question id="1" correct="1"><![CDATA[<font face="Verdana" size="14">The use of ergonomic keyboards can help reduce the likelihood of RSI.</font>]]></question>
			<question id="2" correct="1"><![CDATA[<font face="Verdana" size="14">Regular breaks in activity will help reduce eye strain.</font>]]></question>
			<question id="3" correct="2"><![CDATA[<font face="Verdana" size="14">A chair used by a computer user must always have four legs.</font>]]></question>
		</questions>
		</screen>	
    </screens>
	<feedback display = "true">
        <message min = "0" max = "50"><![CDATA[<font face="Verdana" size="18">You have scored less than 50</font>]]></message>
        <message min = "51" max = "75"><![CDATA[<font face="Verdana" size="18">You have scored bronze star</font>]]></message>
        <message min = "76" max = "99"><![CDATA[<font face="Verdana" size="18">You have scored silver star</font>]]></message>
        <message min = "100" max = "100"><![CDATA[<font face="Verdana" size="18">You have scored gold star</font>]]></message>
    </feedback>
	<textBox display="off">
		<textWindow x="300" y="120" width="150" height="53"><![CDATA[<font face="Verdana" size="12">Additional text description can be added here.</font>]]></textWindow>
		<textWindow x="120" y="350" width="300" height="53"><![CDATA[<font face="Verdana" size="12">Additional text description can be added here.</font>]]></textWindow>
	</textBox>	
    <resource path="docs/Activities.doc"/>
</template>