Skip to content

Commit 562a788

Browse files
committed
Updated assignment instructions
1 parent 28d82da commit 562a788

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Assignment-1.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ All deliverable text/imagery (apart from 6.) must be included in a single PDF fi
3535

3636
Submit your two html files in the form of a zipped folder.
3737

38-
The PDF and code have to be uploaded by one of the team members to :bulb: Brightspace under **Assignment 1** before the assessment session with the TAs.
38+
The PDF and code have to be uploaded by one of the team members to :bulb: Brightspace under **CSE Web assessment** (find the category your group belongs too) before the assessment session with the TAs. This means that the outcomes of Assignment 1, 2 and 3 are **all** uplodated to the same directory!
39+
Make sure to name your files with an **A1** prefix!
3940

4041
**To pass this assignment, you must have completed all tasks and be able to answer the questions of the TAs.**
4142

Assignment-2.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Submit your code in the form of a zipped folder. Make sure that your code contai
2727

2828
*Note: we expect a single source code submission, **not** one code submission per task!*
2929

30-
The PDF and code has to be uploaded by one of the team members to :bulb: Brightspace under **Assignment 2** before the assessment session with the TAs.
30+
The PDF and code have to be uploaded by one of the team members to :bulb: Brightspace under **CSE Web assessment** (find the category your group belongs too) before the assessment session with the TAs. This means that the outcomes of Assignment 1, 2 and 3 are **all** uplodated to the same directory!
31+
Make sure to name your files with an **A2** prefix!
3132

3233
**To pass this assignment, you must have completed 2.1/2.2/3.3. Your application needs to include the required client/server components and the client-server communication has to be based on WebSockets. You pass if your app can deal with players executing the game as intended.** This means that you pass, if your app does not (yet) deal with players aborting the game in the middle or making undesired moves. In addition, while we recommended to fix the issues [ESLint](https://eslint.org/) (or any other linter you use) complains about, linter compliance does not impact your assessment.
3334

Assignment-3.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ This assignment requires you to finalize your application's source code and thus
2626

2727
Submit your code in the form of a zipped folder. Make sure that your code contains the necessary `package.json` file to install/run the code, i.e. it should be sufficient to run `npm install` and `npm start` to start the server. Any specific configuration parameters your code requires should be described in an accompanying `README` file.
2828

29-
*Note: we expect a single source code submission, **not** one code submission per task!*
30-
31-
The code has to be uploaded by one of the team members to Brightspace under **Assignment 3** before the assessment session with the TAs.
29+
The code has to be uploaded by one of the team members to :bulb: Brightspace under **CSE Web assessment** (find the category your group belongs too) before the assessment session with the TAs. This means that the outcomes of Assignment 1, 2 and 3 are **all** uplodated to the same directory!
30+
Make sure to name your files with an **A3** prefix!
3231

3332
**To pass this assignment, you must have employed the necessary CSS, use templating and include at least one client-side cookie. You pass if your app can deal with players executing the game as intended** (already achieved in Assignment 2) **AND with players trying to make invalid moves.**
3433

0 commit comments

Comments
 (0)