diff --git a/assignment-scenarios.md b/assignment-scenarios.md index 8793443abae3368c3cb21144ec11a3e18d92c4a1..09b55f06e00a2f011f767afc01aebad606dd4b42 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 72bc36eff5b206463eefbe4d5a910043ff518e77..ae4f1576240d78ddaf69a852603754922fba7f97 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 f5330781ea08c47903c0d20ea0fb0bcb8d1f7cb1..752adf2ea48ecba5ad92fdaa3d7e48381aa15ed4 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