SlideShare a Scribd company logo
1 of 53
Download to read offline
A PRESENTATION ON
INGENIUM TEST
Developed By:
Gurpreet Singh
INDEX
1. Objective
2. Existing System
3. Proposed System
4. Hardware and Software Requirements
5. Front End
6. Back End
7. Dataset Screenshot
8. Table Schema
9. Screen Shots
10. Conclusion
11. Bibliography
1. OBJECTIVE
Ingenium Test is a Multiple Choice Questions (MCQ) based examination system that provides an
easy to use environment for both Test Conductors (Admin) and Students appearing for
Examination. The main objective is to provide all the features that an Examination System must
have, with the "interfaces that doesn't Scare it's Users!". The purpose of Ingenium Test is to take
test in an efficient manner and no time wasting for checking the paper.
Main Objectives are:
 Administrators can add users, exams, sections, questions and students.
 Administrators can edit or delete users, exams, sections, questions and students.
 Administrators can view users, exams, sections, questions and students.
 Students can change their passwords.
 Students can give exams.
 Students can view their results.
 Timer is provided for notification about remaining time.
 Ingenium Test provides an easy to use environment for both Administrators and Students
appearing for Examination.
 Ingenium Test efficiently evaluate the candidate thoroughly through a fully automated system
that not only saves lot of time but also gives fast results.
2. Existing System
Manual Management of Examination doing very good job but it is likely to suffer from
many problems of management of exams, questions and results. Ingenium Test tries to
tackle these problems in very efficient manner. Problems with Manual Management of
Examination are:
1.The current system is very time consuming.
2. It is very difficult to analyze the exam manually
3.Results are not precise as calculation and evaluations are done manually.
4. The chances of paper leakage are more in current system
5. Difficult to manage random questions.
6. Wastage of paper.
7. Difficultly in collection of answer sheets.
3. Proposed System
Ingenium Test tries to do better job as compared to Manual Management of
Examination System. Advantages of Ingenium Test over Manual
Management of Examination are:
1. In comparison to the Manual Management of Examination the proposed
system will be less time consuming and is more efficient.
2. Analysis will be very easy in proposed system as it is automated.
3. The proposed system is very secure as no chances of leakage of question
paper as it is dependent on the administrator only.
4. Result will be very precise and accurate and will be declared in very short
span of time because calculation and evaluations are done by itself.
5. Each student gets random questions.
6. Easy to manage exams, sections and questions.
7. Easy to add students.
8. Separate panels for Administrators and Students.
9. For students they give papers according to their convenience and time
and there is no need of using extra thing like paper, pen etc.
10. The logs of appeared candidates and their marks are stored and can be
backup for future use
FEATURES OF INGENIUM TEST
Admin features:
 Manage User
 Manage Exams (courses)
 Manage Sections (subjects)
 Manage Questions
 Manage Students
 Manage Results
Student features:
 Manage Student Login
 Manage Student Password
 Start Exam
 View Result
4. Hardware and Software Requirements
Operating Systems : Microsoft Windows Vista (32bit or 64bit) With SP2 or Windows7 (32bit
or 64bit) With SP1 or Windows8
Hardware Requirement :  Computer that has a 2GHz or faster processor
 2 GB (32 Bit) or 4GB (64 Bit) RAM (Add 512 MB if running in a
virtual machine)
 4GB of available hard disk space
Software Requirement : Microsoft Visual Studio 2012 for Desktop
Front End : C#.Net
Back End : Microsoft SQL Server 2012
Others : .Net Framework 4.5
5. Front End
6. Back End
7. Dataset Screenshot
8.Table Schema
S. No. Field Name Data Type Description
1. username Varchar(50) Stores Username [Primary Key]
2. password Varchar(50) Stores Password [Not Null]
3. email_id Varchar(50) Stores Email Id [Not Null]
4. type Varchar(50) User Type(Admin/Power user/Limited
user) [Not Null]
8.1 Admin Table
8.2 Exam Table
S. No. Field Name Data Type Description
1. examname Varchar(50) Stores Exam Name [Primary Key]
2. descp Varchar(500) Stores Description [Not Null]
3. time Numeric(3) Stores Total Time [Not Null]
4. marks Numeric(5) Stores Total Marks [Not Null]
8.3 Section Table
S. No. Field Name Data Type Description
1. sectionname Varchar(50) Stores Section Name [Primary Key]
2. time Numeric(3) Stores Total Time [Not Null]
3. marks Numeric(4) Stores Total Marks [Not Null]
4. examname Varchar(50) Stores Exam Name [Foreign Key]
8.4 Question Table
S. No. Field Name Data Type Description
1. quesid Numeric(4) Stores Question Id [Primary Key]
2. question Varchar(500) Stores Question [Not Null]
3. optiona Varchar(100) Stores Option A [Not Null]
4. optionb Varchar(100) Stores Option B [Not Null]
5. optionc Varchar(100) Stores Option C [Not Null]
6. optiond Varchar(100) Stores Option D [Not Null]
7. answer Varchar(1) Stores Answer [Not Null]
8. examname Varchar(50) Stores Exam Name [Foreign Key]
9. sectionname Varchar(50) Stores Section Name [Foreign Key]
8.5 Student Table
S. No. Field Name Data Type Description
1. student_id Numeric(5) Stores Student Id [Primary Key + Identity(1000,1)]
2. password Varchar(20) Stores Password [Not Null]
3. first_name Varchar(50) Stores First Name [Not Null]
4. last_name Varchar(50) Stores Last Name [Not Null]
5. course Varchar(50) Stores Course [Not Null]
6. semester Numeric(2,0) Stores Semester [Not Null]
7. uni_rollno Numeric(10) Stores Uni. Roll No. [Not Null]
8. emailaddress Varchar(150) Stores Email Id [Not Null]
9. mobilenumber Numeric(10) Stores Mobile Number [Not Null]
10. gender Varchar(10) Stores Gender [Not Null]
11. facebook_id Varchar(150) Stores Facebook Id [Null]
12. twitter_id Varchar(150) Stores Twitter Id [Null]
8.6 Result Table
S. No. Field Name Data Type Description
1. rid Numeric(2,0) Stores Result Id [Primary Key]
2. studentid Numeric(5,0) Stores Student Id [Foreign Key]
3. totalmarks Numeric(4,0) Stores Total Marks of Exam [Not
Null]
4. Marksobtained Numeric(4,0) Stores Marks Obtained in Exam
[Not Null]
5. doresult Varchar(100) Stores Date Of Result [Not Null]
8.7 Result Detail Table
S. No. Field Name Data Type Description
1. rdid Numeric(5,0) Stores Result Detail Id [Primary Key]
2. rid Numeric(2,0) Stores Result Id [Foreign Key]
3. examname Varchar(50) Stores Exam Name[Composite Foreign Key]
4. secname Varchar(50) Stores Section Name[Composite Foreign Key]
5. totalmarks Numeric(4,0) Stores Total Marks of Section [Not Null]
6. marksobtained Numeric(4,0) Stores Total Marks Obtained in Section [Not
Null]
9. SCREENSHOTS
9.1 WELCOME SCREEN
9.2 LOGIN SELECT SCREEN
9.3 ADMIN LOGIN SCREEN
9.4 CONTROL PANEL
9.5 ADD USER
9.6 EDIT USER
9.7VIEW USER
9.8 ADD EXAM
9.9 EDIT EXAM
9.10VIEW EXAM
9.11 ADD SECTION
9.12 EDIT SECTION
9.13VIEW SECTION
9.14 ADD QUESTION
9.15 EDIT QUESTION
9.16VIEW QUESTION
9.17 ADD STUDENT
9.18 EDIT STUDENT
9.19VIEW STUDENT
9.20 SEARCH STUDENT
9.21VIEW RESULT
9.22 DELETE RESULT
9.23 LOGOUT
9.24 STUDENT LOGIN
9.25 STUDENT PANEL
9.26 CHANGE PASSWORD
9.27 INSTRUCTIONS
9.28 START EXAM
9.29 CHOOSETHE CORRECT ANSWER
9.30 END EXAM
9.31VIEW RESULT
9.32 LOGOUT
10. Conclusion
By keeping all the features and advantages of the INGENIUM TEST in mind it is
concluded that this project is very helpful for both the students and administrator. It
is very helpful for the institutes to held competitive exams in the organization.
Scope of this project is very broad in terms of other manually taking exams. Few of
them are:-
This can be used in educational institutions as well as in corporate world.
Can be used anywhere any time as it is a desktop based application (user Location
doesn’t matter).
No restriction that examiner has to be present when the candidate takes the test.
11. Bibliography
To bring the system to verge of completion the following books have been
referred:
•C#.NET (Black Book).
•Beginning in C# (Wrox Publication).
•C# 2012 in Simple Steps by DreamTech.
•SQL by Evan Bayross
Some websites Referred are:
•www.microsoft/.net/com
•www.w3schools.com/
•www. msdn.microsoft.com/en-us/
THANKS FORYOUR PATIENCE

More Related Content

What's hot

Online Examination System
Online Examination SystemOnline Examination System
Online Examination SystemAnkan Banerjee
 
Online examination system
Online examination systemOnline examination system
Online examination systemTalha Ali
 
Online Examination System by Sukant Gupta
Online Examination System by Sukant GuptaOnline Examination System by Sukant Gupta
Online Examination System by Sukant GuptaSukant Gupta
 
Project report on online examination system
Project report on online examination systemProject report on online examination system
Project report on online examination systemMo Irshad Ansari
 
Online examination ppt
Online examination pptOnline examination ppt
Online examination pptAmit Kumar
 
Online Testing (Examination) System
Online Testing (Examination) SystemOnline Testing (Examination) System
Online Testing (Examination) SystemoDesk
 
ppt for online exanition system
ppt for online exanition systemppt for online exanition system
ppt for online exanition systemprahlad chandra
 
Online examination
Online examinationOnline examination
Online examinationLikithaGR
 
Online examination system for sanothimi campus purshuram
Online examination system for sanothimi campus purshuramOnline examination system for sanothimi campus purshuram
Online examination system for sanothimi campus purshuramNawaraj Ghimire
 
Online Examination
Online ExaminationOnline Examination
Online Examinationsnelkoli
 
Online exam management system
Online exam management systemOnline exam management system
Online exam management systemZakaria Hossain
 
Online exam website
Online exam websiteOnline exam website
Online exam websiteRohan Khude
 
Automatic Question Paper Generator
Automatic Question Paper GeneratorAutomatic Question Paper Generator
Automatic Question Paper GeneratorAzharuddin Kazi
 
On-Demand Exam- An Innovative Scheme of Evaluation in IGNOU
On-Demand Exam- An Innovative Scheme of Evaluation in IGNOUOn-Demand Exam- An Innovative Scheme of Evaluation in IGNOU
On-Demand Exam- An Innovative Scheme of Evaluation in IGNOUoumsharma
 
online exninition system ppt
online exninition system pptonline exninition system ppt
online exninition system pptprahlad chandra
 
Online examination system
Online examination systemOnline examination system
Online examination systemAj Maurya
 
Finaldocumentation
FinaldocumentationFinaldocumentation
Finaldocumentationasuadma
 

What's hot (20)

Online Examination System
Online Examination SystemOnline Examination System
Online Examination System
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
Online Examination System by Sukant Gupta
Online Examination System by Sukant GuptaOnline Examination System by Sukant Gupta
Online Examination System by Sukant Gupta
 
Project report on online examination system
Project report on online examination systemProject report on online examination system
Project report on online examination system
 
Online examination ppt
Online examination pptOnline examination ppt
Online examination ppt
 
Online examination software eduexam
Online examination software eduexamOnline examination software eduexam
Online examination software eduexam
 
Online exam system
Online exam systemOnline exam system
Online exam system
 
Online Testing (Examination) System
Online Testing (Examination) SystemOnline Testing (Examination) System
Online Testing (Examination) System
 
ppt for online exanition system
ppt for online exanition systemppt for online exanition system
ppt for online exanition system
 
Online examination
Online examinationOnline examination
Online examination
 
Online examination system for sanothimi campus purshuram
Online examination system for sanothimi campus purshuramOnline examination system for sanothimi campus purshuram
Online examination system for sanothimi campus purshuram
 
Online Test
Online TestOnline Test
Online Test
 
Online Examination
Online ExaminationOnline Examination
Online Examination
 
Online exam management system
Online exam management systemOnline exam management system
Online exam management system
 
Online exam website
Online exam websiteOnline exam website
Online exam website
 
Automatic Question Paper Generator
Automatic Question Paper GeneratorAutomatic Question Paper Generator
Automatic Question Paper Generator
 
On-Demand Exam- An Innovative Scheme of Evaluation in IGNOU
On-Demand Exam- An Innovative Scheme of Evaluation in IGNOUOn-Demand Exam- An Innovative Scheme of Evaluation in IGNOU
On-Demand Exam- An Innovative Scheme of Evaluation in IGNOU
 
online exninition system ppt
online exninition system pptonline exninition system ppt
online exninition system ppt
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
Finaldocumentation
FinaldocumentationFinaldocumentation
Finaldocumentation
 

Similar to Ingenium test(Exam Management System) Project Presentation (Full)

Distributed Exam system
Distributed Exam systemDistributed Exam system
Distributed Exam systemGCWUF
 
Cs141 mid termexam2_fall2017_v1.1
Cs141 mid termexam2_fall2017_v1.1Cs141 mid termexam2_fall2017_v1.1
Cs141 mid termexam2_fall2017_v1.1Fahadaio
 
Qwizdom answer key
Qwizdom answer keyQwizdom answer key
Qwizdom answer keyroxiehill
 
Examview testmanager userguide 8.1
Examview testmanager userguide 8.1Examview testmanager userguide 8.1
Examview testmanager userguide 8.1William McIntosh
 
Mid1 cs141-1-17-1-final version
Mid1 cs141-1-17-1-final versionMid1 cs141-1-17-1-final version
Mid1 cs141-1-17-1-final versionFahadaio
 
Assesmment System - project report
Assesmment System - project reportAssesmment System - project report
Assesmment System - project reportArpit Pandya
 
Synopsis on Online examination system using php
Synopsis on Online examination system using phpSynopsis on Online examination system using php
Synopsis on Online examination system using phpArchana Jha
 
Online Test Software - Addmen
Online Test Software - AddmenOnline Test Software - Addmen
Online Test Software - Addmenadmengroupnews
 
Web 2.0 Quiz & Assessment Tools
Web 2.0 Quiz & Assessment ToolsWeb 2.0 Quiz & Assessment Tools
Web 2.0 Quiz & Assessment ToolsMohamed Amin Embi
 
Exam viewtestmanageruserguide
Exam viewtestmanageruserguideExam viewtestmanageruserguide
Exam viewtestmanageruserguideWilliam McIntosh
 
Online Examination Java Projectreport.docx
Online Examination Java Projectreport.docxOnline Examination Java Projectreport.docx
Online Examination Java Projectreport.docxTanishaPatil4
 
Software requirement specification for online examination system
Software requirement specification for online examination systemSoftware requirement specification for online examination system
Software requirement specification for online examination systemkarthik venkatesh
 
Cs141 mid termexam2_v1answer
Cs141 mid termexam2_v1answerCs141 mid termexam2_v1answer
Cs141 mid termexam2_v1answerFahadaio
 
online learning and examination website
online learning and examination websiteonline learning and examination website
online learning and examination websiteAnuj Kumar
 

Similar to Ingenium test(Exam Management System) Project Presentation (Full) (20)

Distributed Exam system
Distributed Exam systemDistributed Exam system
Distributed Exam system
 
Cs141 mid termexam2_fall2017_v1.1
Cs141 mid termexam2_fall2017_v1.1Cs141 mid termexam2_fall2017_v1.1
Cs141 mid termexam2_fall2017_v1.1
 
Qwizdom answer key
Qwizdom answer keyQwizdom answer key
Qwizdom answer key
 
Examview testmanager userguide 8.1
Examview testmanager userguide 8.1Examview testmanager userguide 8.1
Examview testmanager userguide 8.1
 
Mid1 cs141-1-17-1-final version
Mid1 cs141-1-17-1-final versionMid1 cs141-1-17-1-final version
Mid1 cs141-1-17-1-final version
 
Assesmment System - project report
Assesmment System - project reportAssesmment System - project report
Assesmment System - project report
 
Synopsis on Online examination system using php
Synopsis on Online examination system using phpSynopsis on Online examination system using php
Synopsis on Online examination system using php
 
Online Test Software - Addmen
Online Test Software - AddmenOnline Test Software - Addmen
Online Test Software - Addmen
 
Ch14
Ch14Ch14
Ch14
 
Web 2.0 Quiz & Assessment Tools
Web 2.0 Quiz & Assessment ToolsWeb 2.0 Quiz & Assessment Tools
Web 2.0 Quiz & Assessment Tools
 
Online quiz system
Online quiz systemOnline quiz system
Online quiz system
 
Online Quiz System
Online Quiz SystemOnline Quiz System
Online Quiz System
 
Exam system
Exam systemExam system
Exam system
 
Exam viewtestmanageruserguide
Exam viewtestmanageruserguideExam viewtestmanageruserguide
Exam viewtestmanageruserguide
 
Online Examination Java Projectreport.docx
Online Examination Java Projectreport.docxOnline Examination Java Projectreport.docx
Online Examination Java Projectreport.docx
 
Online quiz system
Online quiz systemOnline quiz system
Online quiz system
 
Software requirement specification for online examination system
Software requirement specification for online examination systemSoftware requirement specification for online examination system
Software requirement specification for online examination system
 
Srs ncce exam v1.0
Srs ncce exam v1.0Srs ncce exam v1.0
Srs ncce exam v1.0
 
Cs141 mid termexam2_v1answer
Cs141 mid termexam2_v1answerCs141 mid termexam2_v1answer
Cs141 mid termexam2_v1answer
 
online learning and examination website
online learning and examination websiteonline learning and examination website
online learning and examination website
 

More from Gurpreet singh

Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingGurpreet singh
 
Understanding Flex Fields with Accounting Flexfields(Chart of Accounts) in O...
Understanding Flex Fields with  Accounting Flexfields(Chart of Accounts) in O...Understanding Flex Fields with  Accounting Flexfields(Chart of Accounts) in O...
Understanding Flex Fields with Accounting Flexfields(Chart of Accounts) in O...Gurpreet singh
 
Oracle Application Developmenr Framework
Oracle Application Developmenr FrameworkOracle Application Developmenr Framework
Oracle Application Developmenr FrameworkGurpreet singh
 
Oracle advanced queuing
Oracle advanced queuingOracle advanced queuing
Oracle advanced queuingGurpreet singh
 
Generics and collections in Java
Generics and collections in JavaGenerics and collections in Java
Generics and collections in JavaGurpreet singh
 
IO Streams, Serialization, de-serialization, autoboxing
IO Streams, Serialization, de-serialization, autoboxingIO Streams, Serialization, de-serialization, autoboxing
IO Streams, Serialization, de-serialization, autoboxingGurpreet singh
 
Creating business group in oracle apps
Creating business group in oracle appsCreating business group in oracle apps
Creating business group in oracle appsGurpreet singh
 
Defing locations in Oracle Apps
Defing locations in Oracle AppsDefing locations in Oracle Apps
Defing locations in Oracle AppsGurpreet singh
 
Assigning role AME_BUS_ANALYST
Assigning role AME_BUS_ANALYSTAssigning role AME_BUS_ANALYST
Assigning role AME_BUS_ANALYSTGurpreet singh
 
Introduction to Data Flow Diagram (DFD)
Introduction to Data Flow Diagram (DFD)Introduction to Data Flow Diagram (DFD)
Introduction to Data Flow Diagram (DFD)Gurpreet singh
 

More from Gurpreet singh (20)

Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP Reporting
 
Why Messaging system?
Why Messaging system?Why Messaging system?
Why Messaging system?
 
Understanding Flex Fields with Accounting Flexfields(Chart of Accounts) in O...
Understanding Flex Fields with  Accounting Flexfields(Chart of Accounts) in O...Understanding Flex Fields with  Accounting Flexfields(Chart of Accounts) in O...
Understanding Flex Fields with Accounting Flexfields(Chart of Accounts) in O...
 
Oracle Application Developmenr Framework
Oracle Application Developmenr FrameworkOracle Application Developmenr Framework
Oracle Application Developmenr Framework
 
Java Servlet part 3
Java Servlet part 3Java Servlet part 3
Java Servlet part 3
 
Oracle advanced queuing
Oracle advanced queuingOracle advanced queuing
Oracle advanced queuing
 
Oracle SQL Part 3
Oracle SQL Part 3Oracle SQL Part 3
Oracle SQL Part 3
 
Oracle SQL Part 2
Oracle SQL Part 2Oracle SQL Part 2
Oracle SQL Part 2
 
Oracle SQL Part1
Oracle SQL Part1Oracle SQL Part1
Oracle SQL Part1
 
Generics and collections in Java
Generics and collections in JavaGenerics and collections in Java
Generics and collections in Java
 
IO Streams, Serialization, de-serialization, autoboxing
IO Streams, Serialization, de-serialization, autoboxingIO Streams, Serialization, de-serialization, autoboxing
IO Streams, Serialization, de-serialization, autoboxing
 
Java Servlets Part 2
Java Servlets Part 2Java Servlets Part 2
Java Servlets Part 2
 
Creating business group in oracle apps
Creating business group in oracle appsCreating business group in oracle apps
Creating business group in oracle apps
 
Defing locations in Oracle Apps
Defing locations in Oracle AppsDefing locations in Oracle Apps
Defing locations in Oracle Apps
 
Assigning role AME_BUS_ANALYST
Assigning role AME_BUS_ANALYSTAssigning role AME_BUS_ANALYST
Assigning role AME_BUS_ANALYST
 
PL/SQL Part 5
PL/SQL Part 5PL/SQL Part 5
PL/SQL Part 5
 
PL/SQL Part 3
PL/SQL Part 3PL/SQL Part 3
PL/SQL Part 3
 
PL/SQL Part 2
PL/SQL Part 2PL/SQL Part 2
PL/SQL Part 2
 
PL/SQL Part 1
PL/SQL Part 1PL/SQL Part 1
PL/SQL Part 1
 
Introduction to Data Flow Diagram (DFD)
Introduction to Data Flow Diagram (DFD)Introduction to Data Flow Diagram (DFD)
Introduction to Data Flow Diagram (DFD)
 

Recently uploaded

Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Communityprachaibot
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书rnrncn29
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfBalamuruganV28
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfisabel213075
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmDeepika Walanjkar
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdfsahilsajad201
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHSneha Padhiar
 
priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organizationchnrketan
 
Javier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier Fernández Muñoz
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdfAkritiPradhan2
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfManish Kumar
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 

Recently uploaded (20)

Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Community
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdf
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdf
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdf
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
 
priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organization
 
Javier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptx
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 

Ingenium test(Exam Management System) Project Presentation (Full)

  • 1. A PRESENTATION ON INGENIUM TEST Developed By: Gurpreet Singh
  • 2. INDEX 1. Objective 2. Existing System 3. Proposed System 4. Hardware and Software Requirements 5. Front End 6. Back End 7. Dataset Screenshot 8. Table Schema 9. Screen Shots 10. Conclusion 11. Bibliography
  • 3. 1. OBJECTIVE Ingenium Test is a Multiple Choice Questions (MCQ) based examination system that provides an easy to use environment for both Test Conductors (Admin) and Students appearing for Examination. The main objective is to provide all the features that an Examination System must have, with the "interfaces that doesn't Scare it's Users!". The purpose of Ingenium Test is to take test in an efficient manner and no time wasting for checking the paper. Main Objectives are:  Administrators can add users, exams, sections, questions and students.  Administrators can edit or delete users, exams, sections, questions and students.  Administrators can view users, exams, sections, questions and students.  Students can change their passwords.  Students can give exams.  Students can view their results.  Timer is provided for notification about remaining time.  Ingenium Test provides an easy to use environment for both Administrators and Students appearing for Examination.  Ingenium Test efficiently evaluate the candidate thoroughly through a fully automated system that not only saves lot of time but also gives fast results.
  • 4. 2. Existing System Manual Management of Examination doing very good job but it is likely to suffer from many problems of management of exams, questions and results. Ingenium Test tries to tackle these problems in very efficient manner. Problems with Manual Management of Examination are: 1.The current system is very time consuming. 2. It is very difficult to analyze the exam manually 3.Results are not precise as calculation and evaluations are done manually. 4. The chances of paper leakage are more in current system 5. Difficult to manage random questions. 6. Wastage of paper. 7. Difficultly in collection of answer sheets.
  • 5. 3. Proposed System Ingenium Test tries to do better job as compared to Manual Management of Examination System. Advantages of Ingenium Test over Manual Management of Examination are: 1. In comparison to the Manual Management of Examination the proposed system will be less time consuming and is more efficient. 2. Analysis will be very easy in proposed system as it is automated. 3. The proposed system is very secure as no chances of leakage of question paper as it is dependent on the administrator only. 4. Result will be very precise and accurate and will be declared in very short span of time because calculation and evaluations are done by itself. 5. Each student gets random questions. 6. Easy to manage exams, sections and questions. 7. Easy to add students. 8. Separate panels for Administrators and Students. 9. For students they give papers according to their convenience and time and there is no need of using extra thing like paper, pen etc. 10. The logs of appeared candidates and their marks are stored and can be backup for future use
  • 6. FEATURES OF INGENIUM TEST Admin features:  Manage User  Manage Exams (courses)  Manage Sections (subjects)  Manage Questions  Manage Students  Manage Results Student features:  Manage Student Login  Manage Student Password  Start Exam  View Result
  • 7. 4. Hardware and Software Requirements Operating Systems : Microsoft Windows Vista (32bit or 64bit) With SP2 or Windows7 (32bit or 64bit) With SP1 or Windows8 Hardware Requirement :  Computer that has a 2GHz or faster processor  2 GB (32 Bit) or 4GB (64 Bit) RAM (Add 512 MB if running in a virtual machine)  4GB of available hard disk space Software Requirement : Microsoft Visual Studio 2012 for Desktop Front End : C#.Net Back End : Microsoft SQL Server 2012 Others : .Net Framework 4.5
  • 11. 8.Table Schema S. No. Field Name Data Type Description 1. username Varchar(50) Stores Username [Primary Key] 2. password Varchar(50) Stores Password [Not Null] 3. email_id Varchar(50) Stores Email Id [Not Null] 4. type Varchar(50) User Type(Admin/Power user/Limited user) [Not Null] 8.1 Admin Table
  • 12. 8.2 Exam Table S. No. Field Name Data Type Description 1. examname Varchar(50) Stores Exam Name [Primary Key] 2. descp Varchar(500) Stores Description [Not Null] 3. time Numeric(3) Stores Total Time [Not Null] 4. marks Numeric(5) Stores Total Marks [Not Null]
  • 13. 8.3 Section Table S. No. Field Name Data Type Description 1. sectionname Varchar(50) Stores Section Name [Primary Key] 2. time Numeric(3) Stores Total Time [Not Null] 3. marks Numeric(4) Stores Total Marks [Not Null] 4. examname Varchar(50) Stores Exam Name [Foreign Key]
  • 14. 8.4 Question Table S. No. Field Name Data Type Description 1. quesid Numeric(4) Stores Question Id [Primary Key] 2. question Varchar(500) Stores Question [Not Null] 3. optiona Varchar(100) Stores Option A [Not Null] 4. optionb Varchar(100) Stores Option B [Not Null] 5. optionc Varchar(100) Stores Option C [Not Null] 6. optiond Varchar(100) Stores Option D [Not Null] 7. answer Varchar(1) Stores Answer [Not Null] 8. examname Varchar(50) Stores Exam Name [Foreign Key] 9. sectionname Varchar(50) Stores Section Name [Foreign Key]
  • 15. 8.5 Student Table S. No. Field Name Data Type Description 1. student_id Numeric(5) Stores Student Id [Primary Key + Identity(1000,1)] 2. password Varchar(20) Stores Password [Not Null] 3. first_name Varchar(50) Stores First Name [Not Null] 4. last_name Varchar(50) Stores Last Name [Not Null] 5. course Varchar(50) Stores Course [Not Null] 6. semester Numeric(2,0) Stores Semester [Not Null] 7. uni_rollno Numeric(10) Stores Uni. Roll No. [Not Null] 8. emailaddress Varchar(150) Stores Email Id [Not Null] 9. mobilenumber Numeric(10) Stores Mobile Number [Not Null] 10. gender Varchar(10) Stores Gender [Not Null] 11. facebook_id Varchar(150) Stores Facebook Id [Null] 12. twitter_id Varchar(150) Stores Twitter Id [Null]
  • 16. 8.6 Result Table S. No. Field Name Data Type Description 1. rid Numeric(2,0) Stores Result Id [Primary Key] 2. studentid Numeric(5,0) Stores Student Id [Foreign Key] 3. totalmarks Numeric(4,0) Stores Total Marks of Exam [Not Null] 4. Marksobtained Numeric(4,0) Stores Marks Obtained in Exam [Not Null] 5. doresult Varchar(100) Stores Date Of Result [Not Null]
  • 17. 8.7 Result Detail Table S. No. Field Name Data Type Description 1. rdid Numeric(5,0) Stores Result Detail Id [Primary Key] 2. rid Numeric(2,0) Stores Result Id [Foreign Key] 3. examname Varchar(50) Stores Exam Name[Composite Foreign Key] 4. secname Varchar(50) Stores Section Name[Composite Foreign Key] 5. totalmarks Numeric(4,0) Stores Total Marks of Section [Not Null] 6. marksobtained Numeric(4,0) Stores Total Marks Obtained in Section [Not Null]
  • 21. 9.3 ADMIN LOGIN SCREEN
  • 51. 10. Conclusion By keeping all the features and advantages of the INGENIUM TEST in mind it is concluded that this project is very helpful for both the students and administrator. It is very helpful for the institutes to held competitive exams in the organization. Scope of this project is very broad in terms of other manually taking exams. Few of them are:- This can be used in educational institutions as well as in corporate world. Can be used anywhere any time as it is a desktop based application (user Location doesn’t matter). No restriction that examiner has to be present when the candidate takes the test.
  • 52. 11. Bibliography To bring the system to verge of completion the following books have been referred: •C#.NET (Black Book). •Beginning in C# (Wrox Publication). •C# 2012 in Simple Steps by DreamTech. •SQL by Evan Bayross Some websites Referred are: •www.microsoft/.net/com •www.w3schools.com/ •www. msdn.microsoft.com/en-us/