15
Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server Database

Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Embed Size (px)

Citation preview

Page 1: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Liverpool Community College Initial Assessment System

This system was developed using Active Server Pages written in

JavaScript and using a MS SQL Server Database

Page 2: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Initial Assessment System

• This system was intended to capture details of pre-enrolled students and to allow them to perform a variety of assessments.

• Students supply us with name and contact details using this screen ….

Page 3: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Initial Assessments

Page 4: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Selecting an Assessment

• Students can then select to take any the following initial assessments:

• IT• Maths• English • Programming L2• Programming L3

Lets select Maths…

Page 5: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

• Student swill be presented with the following screen:

Page 6: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server
Page 7: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server
Page 8: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Storing the Data

• The results of all assessments (and student details) are stored in a central MS SQL Server Database.

• Tutors can then view the results ….

Page 9: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server
Page 10: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server
Page 11: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server
Page 12: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Interview Details

• The system can also be used to record details of an initial interview with a student …

Page 13: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server
Page 14: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Installing the System

• To install and use this system you will need access to the following software:

• IIS 5 or above• MS SQL Server 2000• A Web Browser

Page 15: Liverpool Community College Initial Assessment System This system was developed using Active Server Pages written in JavaScript and using a MS SQL Server

Installing the System• To install the system you will need to complete the following

steps:1. Create a SQL Server database 2. Populate it with the tables and stored procedures as supplied on

the CD3. Using the procedure ‘stAddCourses’ simply add the course codes

and descriptions you want to use4. Publish all the ASP , HTM and JS files (supplied on the CD) to

your Internet Information Server (i.e web server)5. To access the system. For students in a web browser access the

file ‘initialAssessments.asp’. For tutors access the file ‘viewInitialAssessments.asp’

6. The CD contains extensive help files