Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

the dowloaded SAD file is the first screenshot of a spread sheet I uploaded. The other screenshots are the coursework questions. samplecwk 1data.xlsx Q Search

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedthe dowloaded SAD file is the first screenshot of a spread sheet I uploaded. The other screenshots are the coursework questions.

samplecwk 1data.xlsx Q Search CS X File Home Insert Formulas Data BE Open in Desktop App Search Close Activity Conversation 28 Or 4 17 Calibri 11 Bv oor A ab 2 General .00 .00 2 Chat E13 fx H 1 N Teams D E Staff ID Module Code 800123 CSI-4-SOD 800123 CSI-4-SOD 800267 CSI-5-WET 800267 CSI-5-WET Weighting Component 30.0 CWK1 70.0 CWK2 50.0 CWK1 50.0 CWK2 Calendar Calls Files B 1 Assessment ID Submission Dates Module Name 2 CSI0001 12/04/2021 Software Development 3 CSI0002 05/05/2021 Software Development 4 CSI0004 31/03/2021 Web Technologies 5 CS10005 05/05/2021 Web Technologies 6 7 8 9 10 11 12 13 13 14 15 16 2 17 18 19 20 21 22 22 Apps > E Sheet1 + Help Workbook Statistics Give Feedback to Microsoft - 100% + 18:29 Speakers (Bluetooth): 63% 11 Type here to search O . T AutoSave B Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X File Share Comments Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be carefulfiles from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X Software Development Coursework 1 Specification, Version 3, 2020-21 Coursework Type: Individual coding assignment Product: A Student Assessment 'database' Administration Application Due date: 3rd April 2021 (11:55pm) Introduction The main objective of this assignment is to design and implement A Student Assessment 'database' (SAD) software application, for managing student's workload, using the python concepts learnt so far like python collections, functions and files. External Python, e.g. csv file manipulation, can be used, but their functionality must be clearly explained. Problem Statement The different tasks involved are as follows: 1. Download the SAD sample data file from the VLE as your starting database (see note 1, at the end of this document). The database includes all of the data fields below. Also given below are validation requirements that you will need when in later steps you come to add new incidents or modify existing ones. * Assessment Number - an unique SAD record ID. For this coursework, when you come to add or modify an incident, you can enter this number manually or generate it automatically, but it must be unique. In database terms it is the primary key of the record system. 4 Submission Date - this is the date, when an assessment is due. In the case of an exam, it is the date of the exam. Your file is safe to open 4 Staff ID - This is a six digit number, for example, 823971. Module Code - LSBU module code, for example CSI-6-EFG McAfee We scanned WINWORD.EXE before you opened it - it's virus-free. The user should enter a code that is 7 digits long and unique. C Focus + 100% 18-30 O T 4.) 22/02/2021 Page 1 of 6 1032 words re Type here to search ca AutoSave B Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X Share Comments X File Home Insert Draw Design Layout References Mailings Review View Help RCM Grammarly O PROTECTED VIEW Be careful files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Enable Editing The user should enter a code that is 7 digits long and unique, + Module Name - You can use existing module names. + Weighting - This is the percentage of the overall module grade for the assessment. Examples include 40%, 60%, 33.333% + Category of assessment - This can be CWK, CWK1, CWK2, CWK3, EX Page 1 of 6 1032 words Focus 38 100% HE Type here to search O . TE w ra 18-31 22/02/2021 . AutoSave Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X 2. Once the initial database has downloaded from the VLE, it should have contents similar to this: A B C 1 Incident Number Norlication Date Module Code 4243 010/2010 C9-4-PUT Po Rio 3 4244 02/10/2009 CSISSAL Staging 4 4245 27112019 CSI-5-SAL Staying 5 4246 2712069 CS-6-00 Data Struoti 6 4247 237112019 CSIS-FFR Ras Figure 1 The initial database The file shown in figure 1 is a CSV file, a comma separated file, which can be imported into Excel, Notepad and other programs for viewing. 3. Thereafter, your program should provide, using a menu driven interface ...: a) List assessments b) Enter a new assessment c) Remove an existing assessment d) Update the details of an existing assessment e) Search and display the details for a particular level f) Count the number of assessments g) Exit the program Figure 2 Sample application menu to access to the following use-cases: List all assessments The user can display on-screen the complete contents of the database. Page 1 of 6 1032 words Focus 100% HE Type here to search O TE W ra 4.) 18-31 22/02/2021 AutoSave Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X 2. Once the initial database has downloaded from the VLE, it should have contents similar to this: A B C 1 Incident Number Norlication Date Module Code 4243 010/2010 C9-4-PUT Po Rio 3 4244 02/10/2009 CSISSAL Staging 4 4245 27112019 CSI-5-SAL Staying 5 4246 2712069 CS-6-00 Data Struoti 6 4247 237112019 CSIS-FFR Ras Figure 1 The initial database The file shown in figure 1 is a CSV file, a comma separated file, which can be imported into Excel, Notepad and other programs for viewing. 3. Thereafter, your program should provide, using a menu driven interface ...: a) List assessments b) Enter a new assessment c) Remove an existing assessment d) Update the details of an existing assessment e) Search and display the details for a particular level f) Count the number of assessments g) Exit the program Figure 2 Sample application menu to access to the following use-cases: List all assessments The user can display on-screen the complete contents of the database. Page 1 of 6 1032 words Focus 100% HE Type here to search O TE W ra 4.) 18-31 22/02/2021 AutoSave 2-06 Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC Ga X Share Comments X File Home Insert Draw Design Layout References Mailings Review View Help RCM Grammarly O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Enable Editing List all assessments The user can display on-screen the complete contents of the database. . D E 1 Assessment ID Submission Dates Module Name Staff ID Module Code 2 CSI0001 12/04/2021 Software Development 800123 CSI-4-SOD -- 3 CSI0002 05/05/2021 Software Development 800123 CSI-4-SOD 4 CSI0003 12/05/2021 Software Development 800123 CSI-4-SOD 5 CSI0004 31/03/2021 Web Technologies 800267 CSI-5-WET F G Weighting Component 30.0 CWK1 30.0 CWK2 40.0 CWK3 50.0 CWK1 Figure 3 Sample Database Contents, if viewed within Excel Add a new assessment record a The user can add a new assessment with a unique assessment ID (auto-generated or manual). Once the data is received from the console, it should be stored using appropriate data structures or variables. Once all the data has been entered, should be concatenated or joined together with each field separated by a comma and no comma after the last field. This concatenated record must then be written or appended to the existing file. Usually, the module leader enters several assessment records at the same 'sitting'. A B D E G Page 1 of 6 1032 words Focus BE 100% HE Type here to search O T w ca 4.) 18-31 22/02/2021 AutoSave H Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X A B 1 Assessment ID Submission Dates Module Name 2 CSI0001 12/04/2021 Software Development 3 CSI0002 05/05/2021 Software Development 4 CSI0003 12/05/2021 Software Development 5 CSI0004 31/03/2021 Web Technologies 6 CSI0005 05/05/2021 Web Technologies D E Staff ID Module Code 800123 CSI-4-SOD 800123 CSI-4-SOD 800123 CSI-4-SOD 800267 CSI-5-WET 800267 CSI-5-WET F G Weighting Component 30.0 CWK1 30.0 CWK2 40.0 CWK3 50.0 CWK1 50.0 CWK2 Figure 3 New record added Remove an existing assessment If an assessment is no longer running, or if an assessment was entered by mistake, the assessment needs to be removed. Screenshot saved The screenshot was added to your OneDrive. OneDrive Page 3 of 6 1032 words Tous E Le TUUD HE Type here to search O . TE w ica 18:31 22/02/2021 AutoSave H Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC Ga X Grammarly Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Enable Editing X . 1 A B 1 Assessment ID Submission Dates Module Name 2 CSI0001 12/04/2021 Software Development 3 CSI0002 05/05/2021 Software Development 4 CSI0004 31/03/2021 Web Technologies 5 CSI0005 05/05/2021 Web Technologies 6 D E Staff ID Module Code 800123 CSI-4-SOD 800123 CSI-4-SOD 800267 CSI-5-WET 800267 CSI-5-WET F Weighting Component 30.0 CWK1 30.0 CWK2 50.0 CWK1 50.0 CWK2 Figure 4 Assessment removed Change/modify the details of an existing assessment Times when changes may have to be made include: + Assessment details have changed. + A new module leader has been appointed. + The weighting of an assessment has been altered. 1 Assessment ID Submission Dates Module Name CSI0001 12/04/2021 Software Development CSI0002 05/05/2021 Software Development CSI0004 31/03/2021 Web Technologies CSI0005 05/05/2021 Web Technologies Staff ID Module Code 800123 CSI-4-SOD 800123 CSI-4-SOD 800267 CS1-5-WET 800267 CS1-5-WET Weighting Component 30.0 CWK1 70.0 OWK2 50.0 CWK1 50.0 CWK2 Figure 4 Edits have been made to an assessment record Search and display the details for a particular teaching level A course director may wish to examine all assessments for a particular academic teaching level. Level 4 is usually first year. MSc is usually level 7. Foundation is level e Tabbed for the utt Page 4 of 6 1032 words Focus D HE Type here to search o T W 4.) + TO 18:31 22/02/2021 P. AutoSave Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC Ga X Comments X File Home Insert Draw Design Layout References Mailings Review View Help RCM Grammarly Share O PROTECTED VIEW Be careful_files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Enable Editing Search and display the details for a particular teaching level A course director may wish to examine all assessments for a particular academic teaching level. Level 4 is usually first year. MSc is usually level 7. Foundation is level S. Tabs may be used to format the output. Level 4 - Module Assessments Assessmer Submission Dates Module Name CSI0001 12/04/2021 Software Development CSI0002 05/05/2021 Software Development Staff ID 800123 800123 Module C Weighting Component CSI-4-SOD 30.0 CWK1 CSI-4-SOD 70 CWK Screenshot saved The screenshot was added to your OneDrive. OneDrive Figure 5 Possible assessment report output Count the total number of assessments in the database The user may wish to know how many assessments are running on all courses and at all levels. Page 4 of 6 1032 words Tous Le TUUD HE Type here to search O TE w ica 18:31 22/02/2021 AutoSave e H Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton S X Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X Level 4 - Module Assessments Assessmer Submission Dates Module Name CSI0001 12/04/2021 Software Development CSI0002 05/05/2021 Software Development Staff ID 800123 800123 Module C Weighting Component CSI-4-SOD 30.0 CWK1 CSI-4-SOD 70.0 CWK2 Figure 5 Possible assessment report output Count the total number of assessments in the database The user may wish to know how many assessments are running on all courses and at all levels. Page 5 of 6 1032 words Focus BE 100% HE Type here to search O . TE W 4.) 18-31 22/02/2021 samplecwk 1data.xlsx Q Search CS X File Home Insert Formulas Data BE Open in Desktop App Search Close Activity Conversation 28 Or 4 17 Calibri 11 Bv oor A ab 2 General .00 .00 2 Chat E13 fx H 1 N Teams D E Staff ID Module Code 800123 CSI-4-SOD 800123 CSI-4-SOD 800267 CSI-5-WET 800267 CSI-5-WET Weighting Component 30.0 CWK1 70.0 CWK2 50.0 CWK1 50.0 CWK2 Calendar Calls Files B 1 Assessment ID Submission Dates Module Name 2 CSI0001 12/04/2021 Software Development 3 CSI0002 05/05/2021 Software Development 4 CSI0004 31/03/2021 Web Technologies 5 CS10005 05/05/2021 Web Technologies 6 7 8 9 10 11 12 13 13 14 15 16 2 17 18 19 20 21 22 22 Apps > E Sheet1 + Help Workbook Statistics Give Feedback to Microsoft - 100% + 18:29 Speakers (Bluetooth): 63% 11 Type here to search O . T AutoSave B Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X File Share Comments Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be carefulfiles from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X Software Development Coursework 1 Specification, Version 3, 2020-21 Coursework Type: Individual coding assignment Product: A Student Assessment 'database' Administration Application Due date: 3rd April 2021 (11:55pm) Introduction The main objective of this assignment is to design and implement A Student Assessment 'database' (SAD) software application, for managing student's workload, using the python concepts learnt so far like python collections, functions and files. External Python, e.g. csv file manipulation, can be used, but their functionality must be clearly explained. Problem Statement The different tasks involved are as follows: 1. Download the SAD sample data file from the VLE as your starting database (see note 1, at the end of this document). The database includes all of the data fields below. Also given below are validation requirements that you will need when in later steps you come to add new incidents or modify existing ones. * Assessment Number - an unique SAD record ID. For this coursework, when you come to add or modify an incident, you can enter this number manually or generate it automatically, but it must be unique. In database terms it is the primary key of the record system. 4 Submission Date - this is the date, when an assessment is due. In the case of an exam, it is the date of the exam. Your file is safe to open 4 Staff ID - This is a six digit number, for example, 823971. Module Code - LSBU module code, for example CSI-6-EFG McAfee We scanned WINWORD.EXE before you opened it - it's virus-free. The user should enter a code that is 7 digits long and unique. C Focus + 100% 18-30 O T 4.) 22/02/2021 Page 1 of 6 1032 words re Type here to search ca AutoSave B Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X Share Comments X File Home Insert Draw Design Layout References Mailings Review View Help RCM Grammarly O PROTECTED VIEW Be careful files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Enable Editing The user should enter a code that is 7 digits long and unique, + Module Name - You can use existing module names. + Weighting - This is the percentage of the overall module grade for the assessment. Examples include 40%, 60%, 33.333% + Category of assessment - This can be CWK, CWK1, CWK2, CWK3, EX Page 1 of 6 1032 words Focus 38 100% HE Type here to search O . TE w ra 18-31 22/02/2021 . AutoSave Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X 2. Once the initial database has downloaded from the VLE, it should have contents similar to this: A B C 1 Incident Number Norlication Date Module Code 4243 010/2010 C9-4-PUT Po Rio 3 4244 02/10/2009 CSISSAL Staging 4 4245 27112019 CSI-5-SAL Staying 5 4246 2712069 CS-6-00 Data Struoti 6 4247 237112019 CSIS-FFR Ras Figure 1 The initial database The file shown in figure 1 is a CSV file, a comma separated file, which can be imported into Excel, Notepad and other programs for viewing. 3. Thereafter, your program should provide, using a menu driven interface ...: a) List assessments b) Enter a new assessment c) Remove an existing assessment d) Update the details of an existing assessment e) Search and display the details for a particular level f) Count the number of assessments g) Exit the program Figure 2 Sample application menu to access to the following use-cases: List all assessments The user can display on-screen the complete contents of the database. Page 1 of 6 1032 words Focus 100% HE Type here to search O TE W ra 4.) 18-31 22/02/2021 AutoSave Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X 2. Once the initial database has downloaded from the VLE, it should have contents similar to this: A B C 1 Incident Number Norlication Date Module Code 4243 010/2010 C9-4-PUT Po Rio 3 4244 02/10/2009 CSISSAL Staging 4 4245 27112019 CSI-5-SAL Staying 5 4246 2712069 CS-6-00 Data Struoti 6 4247 237112019 CSIS-FFR Ras Figure 1 The initial database The file shown in figure 1 is a CSV file, a comma separated file, which can be imported into Excel, Notepad and other programs for viewing. 3. Thereafter, your program should provide, using a menu driven interface ...: a) List assessments b) Enter a new assessment c) Remove an existing assessment d) Update the details of an existing assessment e) Search and display the details for a particular level f) Count the number of assessments g) Exit the program Figure 2 Sample application menu to access to the following use-cases: List all assessments The user can display on-screen the complete contents of the database. Page 1 of 6 1032 words Focus 100% HE Type here to search O TE W ra 4.) 18-31 22/02/2021 AutoSave 2-06 Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC Ga X Share Comments X File Home Insert Draw Design Layout References Mailings Review View Help RCM Grammarly O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Enable Editing List all assessments The user can display on-screen the complete contents of the database. . D E 1 Assessment ID Submission Dates Module Name Staff ID Module Code 2 CSI0001 12/04/2021 Software Development 800123 CSI-4-SOD -- 3 CSI0002 05/05/2021 Software Development 800123 CSI-4-SOD 4 CSI0003 12/05/2021 Software Development 800123 CSI-4-SOD 5 CSI0004 31/03/2021 Web Technologies 800267 CSI-5-WET F G Weighting Component 30.0 CWK1 30.0 CWK2 40.0 CWK3 50.0 CWK1 Figure 3 Sample Database Contents, if viewed within Excel Add a new assessment record a The user can add a new assessment with a unique assessment ID (auto-generated or manual). Once the data is received from the console, it should be stored using appropriate data structures or variables. Once all the data has been entered, should be concatenated or joined together with each field separated by a comma and no comma after the last field. This concatenated record must then be written or appended to the existing file. Usually, the module leader enters several assessment records at the same 'sitting'. A B D E G Page 1 of 6 1032 words Focus BE 100% HE Type here to search O T w ca 4.) 18-31 22/02/2021 AutoSave H Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC X Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X A B 1 Assessment ID Submission Dates Module Name 2 CSI0001 12/04/2021 Software Development 3 CSI0002 05/05/2021 Software Development 4 CSI0003 12/05/2021 Software Development 5 CSI0004 31/03/2021 Web Technologies 6 CSI0005 05/05/2021 Web Technologies D E Staff ID Module Code 800123 CSI-4-SOD 800123 CSI-4-SOD 800123 CSI-4-SOD 800267 CSI-5-WET 800267 CSI-5-WET F G Weighting Component 30.0 CWK1 30.0 CWK2 40.0 CWK3 50.0 CWK1 50.0 CWK2 Figure 3 New record added Remove an existing assessment If an assessment is no longer running, or if an assessment was entered by mistake, the assessment needs to be removed. Screenshot saved The screenshot was added to your OneDrive. OneDrive Page 3 of 6 1032 words Tous E Le TUUD HE Type here to search O . TE w ica 18:31 22/02/2021 AutoSave H Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC Ga X Grammarly Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Enable Editing X . 1 A B 1 Assessment ID Submission Dates Module Name 2 CSI0001 12/04/2021 Software Development 3 CSI0002 05/05/2021 Software Development 4 CSI0004 31/03/2021 Web Technologies 5 CSI0005 05/05/2021 Web Technologies 6 D E Staff ID Module Code 800123 CSI-4-SOD 800123 CSI-4-SOD 800267 CSI-5-WET 800267 CSI-5-WET F Weighting Component 30.0 CWK1 30.0 CWK2 50.0 CWK1 50.0 CWK2 Figure 4 Assessment removed Change/modify the details of an existing assessment Times when changes may have to be made include: + Assessment details have changed. + A new module leader has been appointed. + The weighting of an assessment has been altered. 1 Assessment ID Submission Dates Module Name CSI0001 12/04/2021 Software Development CSI0002 05/05/2021 Software Development CSI0004 31/03/2021 Web Technologies CSI0005 05/05/2021 Web Technologies Staff ID Module Code 800123 CSI-4-SOD 800123 CSI-4-SOD 800267 CS1-5-WET 800267 CS1-5-WET Weighting Component 30.0 CWK1 70.0 OWK2 50.0 CWK1 50.0 CWK2 Figure 4 Edits have been made to an assessment record Search and display the details for a particular teaching level A course director may wish to examine all assessments for a particular academic teaching level. Level 4 is usually first year. MSc is usually level 7. Foundation is level e Tabbed for the utt Page 4 of 6 1032 words Focus D HE Type here to search o T W 4.) + TO 18:31 22/02/2021 P. AutoSave Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton SC Ga X Comments X File Home Insert Draw Design Layout References Mailings Review View Help RCM Grammarly Share O PROTECTED VIEW Be careful_files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Enable Editing Search and display the details for a particular teaching level A course director may wish to examine all assessments for a particular academic teaching level. Level 4 is usually first year. MSc is usually level 7. Foundation is level S. Tabs may be used to format the output. Level 4 - Module Assessments Assessmer Submission Dates Module Name CSI0001 12/04/2021 Software Development CSI0002 05/05/2021 Software Development Staff ID 800123 800123 Module C Weighting Component CSI-4-SOD 30.0 CWK1 CSI-4-SOD 70 CWK Screenshot saved The screenshot was added to your OneDrive. OneDrive Figure 5 Possible assessment report output Count the total number of assessments in the database The user may wish to know how many assessments are running on all courses and at all levels. Page 4 of 6 1032 words Tous Le TUUD HE Type here to search O TE w ica 18:31 22/02/2021 AutoSave e H Software Development CWK 1 Specification V1 2020_21_PR (1) - Protected View - Saved to this PC- Shiembo, Carlton S X Share Comments File Home Insert Draw Design Layout References Mailings Review View Help RCM O PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. Grammarly Enable Editing X Level 4 - Module Assessments Assessmer Submission Dates Module Name CSI0001 12/04/2021 Software Development CSI0002 05/05/2021 Software Development Staff ID 800123 800123 Module C Weighting Component CSI-4-SOD 30.0 CWK1 CSI-4-SOD 70.0 CWK2 Figure 5 Possible assessment report output Count the total number of assessments in the database The user may wish to know how many assessments are running on all courses and at all levels. Page 5 of 6 1032 words Focus BE 100% HE Type here to search O . TE W 4.) 18-31 22/02/2021

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions