From 60d94cc3063287483ea63ec2a64c0c631db73e2d Mon Sep 17 00:00:00 2001
From: Nathan <nathan@druids.tech>
Date: Tue, 24 Oct 2023 22:58:46 +0100
Subject: [PATCH] week 10

---
 assignment-scenarios.md    | 2 +-
 overviews/week10.md        | 2 ++
 practicals/week10/tasks.md | 5 +++--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/assignment-scenarios.md b/assignment-scenarios.md
index 8793443..09b55f0 100644
--- a/assignment-scenarios.md
+++ b/assignment-scenarios.md
@@ -1,4 +1,4 @@
-# Assessment Scenarios
+# Assignment Scenarios
 
 The following scenarios provide a background for the assessed portfolio work for this module. From the scenarios below, you are expected to identify one of the problems they have and explore a solution to this. You will be guided weekly on what you need to do and you do not need to provide a completed working code project for the problem. The focus is more on the process of applying computational thinking and writing short pieces of code that demonstrate your approach and understanding.
 
diff --git a/overviews/week10.md b/overviews/week10.md
index 72bc36e..ae4f157 100644
--- a/overviews/week10.md
+++ b/overviews/week10.md
@@ -9,6 +9,8 @@ This weeks **second lecture** will look at requirements elicitation.
 
 ### 👉 [THIS WEEKS TASK](https://gitlab.uwe.ac.uk/ctap/ctap-resources/-/blob/main/practicals/week10/tasks.md?ref_type=heads) 👈
 
+#### 👋[Updated Assignment Scenarios](https://gitlab.uwe.ac.uk/ctap/ctap-resources/-/blob/main/assignment-scenarios.md?ref_type=heads)👋
+
 - Applying decomposition to problems and representing this with tree diagrams
 - Exploring and defining the requirements of problems and evaluating these requirements
 
diff --git a/practicals/week10/tasks.md b/practicals/week10/tasks.md
index f533078..752adf2 100644
--- a/practicals/week10/tasks.md
+++ b/practicals/week10/tasks.md
@@ -1,10 +1,10 @@
-# Week 9 Tasks for practicals
+# Week 10 Tasks for practicals
 
 From [Karl Beechers book: Computational thinking: a beginner's guide to problem-solving and programming ](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_9740235_1&course_id=_358486_1&mode=reset), read chapter 3.
 # Task 1 
 ## 1.1 : Tree diagrams
 
-Create a tree diagram to decompose the following problem (You may use software of your choice - or scan in pen and paper if you must! I'd recommend [draw.io](https://app.diagrams.net/).
+Create a tree diagram to decompose the following problem (You may use software of your choice - or scan in pen and paper if you must! I'd recommend [draw.io](https://app.diagrams.net/).)
 
 Face-Off need to run invite only tournaments for hand selected E sports teams in order to raise their profile. They need a software system for inviting teams, integrating with their system, scheduling the games that are to be played and providing the correct servers for this to happen on.
 
@@ -54,6 +54,7 @@ choose_server(t1, t2)
 ## 2.1
 
 You should start by stating the problem that you are looking to solve at the start of your portfolio and you should check with your practical tutor that this problem has sufficient scope. (If you are unsure of a problem, you can choose one of the supplied problems from the scenario).
+The Assignment Scenarios have been updated, see [here.](https://gitlab.uwe.ac.uk/ctap/ctap-resources/-/blob/main/assignment-scenarios.md?ref_type=heads)
 
 ## 2.2
  
-- 
GitLab