diff --git a/overviews/week7.md b/overviews/week7.md index 86944f20e3412851d63b429c86b510136312dbaa..96f779c17f9a346f0efad0c3060b083a5248afbb 100644 --- a/overviews/week7.md +++ b/overviews/week7.md @@ -1,5 +1,8 @@ # Week 7 +> **This weeks quiz:** https://uwe.eu.qualtrics.com/jfe/form/SV_cHLTdLJMCqznidM +> [This weeks lecture](https://uwe.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=7f58e51b-a916-4a01-a478-adba00ef4f9d&instance=Blackboard) and [slides](https://blackboard.uwe.ac.uk/webapps/blackboard/execute/content/file?cmd=view&content_id=_10054928_1&course_id=_358428_1&launch_in_new=true) + Over the next couple of weeks, we will be introducing three main topics. We will start with setting up and then begin looking at using command line interfaces, specifically a program called git (which we use for managing code). We will also start thinking about 'programming' in an abstract way by experimenting with scratch, an online graphical programming environment. We can consider the three topics for the next two weeks to be: @@ -22,7 +25,8 @@ We can consider the three topics for the next two weeks to be: ## Have already completed ... -Nothing yet! But please make sure you have access to the module materials on blackboard, have taken a look around it and have ensured you won't miss any communications from the announcements and email (we recommend forwarding these announcements to your primary inbox if you prefer). +Watching [This weeks lecture](https://uwe.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=7f58e51b-a916-4a01-a478-adba00ef4f9d&instance=Blackboard) and [slides](https://blackboard.uwe.ac.uk/webapps/blackboard/execute/content/file?cmd=view&content_id=_10054928_1&course_id=_358428_1&launch_in_new=true). +Other than that, nothing yet! But please make sure you have access to the module materials on blackboard, have taken a look around it and have ensured you won't miss any communications from the announcements and email (we recommend forwarding these announcements to your primary inbox if you prefer). @@ -30,7 +34,8 @@ Nothing yet! But please make sure you have access to the module materials on bla ... you should have completed: -* Watching the online lecture, this week [Ben's 3 part videos on source control with git](https://www.youtube.com/watch?v=25_mXw_veVg&list=PLe2QYG8u2CjMXsGSL7NOE4E9pe0Thd1gB) +* Watching the [online lecture ](https://blackboard.uwe.ac.uk/webapps/blackboard/execute/content/file?cmd=view&content_id=_10054928_1&course_id=_358428_1&launch_in_new=true) +- Watching [Ben's 3 part videos on source control with git](https://www.youtube.com/watch?v=25_mXw_veVg&list=PLe2QYG8u2CjMXsGSL7NOE4E9pe0Thd1gB) * Attend a face-to-face seminar * Attend a face-to-face practical * Completed the setup guide @@ -47,6 +52,7 @@ Nothing yet! But please make sure you have access to the module materials on bla ## Resources +- [This weeks lecture](https://uwe.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=7f58e51b-a916-4a01-a478-adba00ef4f9d&instance=Blackboard) and [slides](https://blackboard.uwe.ac.uk/webapps/blackboard/execute/content/file?cmd=view&content_id=_10054928_1&course_id=_358428_1&launch_in_new=true) - Guide on using Command Line Interfaces ([cli.pdf](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/cli.md?ref_type=heads)) - [Git introduction](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/intro-to-git.md?ref_type=heads) - [Git submissions](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-submissions.md?ref_type=heads)