SlideShare a Scribd company logo
1 of 4
Download to read offline
@ IJTSRD | Available Online @ www.ijtsrd.com
ISSN No: 2456
International
Research
Application of An Expert System for Assessment and Evaluation of
Higher Education Courses to identify Fast and Slow Learners
Mr. A. A. Govande
Assistant Professor,
V. P. Institute of Management Studies & Research,
Sangli, Maharashtra, India
ABSTRACT
This article is based on design and development of An
Expert System for Higher Education Courses. The
aims of this system are to assess and evaluate the
students by considering Scholastics and Non
Scholastic aspects and to identify fast and slow
learners based on the performance of students.
Keywords: Expert System, Assessment, Evaluation,
Scholastic, Non-scholastic
1. INTRODUCTION:
Teachers and students are familiar with words such as
examinations, tests, correction of question papers and
results. All this has to do with finding out how much a
student has learnt. An educational system which does
not lay a balanced emphasis on all the
namely, cognitive, affective and psychomotor is likely
to produce imbalance in the personality of the student.
In actual practice schools and colleges confine
themselves to the cognitive development of students
committed to their care. Even in regard to cognitive
development, schools and colleges are very selective
and undertake only scholastic programmes which can
be easily dealt with either through the oral method of
teaching or through the medium of textbook. The
most important constituent of cognitive development
is the development of the power of discrimination.
But before discriminating the students based on their
performance in a test, very first questions asked in the
tests are require to be discriminate, the discrimination
of question means identifying whether the question
has power to discriminate or not. So by considering
this factor the proposed system i.e. Expert System for
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018
ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume
International Journal of Trend in Scientific
Research and Development (IJTSRD)
International Open Access Journal
Application of An Expert System for Assessment and Evaluation of
Higher Education Courses to identify Fast and Slow Learners
V. P. Institute of Management Studies & Research,
Sangli, Maharashtra, India
Dr. R. V. Kulkarni
Professor & Head, Shahu Institute of Business
Education & Research (SIBER), Kolhapur,
Maharashtra, India
article is based on design and development of An
Expert System for Higher Education Courses. The
aims of this system are to assess and evaluate the
students by considering Scholastics and Non
Scholastic aspects and to identify fast and slow
on the performance of students.
Expert System, Assessment, Evaluation,
Teachers and students are familiar with words such as
examinations, tests, correction of question papers and
results. All this has to do with finding out how much a
student has learnt. An educational system which does
not lay a balanced emphasis on all the three aspects
namely, cognitive, affective and psychomotor is likely
to produce imbalance in the personality of the student.
In actual practice schools and colleges confine
themselves to the cognitive development of students
in regard to cognitive
development, schools and colleges are very selective
and undertake only scholastic programmes which can
be easily dealt with either through the oral method of
teaching or through the medium of textbook. The
of cognitive development
is the development of the power of discrimination.
But before discriminating the students based on their
performance in a test, very first questions asked in the
tests are require to be discriminate, the discrimination
means identifying whether the question
has power to discriminate or not. So by considering
this factor the proposed system i.e. Expert System for
Assessment and Evaluation is designed to assess and
evaluate the students, to discriminate the questions
each test and there by identifying fast and slow
learners. The system provides platform to register
College, Course, Student, to add subjects, Tests. Then
by applying the algorithm, based on the performance
of the student in selected subject system will
the list of Fast Learners and Slow Learners.
2. Objectives of System:
1) To provide a platform to register College,
Course, Student, to add subjects
2) To generate Tests and to add the questions
3) To store the performance evaluation details of
the students
4) To evaluate Student based on scholastics and
Non Scholastics aspects
5) To identify the fast and slow learners.
3. Platform Used to Design System:
Expert system for Assessment and Evaluation is
developed using Visual Studio.NET 2010 framework.
Developed system using Windows Application and
preferred C#.NET language to code.
4. System Analysis:
Algorithm for Assessment and Evaluation System
Step1: Start
Step 2: Select Class
Apr 2018 Page: 2037
6470 | www.ijtsrd.com | Volume - 2 | Issue – 3
Scientific
(IJTSRD)
International Open Access Journal
Application of An Expert System for Assessment and Evaluation of
Higher Education Courses to identify Fast and Slow Learners
Dr. R. V. Kulkarni
Shahu Institute of Business
Education & Research (SIBER), Kolhapur,
Maharashtra, India
Assessment and Evaluation is designed to assess and
evaluate the students, to discriminate the questions of
each test and there by identifying fast and slow
learners. The system provides platform to register
College, Course, Student, to add subjects, Tests. Then
by applying the algorithm, based on the performance
of the student in selected subject system will generate
the list of Fast Learners and Slow Learners.
To provide a platform to register College,
Course, Student, to add subjects
To generate Tests and to add the questions
To store the performance evaluation details of
To evaluate Student based on scholastics and
Non Scholastics aspects
To identify the fast and slow learners.
Platform Used to Design System:
Expert system for Assessment and Evaluation is
developed using Visual Studio.NET 2010 framework.
d system using Windows Application and
preferred C#.NET language to code.
Algorithm for Assessment and Evaluation System
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 2038
Step 3: Select Subject
Step 4: Prepare a null set TF for fast learners and set
TL for slow learner respectively
Step 5: Select Test
Step 6: Select first Item
Step 7: Arrange the test paper from the highest score
to lower score
Step 8: From the ordered set of papers, make two
groups: Put these with the highest scores in one group
and those with the lowest scores in the other group. If
40 students are there then place the best 27% in
Higher Ability Group (HAG) and the poorest 27% in
the other group i.e. Lower Ability Group(LAG)
Step9: For each item, compute the percentage of
students who get the item right. This is called facility
value.
Formula for item
F.V.=(R/T) *100
Where,
R= number of students scoring it right
T= total number who attempted it.
E.g. Taking HAG and LAG of 40 students, 18 of them
have answered it rightF.V. = (18/40) =0.45
(RO1 Post Graduate Programmes Assessment &
Evaluation (2008), Yashwantarao Chavan
Maharashtra, Page No. 57, 58)
Step 10: If (F.V <0.5) then go to next step otherwise
select next item and go to step 7
Step 11: Compute Discrimination Index, to check
ability of question (i.e.item) to discriminate between
the Higher Ability Students and Lower Ability
Students. Discrimination is usually measured by the
correlation between the score on the item and the
score on the total test. Calculate Discrimination Index
using following formula:
D=(HAG-LAG)*2/100
Where ,
HAG= 33% of students answering the item correctly
in the Higher Ability Group
LAG=33% of students answering the item correctly
in the Lower Ability Group
(RO1 Post Graduate Programmes Assessment &
Evaluation (2008), Yashwantarao Chavan
Maharashtra, Page No. 57, 58)
Step 12: If(D.I <0.5) then prepare set SF from Higher
Ability Group as set of Fast Learners and
SL from Lower Ability Group as set of Slow
learners. Find TF ∩ SF and TL ∩ SL. Make
set SF and SL null. Else go to next step
Step 13: If next item presents go to step 7
Step 14: If next test presents then go to step 6
Step 15: If next subject presents then go to step 4
Step 16: Display elements of TF and TL
Step 17: If next Class presents then go to step 3
Step 18: Stop
5. Input Design:
Name :- Main Page
Description :- This is the main page of the system.
Different tabs are there like Registration, Create Test,
Assessment Evaluation, Reports and Exit. If
Registration menu gets clicked then its displays sub
menus like Collge Registration, Student Registration
and Admin Registration. Also in under Collge
Registration there are two sub menus to Create Course
and Adding Subjects to approprite created courses.
Name :- College Registration
Description :- This displays College Registration
form, to specify and store collge details, like Name,
Address, Affiliation Status etc.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 2039
Name :- Course Information
Description :- This is Course Information Form, to
create various courses running in a perticular College.
Name :- Student Information
Description :- This is Student Information Form to
register Students for a Course they have admitted.
Name :- Subject Information
Description :- This is Subject Information Form, a
sub menu under Course Registration. After creating
course one can add number of subjects to that course.
Name :- Create Tests
Description :- Create Test menu contains Category
Information, Test Creation as sub menus. And
Test Creation menu again contains two sub menus as
Create Test and Add Question
Name :- Test_Q_Entry
Description :- Following Screen displying Test
Question Entry Form to enter various questions for a
specific test of selected subject. To add question test
is required to be created first.
Name :- Create Tests
Description :- This screen shows the Create Test
Form. This form is mainly to create Tests for a
perticular subject.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 2040
6. Output Design
Name :- Fast & Slow Learners
Description :- This form displays the overall
collective list of Fast and Slow Learner students based
on the performance of the students in all the tests of
selected subject. This form will display. Fisrt of all
Couse is required to select then class and then subject,
afterwords Fast and Slow learner Students will gets
displayed in two different List Boxes.
7. Conclusion:
Evaluation deals with the collection of evidences
regarding changes which occur in the learner's
behavior during the teaching learning process. Based
on these evidences, interpretation and judgment, the
progress of the learner is arrived at and decisions
taken. The proposed expert system evaluates students
based on their performance in each subject, and
directly identifies the overall list of Fast learners and
Slow learners.
References:
1) RO1 Post Graduate Programmes Assessment &
Evaluation (2008), Yashwantarao Chavan
Maharashtra.
2) Jeffrey R. Shapiro: Visual Basic.Net: The
Complete Reference Mcgraw Higher Edition
3) Herbert Schildt(2010): C# 4.0: The Complete
Reference, 4th
Edition: Mcgraw Higher Edition
4) Halliwell S. (1992.) Teaching English in the
Primary Classroom. Longman, Singapore.
5) Hawkins, J. (2009). “Internal and external quality
assurance: implication for learning and
accreditation: some observations from the
University of California”, Proceedings of
Conference on QA and Student Learning
Outcomes of HE in Asia-Pacific Region, Taiwan,
pp. 55-72.
6) Higher Education Evaluation & Accreditation
Council of Taiwan (2008a). 2007 HEEACT
annual report. Taipei: Higher Education
Evaluation & Accreditation Council of Taiwan.

More Related Content

What's hot

Presentation Slide_Preprocessing of Academic Data for Mining Association Rule...
Presentation Slide_Preprocessing of Academic Data for Mining Association Rule...Presentation Slide_Preprocessing of Academic Data for Mining Association Rule...
Presentation Slide_Preprocessing of Academic Data for Mining Association Rule...tanvin
 
Know your Gate Exam
Know your Gate ExamKnow your Gate Exam
Know your Gate ExamAvnish Kumar
 
2016-02-10 research seminar, second part
2016-02-10 research seminar, second part2016-02-10 research seminar, second part
2016-02-10 research seminar, second partifi8106tlu
 
An empirical study on skewness of test scores of a management subject in an a...
An empirical study on skewness of test scores of a management subject in an a...An empirical study on skewness of test scores of a management subject in an a...
An empirical study on skewness of test scores of a management subject in an a...prjpublications
 
Online assessment and data analytics - Peter Tan - Institute of Technical Edu...
Online assessment and data analytics - Peter Tan - Institute of Technical Edu...Online assessment and data analytics - Peter Tan - Institute of Technical Edu...
Online assessment and data analytics - Peter Tan - Institute of Technical Edu...Blackboard APAC
 
Sri Lankan Journal of Educational Research
Sri Lankan Journal of Educational ResearchSri Lankan Journal of Educational Research
Sri Lankan Journal of Educational ResearchGodwin Kodituwakku
 
A comparison between evaluation of
A comparison between evaluation ofA comparison between evaluation of
A comparison between evaluation ofijseajournal
 
Stereotyping of an IITian
Stereotyping of an IITianStereotyping of an IITian
Stereotyping of an IITianVikas Jain
 
Online assessment
Online assessmentOnline assessment
Online assessmentAkhina Asok
 
Se be information technology rev 2016
Se   be information technology rev 2016Se   be information technology rev 2016
Se be information technology rev 2016SANJEEVKUMARSRIVASTA7
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET Journal
 
Student Executive Report -
Student Executive Report -Student Executive Report -
Student Executive Report -Arif Muradi
 
Blackboard Learning Analytics Research Update
Blackboard Learning Analytics Research UpdateBlackboard Learning Analytics Research Update
Blackboard Learning Analytics Research UpdateJohn Whitmer, Ed.D.
 
Top MCA Entrance Exams in India
Top MCA Entrance Exams in IndiaTop MCA Entrance Exams in India
Top MCA Entrance Exams in IndiaArjun Raj
 
9.vina serevina fariza resti
9.vina serevina fariza resti9.vina serevina fariza resti
9.vina serevina fariza restivinaserevina
 

What's hot (20)

Beacon Classes
Beacon ClassesBeacon Classes
Beacon Classes
 
Presentation Slide_Preprocessing of Academic Data for Mining Association Rule...
Presentation Slide_Preprocessing of Academic Data for Mining Association Rule...Presentation Slide_Preprocessing of Academic Data for Mining Association Rule...
Presentation Slide_Preprocessing of Academic Data for Mining Association Rule...
 
Know your Gate Exam
Know your Gate ExamKnow your Gate Exam
Know your Gate Exam
 
Gate
GateGate
Gate
 
2016-02-10 research seminar, second part
2016-02-10 research seminar, second part2016-02-10 research seminar, second part
2016-02-10 research seminar, second part
 
An empirical study on skewness of test scores of a management subject in an a...
An empirical study on skewness of test scores of a management subject in an a...An empirical study on skewness of test scores of a management subject in an a...
An empirical study on skewness of test scores of a management subject in an a...
 
Online assessment and data analytics - Peter Tan - Institute of Technical Edu...
Online assessment and data analytics - Peter Tan - Institute of Technical Edu...Online assessment and data analytics - Peter Tan - Institute of Technical Edu...
Online assessment and data analytics - Peter Tan - Institute of Technical Edu...
 
Sri Lankan Journal of Educational Research
Sri Lankan Journal of Educational ResearchSri Lankan Journal of Educational Research
Sri Lankan Journal of Educational Research
 
Beacon Classes
Beacon ClassesBeacon Classes
Beacon Classes
 
A comparison between evaluation of
A comparison between evaluation ofA comparison between evaluation of
A comparison between evaluation of
 
Tga gate
Tga gateTga gate
Tga gate
 
Stereotyping of an IITian
Stereotyping of an IITianStereotyping of an IITian
Stereotyping of an IITian
 
Top iit jee classes in pune
Top iit jee classes in puneTop iit jee classes in pune
Top iit jee classes in pune
 
Online assessment
Online assessmentOnline assessment
Online assessment
 
Se be information technology rev 2016
Se   be information technology rev 2016Se   be information technology rev 2016
Se be information technology rev 2016
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and Evaluator
 
Student Executive Report -
Student Executive Report -Student Executive Report -
Student Executive Report -
 
Blackboard Learning Analytics Research Update
Blackboard Learning Analytics Research UpdateBlackboard Learning Analytics Research Update
Blackboard Learning Analytics Research Update
 
Top MCA Entrance Exams in India
Top MCA Entrance Exams in IndiaTop MCA Entrance Exams in India
Top MCA Entrance Exams in India
 
9.vina serevina fariza resti
9.vina serevina fariza resti9.vina serevina fariza resti
9.vina serevina fariza resti
 

Similar to Application of An Expert System for Assessment and Evaluation of Higher Education Courses to identify Fast and Slow Learners

IRJET- Evaluation Technique of Student Performance in various Courses
IRJET- Evaluation Technique of Student Performance in various CoursesIRJET- Evaluation Technique of Student Performance in various Courses
IRJET- Evaluation Technique of Student Performance in various CoursesIRJET Journal
 
IRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis SystemIRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis SystemIRJET Journal
 
IRJET- Institution Evaluation System
IRJET- Institution Evaluation SystemIRJET- Institution Evaluation System
IRJET- Institution Evaluation SystemIRJET Journal
 
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET Journal
 
IRJET- Design and Development of Ranking System using Sentimental Analysis
IRJET-  	  Design and Development of Ranking System using Sentimental AnalysisIRJET-  	  Design and Development of Ranking System using Sentimental Analysis
IRJET- Design and Development of Ranking System using Sentimental AnalysisIRJET Journal
 
IRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET Journal
 
University Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsUniversity Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsIRJET Journal
 
IRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET Journal
 
IRJET- Online Examination System
IRJET- Online Examination SystemIRJET- Online Examination System
IRJET- Online Examination SystemIRJET Journal
 
Study of Performance Appraisal System for Faculty Members in Selected Managem...
Study of Performance Appraisal System for Faculty Members in Selected Managem...Study of Performance Appraisal System for Faculty Members in Selected Managem...
Study of Performance Appraisal System for Faculty Members in Selected Managem...ijtsrd
 
IRJET - A Review Paper on Managing Student Database
IRJET -  	  A Review Paper on Managing Student DatabaseIRJET -  	  A Review Paper on Managing Student Database
IRJET - A Review Paper on Managing Student DatabaseIRJET Journal
 
Education analytics – reporting students growth using sgp model
Education analytics – reporting students growth using sgp modelEducation analytics – reporting students growth using sgp model
Education analytics – reporting students growth using sgp modeleSAT Journals
 
FACT2 Learning Analytics Task Group (LATG) SCOA briefing
FACT2 Learning Analytics Task Group (LATG) SCOA briefingFACT2 Learning Analytics Task Group (LATG) SCOA briefing
FACT2 Learning Analytics Task Group (LATG) SCOA briefinggketcham
 
COET3A1.Powerpoint Presentation
COET3A1.Powerpoint PresentationCOET3A1.Powerpoint Presentation
COET3A1.Powerpoint Presentationtroyjan27
 
Clustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingClustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingEditor IJCATR
 
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
Data Mining Techniques in Higher Education an Empirical Study  for the Univer...Data Mining Techniques in Higher Education an Empirical Study  for the Univer...
Data Mining Techniques in Higher Education an Empirical Study for the Univer...IJMER
 
An Intelligent Career Guidance System using Machine Learning
An Intelligent Career Guidance System using Machine LearningAn Intelligent Career Guidance System using Machine Learning
An Intelligent Career Guidance System using Machine LearningIRJET Journal
 
Design and Development of Volunteer Management System Based on Low Code Platform
Design and Development of Volunteer Management System Based on Low Code PlatformDesign and Development of Volunteer Management System Based on Low Code Platform
Design and Development of Volunteer Management System Based on Low Code Platformijtsrd
 

Similar to Application of An Expert System for Assessment and Evaluation of Higher Education Courses to identify Fast and Slow Learners (20)

IRJET- Evaluation Technique of Student Performance in various Courses
IRJET- Evaluation Technique of Student Performance in various CoursesIRJET- Evaluation Technique of Student Performance in various Courses
IRJET- Evaluation Technique of Student Performance in various Courses
 
IRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis SystemIRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis System
 
IRJET- Institution Evaluation System
IRJET- Institution Evaluation SystemIRJET- Institution Evaluation System
IRJET- Institution Evaluation System
 
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
 
IRJET- Design and Development of Ranking System using Sentimental Analysis
IRJET-  	  Design and Development of Ranking System using Sentimental AnalysisIRJET-  	  Design and Development of Ranking System using Sentimental Analysis
IRJET- Design and Development of Ranking System using Sentimental Analysis
 
IRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine Learning
 
University Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsUniversity Recommendation Support System using ML Algorithms
University Recommendation Support System using ML Algorithms
 
IRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary Education
 
IRJET- Online Examination System
IRJET- Online Examination SystemIRJET- Online Examination System
IRJET- Online Examination System
 
Study of Performance Appraisal System for Faculty Members in Selected Managem...
Study of Performance Appraisal System for Faculty Members in Selected Managem...Study of Performance Appraisal System for Faculty Members in Selected Managem...
Study of Performance Appraisal System for Faculty Members in Selected Managem...
 
IRJET - A Review Paper on Managing Student Database
IRJET -  	  A Review Paper on Managing Student DatabaseIRJET -  	  A Review Paper on Managing Student Database
IRJET - A Review Paper on Managing Student Database
 
Education analytics – reporting students growth using sgp model
Education analytics – reporting students growth using sgp modelEducation analytics – reporting students growth using sgp model
Education analytics – reporting students growth using sgp model
 
FACT2 Learning Analytics Task Group (LATG) SCOA briefing
FACT2 Learning Analytics Task Group (LATG) SCOA briefingFACT2 Learning Analytics Task Group (LATG) SCOA briefing
FACT2 Learning Analytics Task Group (LATG) SCOA briefing
 
COET3A1.Powerpoint Presentation
COET3A1.Powerpoint PresentationCOET3A1.Powerpoint Presentation
COET3A1.Powerpoint Presentation
 
50320140502002
5032014050200250320140502002
50320140502002
 
50320140502002
5032014050200250320140502002
50320140502002
 
Clustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingClustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of Programming
 
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
Data Mining Techniques in Higher Education an Empirical Study  for the Univer...Data Mining Techniques in Higher Education an Empirical Study  for the Univer...
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
 
An Intelligent Career Guidance System using Machine Learning
An Intelligent Career Guidance System using Machine LearningAn Intelligent Career Guidance System using Machine Learning
An Intelligent Career Guidance System using Machine Learning
 
Design and Development of Volunteer Management System Based on Low Code Platform
Design and Development of Volunteer Management System Based on Low Code PlatformDesign and Development of Volunteer Management System Based on Low Code Platform
Design and Development of Volunteer Management System Based on Low Code Platform
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 

Recently uploaded (20)

Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 

Application of An Expert System for Assessment and Evaluation of Higher Education Courses to identify Fast and Slow Learners

  • 1. @ IJTSRD | Available Online @ www.ijtsrd.com ISSN No: 2456 International Research Application of An Expert System for Assessment and Evaluation of Higher Education Courses to identify Fast and Slow Learners Mr. A. A. Govande Assistant Professor, V. P. Institute of Management Studies & Research, Sangli, Maharashtra, India ABSTRACT This article is based on design and development of An Expert System for Higher Education Courses. The aims of this system are to assess and evaluate the students by considering Scholastics and Non Scholastic aspects and to identify fast and slow learners based on the performance of students. Keywords: Expert System, Assessment, Evaluation, Scholastic, Non-scholastic 1. INTRODUCTION: Teachers and students are familiar with words such as examinations, tests, correction of question papers and results. All this has to do with finding out how much a student has learnt. An educational system which does not lay a balanced emphasis on all the namely, cognitive, affective and psychomotor is likely to produce imbalance in the personality of the student. In actual practice schools and colleges confine themselves to the cognitive development of students committed to their care. Even in regard to cognitive development, schools and colleges are very selective and undertake only scholastic programmes which can be easily dealt with either through the oral method of teaching or through the medium of textbook. The most important constituent of cognitive development is the development of the power of discrimination. But before discriminating the students based on their performance in a test, very first questions asked in the tests are require to be discriminate, the discrimination of question means identifying whether the question has power to discriminate or not. So by considering this factor the proposed system i.e. Expert System for @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal Application of An Expert System for Assessment and Evaluation of Higher Education Courses to identify Fast and Slow Learners V. P. Institute of Management Studies & Research, Sangli, Maharashtra, India Dr. R. V. Kulkarni Professor & Head, Shahu Institute of Business Education & Research (SIBER), Kolhapur, Maharashtra, India article is based on design and development of An Expert System for Higher Education Courses. The aims of this system are to assess and evaluate the students by considering Scholastics and Non Scholastic aspects and to identify fast and slow on the performance of students. Expert System, Assessment, Evaluation, Teachers and students are familiar with words such as examinations, tests, correction of question papers and results. All this has to do with finding out how much a student has learnt. An educational system which does not lay a balanced emphasis on all the three aspects namely, cognitive, affective and psychomotor is likely to produce imbalance in the personality of the student. In actual practice schools and colleges confine themselves to the cognitive development of students in regard to cognitive development, schools and colleges are very selective and undertake only scholastic programmes which can be easily dealt with either through the oral method of teaching or through the medium of textbook. The of cognitive development is the development of the power of discrimination. But before discriminating the students based on their performance in a test, very first questions asked in the tests are require to be discriminate, the discrimination means identifying whether the question has power to discriminate or not. So by considering this factor the proposed system i.e. Expert System for Assessment and Evaluation is designed to assess and evaluate the students, to discriminate the questions each test and there by identifying fast and slow learners. The system provides platform to register College, Course, Student, to add subjects, Tests. Then by applying the algorithm, based on the performance of the student in selected subject system will the list of Fast Learners and Slow Learners. 2. Objectives of System: 1) To provide a platform to register College, Course, Student, to add subjects 2) To generate Tests and to add the questions 3) To store the performance evaluation details of the students 4) To evaluate Student based on scholastics and Non Scholastics aspects 5) To identify the fast and slow learners. 3. Platform Used to Design System: Expert system for Assessment and Evaluation is developed using Visual Studio.NET 2010 framework. Developed system using Windows Application and preferred C#.NET language to code. 4. System Analysis: Algorithm for Assessment and Evaluation System Step1: Start Step 2: Select Class Apr 2018 Page: 2037 6470 | www.ijtsrd.com | Volume - 2 | Issue – 3 Scientific (IJTSRD) International Open Access Journal Application of An Expert System for Assessment and Evaluation of Higher Education Courses to identify Fast and Slow Learners Dr. R. V. Kulkarni Shahu Institute of Business Education & Research (SIBER), Kolhapur, Maharashtra, India Assessment and Evaluation is designed to assess and evaluate the students, to discriminate the questions of each test and there by identifying fast and slow learners. The system provides platform to register College, Course, Student, to add subjects, Tests. Then by applying the algorithm, based on the performance of the student in selected subject system will generate the list of Fast Learners and Slow Learners. To provide a platform to register College, Course, Student, to add subjects To generate Tests and to add the questions To store the performance evaluation details of To evaluate Student based on scholastics and Non Scholastics aspects To identify the fast and slow learners. Platform Used to Design System: Expert system for Assessment and Evaluation is developed using Visual Studio.NET 2010 framework. d system using Windows Application and preferred C#.NET language to code. Algorithm for Assessment and Evaluation System
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 2038 Step 3: Select Subject Step 4: Prepare a null set TF for fast learners and set TL for slow learner respectively Step 5: Select Test Step 6: Select first Item Step 7: Arrange the test paper from the highest score to lower score Step 8: From the ordered set of papers, make two groups: Put these with the highest scores in one group and those with the lowest scores in the other group. If 40 students are there then place the best 27% in Higher Ability Group (HAG) and the poorest 27% in the other group i.e. Lower Ability Group(LAG) Step9: For each item, compute the percentage of students who get the item right. This is called facility value. Formula for item F.V.=(R/T) *100 Where, R= number of students scoring it right T= total number who attempted it. E.g. Taking HAG and LAG of 40 students, 18 of them have answered it rightF.V. = (18/40) =0.45 (RO1 Post Graduate Programmes Assessment & Evaluation (2008), Yashwantarao Chavan Maharashtra, Page No. 57, 58) Step 10: If (F.V <0.5) then go to next step otherwise select next item and go to step 7 Step 11: Compute Discrimination Index, to check ability of question (i.e.item) to discriminate between the Higher Ability Students and Lower Ability Students. Discrimination is usually measured by the correlation between the score on the item and the score on the total test. Calculate Discrimination Index using following formula: D=(HAG-LAG)*2/100 Where , HAG= 33% of students answering the item correctly in the Higher Ability Group LAG=33% of students answering the item correctly in the Lower Ability Group (RO1 Post Graduate Programmes Assessment & Evaluation (2008), Yashwantarao Chavan Maharashtra, Page No. 57, 58) Step 12: If(D.I <0.5) then prepare set SF from Higher Ability Group as set of Fast Learners and SL from Lower Ability Group as set of Slow learners. Find TF ∩ SF and TL ∩ SL. Make set SF and SL null. Else go to next step Step 13: If next item presents go to step 7 Step 14: If next test presents then go to step 6 Step 15: If next subject presents then go to step 4 Step 16: Display elements of TF and TL Step 17: If next Class presents then go to step 3 Step 18: Stop 5. Input Design: Name :- Main Page Description :- This is the main page of the system. Different tabs are there like Registration, Create Test, Assessment Evaluation, Reports and Exit. If Registration menu gets clicked then its displays sub menus like Collge Registration, Student Registration and Admin Registration. Also in under Collge Registration there are two sub menus to Create Course and Adding Subjects to approprite created courses. Name :- College Registration Description :- This displays College Registration form, to specify and store collge details, like Name, Address, Affiliation Status etc.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 2039 Name :- Course Information Description :- This is Course Information Form, to create various courses running in a perticular College. Name :- Student Information Description :- This is Student Information Form to register Students for a Course they have admitted. Name :- Subject Information Description :- This is Subject Information Form, a sub menu under Course Registration. After creating course one can add number of subjects to that course. Name :- Create Tests Description :- Create Test menu contains Category Information, Test Creation as sub menus. And Test Creation menu again contains two sub menus as Create Test and Add Question Name :- Test_Q_Entry Description :- Following Screen displying Test Question Entry Form to enter various questions for a specific test of selected subject. To add question test is required to be created first. Name :- Create Tests Description :- This screen shows the Create Test Form. This form is mainly to create Tests for a perticular subject.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 2040 6. Output Design Name :- Fast & Slow Learners Description :- This form displays the overall collective list of Fast and Slow Learner students based on the performance of the students in all the tests of selected subject. This form will display. Fisrt of all Couse is required to select then class and then subject, afterwords Fast and Slow learner Students will gets displayed in two different List Boxes. 7. Conclusion: Evaluation deals with the collection of evidences regarding changes which occur in the learner's behavior during the teaching learning process. Based on these evidences, interpretation and judgment, the progress of the learner is arrived at and decisions taken. The proposed expert system evaluates students based on their performance in each subject, and directly identifies the overall list of Fast learners and Slow learners. References: 1) RO1 Post Graduate Programmes Assessment & Evaluation (2008), Yashwantarao Chavan Maharashtra. 2) Jeffrey R. Shapiro: Visual Basic.Net: The Complete Reference Mcgraw Higher Edition 3) Herbert Schildt(2010): C# 4.0: The Complete Reference, 4th Edition: Mcgraw Higher Edition 4) Halliwell S. (1992.) Teaching English in the Primary Classroom. Longman, Singapore. 5) Hawkins, J. (2009). “Internal and external quality assurance: implication for learning and accreditation: some observations from the University of California”, Proceedings of Conference on QA and Student Learning Outcomes of HE in Asia-Pacific Region, Taiwan, pp. 55-72. 6) Higher Education Evaluation & Accreditation Council of Taiwan (2008a). 2007 HEEACT annual report. Taipei: Higher Education Evaluation & Accreditation Council of Taiwan.