From afdf66adb746b0f6da4e62d2c8c7d6fae0a4e863 Mon Sep 17 00:00:00 2001
From: Piers Williams <solar_1992@hotmail.co.uk>
Date: Fri, 11 May 2018 08:37:32 +0100
Subject: [PATCH] Spelling issues corrected and submission process improved

---
 _templates/assignment.html | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

diff --git a/_templates/assignment.html b/_templates/assignment.html
index 6407f4a..b681c65 100644
--- a/_templates/assignment.html
+++ b/_templates/assignment.html
@@ -7,13 +7,9 @@
 	<ul>
 		<li><a href="#gd-asteroids">Asteroids Experiment</a></li>
 		<li><a href="#gd-hack">Game Design Hack (3-4 students per group)</a></li>
-		<li><a href="#gd-player">Player Experiance Experiments (3-4 students per group)</a></li>
+		<li><a href="#gd-player">Player Experience Experiments (3-4 students per group)</a></li>
 	</ul>
 
-	<h2>Submission Process</h2>
-	<p>Where deliverables are required, deliverables should be emailed to: <a href="mailto:jwalto@essex.ac.uk?subject=Game Design 2">jwalto@essex.ac.uk</a> with the subject Game Design 2: (team name)</p>
-
-
 	<a id="gd-asteroids">
 	<h2>1. Asteroids Experiment [10%]</h2>
 	<p class="lead"> Searching a design space </p>
@@ -32,6 +28,11 @@
 		<li> Code project with the modifications</li>
 	</ul>
 
+	<h3>Submission</h3>
+	<p>Submission should be zipped into a single file and emailed to:
+		 <a href="mailto:jwalto@essex.ac.uk?subject=Asteroids Submission: NAME">jwalto@essex.ac.uk</a>
+		  with the subject "Asteroids Submission: NAME"</p>
+
 	<a id="gd-hack">
 	<h2>2. Game Design Hack [40%]</h2>
 	<p class="lead">A good game that fits together</p>
@@ -39,38 +40,43 @@
 	<h3>Criteria</h3>
 	<ul>
 		<li>A working game created using the framework (50%)</li>
-		<li>Game has a reasonable spread of paramters (25%)</li>
-		<li>Description of paramters and their effects (25%)</li>
+		<li>Game has a reasonable spread of parameters (25%)</li>
+		<li>Description of parameters and their effects (25%)</li>
 	</ul>
 
 	<h3>Deliverables</h3>
 	<ul>
 		<li>Working game and brief description of how it works</li>
-		<li>List paramters that could be used for modification and effects</li>
+		<li>List parameters that could be used for modification and effects</li>
 	</ul>
 
+	<h3>Submission</h3>
+	<p>Submission should be zipped into a single file and emailed to:
+		 <a href="mailto:jwalto@essex.ac.uk?subject=Hack Submission: TEAM_NAME">jwalto@essex.ac.uk</a>
+		  with the subject "Hack Submission: TEAM_NAME"</p>
+
 	<a id="gd-player">
-	<h2>3. Player Experiance Experiments [50%]</h2>
-	<p class="lead">In groups, take a game developed as part of the game design hack and use AI experiments to determine two experiments for human player testing. Perform play testing on these varierents recording relevent results and give a presentation with these findings.</p>
+	<h2>3. Player Experience Experiments [50%]</h2>
+	<p class="lead">In groups, take a game developed as part of the game design hack and use AI experiments to determine two experiments for human player testing. Perform play testing on these variants recording relevent results and give a presentation with these findings.</p>
 	<div class="mx-3">
 
 	<h3>3a. Final Presentation [10%]</h3>
-	<p class="lead">Create a presentation explaining your game, explain the two varients of your game, the metrics that you used and the results of the games</p>
+	<p class="lead">Create a presentation explaining your game, explain the two variants of your game, the metrics that you used and the results of the games</p>
 
 	<h4>Criteria</h4>
 	<ul>
-		<li>Presenetation explains game well (15%)</li>
-		<li>Varients explained well (15%)</li>
+		<li>Presentation explains game well (15%)</li>
+		<li>Variants explained well (15%)</li>
 		<li>Metrics explained well (15%)</li>
 		<li>Discussion of results (30%)</li>
 		<li>Presentation qaulity (15%)</li>
-		<li>Balence of contributions to presentation (10%)</li>
+		<li>Balance of contributions to presentation (10%)</li>
 	</ul>
 
 	<h4>Deliverables</h4>
 	<ul>
 		<li>The presentation itself (pptx or pdfs)</li>
-		<li>Presnetation given on Week 2, Session 5 PM</li>
+		<li>Presentation given on Week 2, Session 5 PM</li>
 	</ul>
 
 	<h3>3b. Final Report [40%]</h3>
-- 
GitLab