diff --git a/README.md b/README.md index 405c7d8..327d53f 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ 1. Enter students into Student table. Leave Team_ID as null. 1. Enter submission into Submission table. Use whatever you want in the Name column - probably want the student's name. - ## Team/Group Assessment +1. Switch the FK in the Submission table to Team rather than Student 1. Enter teams into Team table. 1. Enter team ID and Name into Submission table. 1. Enter students into Student table and link to Team table via Team_ID.