This system is designed for the monitoring of post examination re-marks for any test papers that a centre has requested to be re-marked.

Authors Avatar

Contents Page.

This system is designed for the monitoring of post examination re-marks for any test papers that a centre has requested to be re-marked.

The top down design helps to clarify the problem and separate it out into smaller working units.

Diagram 1 Top Down Design.

Diagram 2 helps to show the relationship between the different units identified in the top down design.

Data Requirements

Diagram 3 Data Relationship.

  1. Inputs

  1. Candidate number- Integer - 4 digits long. Note: Candidate number is unique in centres but not between centres.
  2. Surname - String
  3. First name – String
  4. Centre number- integer - Range 10000 to 80000
  5. Centre name - String
  6. Centre address 1 – String
  7. Town - String
  8. County - String
  9. Post code - String
  10. Subject reference code- integer – 5 digits
  11. Original mark- integer – range 0 to 100
  12. Re-mark mark- integer – range 0 to 100
  13. Whether the centre requested the return of the script- Boolean
  14. Grade boundaries for grades A – E and U - integer
  15. Date the re-mark was requested – Date
  16. Unique ID – Number
  17. Re-mark completion date – date
  18. Logo- Jpeg file
  19. Signature- Jpeg file.

  1. Processes
  1. Compare subject codes.
  2. Compare original mark with re-mark mark to see if they have changed.
  3. Compare re-mark mark to grade boundaries to see if grade has changed.
  4. Check that the re-mark process is completed inside the three-week period.
  5. Data entry checks - outside the range of possible marks.

3.   Outputs

Hardcopy

  1. A daily list of any re-marks completed where a mark change has affected the grade. The printout needs to contain the unique number, centre number, candidate number and name, subject, original grade and new grade.
  2. A daily list of re-marks still outstanding, i.e. that have not been completed within a three-week period. The printout needs to contain the unique number, centre number, candidate name and number, subject and the date it was requested.
  3. A list of re-marks that have been requested for a particular subject. The printout needs to contain subject number, centre number, centre name, candidate number and the unique number.
  4. A list of re-marks that have been requested from a particular centre. The printout needs to contain centre number, centre name, candidate number, subject number and unique number.

  1. A document to be returned to the centre, on headed notepaper, needs to contain the following details.

UKAB logo

Signature

Centre number / centre name and address.

Candidate name

Candidate number

Subject reference code

Original mark

Original grade

Re-mark mark

Re-mark grade if changed or a sentence to say that there has been no change

  1. Several on screen error messages.

Possible choices of software

Database

A database could be used for storing all the information about each centre, their candidates and test result. The database that will be used is called Microsoft Access. The advantages of using this are that several tables can be set up and the information between them can be linked. The information could also be retrieved in Visual Basic using an ADODC and text boxes. A database is a very easy way, for a relatively low-trained user, to enter data. Data validation is easily implemented on a database package, with different types of validation, such as Boolean, number range and date. It is also easy to search on any field in database and produce reports.

        The disadvantages are that analysis and mathematical functions are more difficult to undertake on a database.

Spreadsheet

        A spreadsheet package could also be used for storing the data. The spreadsheet package that could be used is Microsoft Excel. The advantages are that a spreadsheet can be set up with relative ease. Mathematical workings and numbers can be processed easily. Spreadsheets can also link sheets. Validating data in a spreadsheet is a relatively easy process, once a cell has been chosen validation can be selected from the data menu.

Join now!

        The disadvantages are that when the form of the spreadsheet has to be designed the cells have to be stretched or shrunk to fit the correct size, unlike a database in which the form can be easily changed. To sort on in a spreadsheet you must remember to highlight the required area otherwise it sorts on one column only.

Word processor

        This will be used to write up all the documentation about the project. A word processor would be used to produce the hardcopy letter to be sent to each centre. Microsoft Word will be used because it ...

This is a preview of the whole essay