SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 4 Issue 1, December 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1034
Adaptive Question Recommendation
System Based on Student Achievement
Çakir, A.1; Yilmaz İnce, E.2; Babanyyazova, Y.1
1Department of Electric-Electronic Engineering, 2Department of Computer Technologies,
1,2Isparta University of Applied Sciences, Isparta, Turkey
ABSTRACT
In this research, it is aimed to determine the success level of the students
according to the answers given in the previous exams with TOPSISmethod,to
send the question to the related student by the authorized teacher according
to the determined success level, to analyze the student's periodical (weekly-
monthly-yearly) performance with graphical data and to create a data bank
and to determine the overall performance of the student. Developmental
research technique was used, which is one of the design-based research
method derivatives including the design of educational tools. This study
consists of question suggestion and question selection tool components.
Adaptive question suggestion system perform generation, storage,
classification, disclosure and publicationofthecontent.Thesoftwarehasbeen
successfully tested by 350 students and teachers by using 1000 questions
prepared by the educator about the courses and subjects previously defined.
As a result, it is seen that students check all the questions related to courses
and subjects in the application database and submit the most appropriate
question to the requestor in response to the question requests. Also it is
observed that the TOPSISalgorithm quicklydeterminedthedesirednumberof
questions from the question bank formed by the authorized teacher in
accordance with the required criteria, and the process of creating a trial or
subject test was performed successfully.
KEYWORDS: adaptive question recommendation system; student achievement;
multi-criteria decision making technique; developmental research; topsis
How to cite this paper: Çakir, A. | Yilmaz
Ince, E. | Babanyyazova, Y. "Adaptive
Question Recommendation SystemBased
on Student Achievement" Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-4 | Issue-1,
December 2019,
pp.1034-1038, URL:
www.ijtsrd.com/papers/ijtsrd29789.pdf
Copyright © 2019 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
1. INRODUCTION
Today, technology development and diversity related to
education of technology is increasing. The most up-to-date
topics are that students can access e-learning content not
only at school but also at other times and participate in
constructivist education that will enable the active
participation of students (Kong et al., 2014) Adaptive
Learning Process is a computer basededucationmethodthat
organizes and plans the education of each student in the
most appropriate way considering various needs situations
(Szijarto and Cousins, 2019).The question recommendation
system is the process of evaluating the system for a purpose
by means of automatic or manual tuning and trial process,
and observing the number of answers given as expected
because it meets the specified response rate, and presenting
the results to the system by determining the differences
between them (Hansen et al., 2019). In this study, a system
has been developed including the functions of storing,
classifying, modifying, searching and listing the questions
using TOPSIS algorithm, creating, modifying and publishing
new contents using the questions prepared again.
2. MATERIALS AND METHODS
In this paper, developmental research technique was used,
which is one of the design-based research method
derivatives including the design of educational tools. This
study consists of question suggestion and questionselection
tool components. Adaptive question recommendation
system performgeneration, storage,classification,disclosure
and publication of the content. The main features of the
question recommendation system are presented in Table 1.
The developed software sends learning questions to
students, answers them,and providesa level ofachievement.
Learning questions The most convenient and accurate way
to mark the answers to test questions in SQL repositories
can be provided by data standards. For this reason, some
standardization studies were done on the data of learning
questions (Stratakis et al., 2003).
Table1. The main features of the question
recommendation system
Feature Description
Search or
Find
Be able to easily find Learning Tests
with the data entered
Quality
control
The Question Repository should
provide a technical and pedagogical
requirement comparison of Data and
Test questions entered into the System
Presentation
process
Test questions should be able to be sent
to students' smart devices
Addition
Provide comprehensive search by
gathering information from other
question pools
Request
Question Repositories Must contain
different options to provide test
questions for learning
IJTSRD29789
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1035
The developed software was developed with the aim of
storing, searching,sharing,andselectingtheappropriate test
question for learning purposes. To accomplish these
functions, an MSSQL Server 2016 database management
system and LINQ to SQL and DataSet.xsd techniques can be
used in conjunction with C # and MSSQL. These features are
prepared with ASP.Net technology. This software, which
processes according to the student achievement, allows the
addition of learning objects for any different academic
studies.
3. ADAPTIVE QUESTION RECOMMENDATION SYSTEM
Instructors use the Adaptive Question Recommendation
System (AQRS) software to automatically send test question
contents to the system of the course students, to make
assessments about their study notes or students, and to
access this recorded informationatanytime.Inthesoftware,
relational database applications, WebApi applications and
Another purpose of the software is to store learning objects
and tests in the database and use them when needed.
There are three types of user roles in AQRS softwarethatare
administrator, instructor and student. In order to add any
objects or use other features of the software, users must
register to the system. Membership requests are sent
through the user of the Windows Form base. Dev Express
(v18.2.6) The Win Form library functions to interface the
software, and then administratorsexaminetheserequeststo
allow appropriate user roles. After the administrator has
entered the usage role by the administrator, users can use
the AQRS software. Learning tests and objects are stored in
the system via MSSQL Server interfaces. If necessary,
learning can be easily accessed by testing andlistingmethod
by data or types of objects.
In the AQRS software, the necessary components for the
learning test and object data were prepared. In addition,any
data format can be stored in the system as a JSON-based file
format and can be converted to Web Api format at any time
and sent. Users can answer, analyze, comment on learning
objects and tests, and identify problems using their
interfaces. One of the most important features of the AQRS
software is that the instructor approves the quality control
of test questions and objects in the system. After checking
the test questions prepared for learning purposes, the test
questions have the feature that all students registered inthe
software can be transmitted to their mobile devices. The
main page of the authorized instructorandtheunauthorized
instructor for access to the system shown in Figure 1 is as
follows.
Figure1. Instructor and the unauthorized instructor
for access to the system
3.1. Architecture of AQRS software
The developed AQRS software is based on a multi-layered
software architecture and an object-oriented programming
approach. There are two horizontal layers in the upperlayer
architecture of the software. Theseareboththe presentation
layer and the data layer. These layers have the component
structures required for the system operational state of the
AQRS software shown in Figure 2. Theexistenceofthesetwo
layers makes the software project modular. For example,
extra component structures can be added to the software
simply and quickly. The connection between the database
and the application in the data layer is prepared.
The Entity Framework sets an open source object option for
the ADO.NET and C # .NET programming language.InFigure
2, instructors can use these interfaces to add, list, and view
the data of learning tests using the Windows Form base. In
the work layer, there are operations of the data conversion
engine. When a request is receivedbythepresentationlayer,
the system makes a decision and transmits it to the data
layer in order to process the workflow state that appears in
the software faster. The data layer adds commentsaboutthe
instructor and students, reportingproblems,usersandroles,
and all data such as the topic and the sub-subject thatfitsthe
database.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1036
Figure2. Architectural structure of AQRS
3.2. Selection of Tests with TOPSIS Algorithm
Trainers and students try to find the most appropriate
learning objects from many sources (Sinclair et al., 2013).
For this reason, it is necessary to carry out efficient studies
on the quality of tests for learning purposes. The quality of
learning objects or tests is difficult to measure because
instructors and learners can respond according to the
requirements and requirements to which they depend.
There are many selection methods to find the test that is
most suitable for learning. There are many types ofsoftware
to measure the quality status of tests for learning purposes
(Vargo et al., 2003).
The AQRS application is set to submit test questions by
evaluating the statusofmeasurementandanalysisaccording
to the achievement status, interaction, participation,
availability and content categories of the students with
TOPSIS algorithm. According to the scoringresults,thereare
various softwares that usemulti-criteria evaluationmethods
to select the best alternative test for learning (Kurilovas,
2009). There are cases where each multi-criteria decision
making technique is superior to other criterion techniques
(Ömürbek et al., 2013). For this reason, which multi-criteria
decision-making method should be applied to the decision
problem, natural structure of decision problem, various
options, scales of evaluations, type status of uncertain rate,
dependency ratio of criteria, expectation status of the
decision maker, data quantity and quality status to be
entered factors should also be taken into consideration
(Ceiling and Hatami-Marbini, 2011).
TOPSIS algorithm is applied in production, marketing,
planning, group decision making, distribution of resources,
education, health, selection of markets, transportation,
support of decisions and many other areas (Geuna and
Martin,2003). The TOPSIS algorithm is known as one of the
most excellent multi-criteria decision making methods
because it has the advantage of being able to sort out the the
excessively large number of alternatives and to quickly
determine the best alternative outcome (Tavana and
Hatami-Marbini, 2011).
TOPSIS algorithm is used in AQRS software according to
student achievement level. This decision-makingcriterionis
based on the theory of priority. Also, problems involving
complex decision-making criteria can be easily solved with
TOPSIS. It is useful for logically using the data entered into
the system and the decisions of experts. Since the TOPSIS
algorithm does notcontain mixedmathematical expressions,
it is easy to use and has a transparent structure for decision
makers because of the sorting criteria. The steps for
selecting adaptive questions with TOPSIS are shown as
follows.
In the TOPSIS method, the state of formation of the decision
matrix (A), the state of formation of the standard decision
matrix (R), the state of formation of the weighted standard
decision matrix (V), the states of formation of the solutions
in the ideal direction and the negative ideal direction
, It consists of a number of steps, such as calculating the
degree of discrimination criteria and calculating the relative
proximity to the ideal solution.
Step 1: First, the decision matrix (A) needs to be established.
The evaluation matrix is started by creating the decision
matrix in which alternative values are required to be listed
in the rows and criteria to be evaluated based on the
decision-making evaluation in the columns. The step by the
decision makers, known as the initial matrix, which consists
of alternative and n criterion evaluations, is as follows:
Step 2: The standard decision matrix (R) needs to be
established. The initial values that take place in our decision
matrix must be brought to the standard state.
Step 3: Since the weighted standard decision matrix (V)
needs to be established, the weighting ratios of the
criterion assessments must first be determined.
Then, each individual value found in the R matrix must be
multiplied by the values of the criterion to which it is
connected and a Weighted Standard Decision Matrix (V)
should be created.
Step 4: Solution results in the ideal direction and
negative in the ideal direction should be established.
The TOPSIS method assumes that each criterion assessment
has shown a tendency to increase or decrease steadily. For
this reason, the maximum value in eachcolumninthematrix
V represents the ideal direction solution, the minimum
value is the negative ideal solution solution.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1037
Step 5: The state of calculation of the separation criteria
degrees. The distance in the Euclidian Approach is used to
calculate the distance of the criterion at each decision point
to the solution point in the ideal direction and the negative
ideal direction. According to these values, the distanceofthe
ideal solution in the ideal solution and the distance of the
ideal solution in the negative direction are calculated by
the formulas shown below.
Step 6: Calculate the degree of proximity relative totheideal
solution result. Using the distinction criteria in the ideal
direction and in the negative ideal direction, the relative
proximity of each alternative case to the ideal solutionresult
is calculated.
i= 1, …, m
The determination of the criteria for selecting the test
question for learning purposes and other criteria belong to
the administrator or trainer and the criteria are adjusted
according to the test statistics. These criteria can be
evaluated manually by instructors by manual input or by
decision-making methods.
The trainers were interviewed to determine the selection
criteria of the data-based test questions. Ten instructors
participated in the interview. According to the data in the
interview, TOPSIS question coefficient criteria (reliability,
discrimination, cognitive area, degree of difficulty of the
question) were determined for the selection of test
questions.
Test questions with the highest value obtained by TOPSIS
algorithm are selected. As shown in Table 2, the AQRS
software was tested with four criteria. In the first few trials,
the CRs of the criteria were found to be greater than 0.2,
indicating that the criteria did not proceed consistentlywith
the selection of test questions. At the end of the fifthtrial,the
CR of the criteria was found to be 0.877802262, which was
below 0.877, and the criteria and points given were
therefore consistent. When necessary, instructors can
change the number of criteria up to 10 or even more and
enter alternatives according to preference. Test questions
are evaluated according to four different criteria.
Table2. Criteria weights
Question
Number
Criteria weights
C1 C2 C3 C4
Total S- S+
0,1 0,3 0,4 0,2
Q14 6 3 5 4 0,877802262 0,012309 0,088422
Q8 5 3 4 3 0,719027294 0,028831 0,073780
Q9 5 3 4 3 0,719027294 0,028831 0,073780
Q13 4 2 5 4 0,711699469 0,030011 0,074085
4. CONCLUSION
In this research, it is aimed to determine the success level of
the students according to the answers given in the previous
exams with TOPSIS method, to send the question to the
related student by the authorized teacher according to the
determined success level, to analyze the student'speriodical
(weekly-monthly-yearly) performance with graphical data
and to create a data bank and to determine the overall
performance of the student. The software has been
successfully tested by 350 students and teachers by using
1000 questions prepared by the educator about the courses
and subjects previously defined. As a result, it is seen that
students check all the questions related to courses and
subjects in the application database and submit the most
appropriate question to the requestor in response to the
question requests. Also it is observed that the TOPSIS
algorithm quickly determined the desired number of
questions from the question bank formed by the authorized
teacher in accordance with the required criteria, and the
process of creating a trial or subject test was performed
successfully.
REFERENCES
[1] Geuna, A., Martin, B. R. University Research Evaluation
and Funding: An International Comparison. Minerva,
41(4): 277-304, (2003).
[2] Hansen, P., Bustamante, R. J., Yang, T. Y., Tenorio, E.,
Brinton, C., Chiang, M., & Lan, A. (2019,July).Predicting
the Timing and Quality of Responses in Online
Discussion Forums. In 2019 IEEE 39th International
Conference on Distributed Computing Systems
(ICDCS) (pp. 1931-1940). IEEE.
[3] Kong, S. C., Chan, T. W., Griffin, P., Hoppe, U., Huang, R.,
Kinshuk, Looi, C. K., Milrad, M., Norris, C., Nussbaum,
M., Sharples, M., So, W. M. W., Soloway, E., Yu, S. (2014).
E-learning in School Education in the coming 10 Years
for Developing 21st Century Skills: Critical Research
Issues and PolicyImplications.Educational Technology
& Society, 17 (1), 70–78.
[4] Kurilovas, E.: ‘Evaluation and optimisation of e-
learning software packages: learning object
repositories’. Proc. Fourth Int. Conf. on Software
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1038
Engineering Advances, Porto, Portugal, September
2009, pp. 477–483.
[5] Sinclair, J., Joy, M., Yau, Y. J., Hagan, S.: ‘A practice-
oriented review of learning objects’,IEEETrans.Learn.
Technol., 2013, 6, (2), pp. 177–192
[6] Stratakis, M., Christophides, V., Keenoy, K.,
Magkanaraki, A.: ‘E-learning standards, SeLeNe’, E-
Learning Standards, Version 1, 2003
[7] Szijarto, B., & Cousins, J. B. (2019). Making Space for
Adaptive Learning. American Journal of
Evaluation, 40(2), 160-176.
[8] Tavana, M., Hatami-Marbini, A. A group AHP-TOPSIS
Frame Work for Human Space Flight Mission Planning
at NASA. Expert Systems with Applications, 38(11):
13588-13603, (2011).
[9] Ömürbek, N., Demirci, N., Akalin, P. Analitik Ağ Süreci
ve TOPSIS Yöntemleri ile Bilimdalı Seçimi. Kilis
Üniversitesi, İİBF, Akademik Araştırmalar ve
Çalışmalar Dergisi, 5(9): 118-140, (2013).
[10] Vargo, J., Nesbit, J. C., Belfer, K., Archambault, A.:
‘Learning object evaluation: computer mediated
collaboration and inter-rater reliability’, Int. J.Comput.
Appl., 2003, 25, (3), pp. 1–8.

More Related Content

What's hot

Design of an online expert system for career guidance
Design of an online expert system for career guidanceDesign of an online expert system for career guidance
Design of an online expert system for career guidanceeSAT Publishing House
 
Review on “Android Application for Faculties of Higher and Technical Educat...
Review on “Android Application for Faculties of Higher and Technical Educat...Review on “Android Application for Faculties of Higher and Technical Educat...
Review on “Android Application for Faculties of Higher and Technical Educat...ijtsrd
 
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsData Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsIOSR Journals
 
Question Bank Maker
Question Bank MakerQuestion Bank Maker
Question Bank Makerijtsrd
 
Design an expert system for students graduation projects in Iraq universities...
Design an expert system for students graduation projects in Iraq universities...Design an expert system for students graduation projects in Iraq universities...
Design an expert system for students graduation projects in Iraq universities...IJECEIAES
 
E 5 development-of_a_data_management_system_for_stud
E 5 development-of_a_data_management_system_for_studE 5 development-of_a_data_management_system_for_stud
E 5 development-of_a_data_management_system_for_studEdress Oryakhail
 
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...ijdms
 
An e course file management system
An e course file management systemAn e course file management system
An e course file management systemAlexander Decker
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET Journal
 
Chapter123final
Chapter123finalChapter123final
Chapter123finalDelapisa18
 
A Proposed Model for a Web-Based Academic Advising System
A Proposed Model for a Web-Based Academic Advising SystemA Proposed Model for a Web-Based Academic Advising System
A Proposed Model for a Web-Based Academic Advising SystemEswar Publications
 
Student Attendance Management System with Fingerprint Software
Student Attendance Management System with Fingerprint SoftwareStudent Attendance Management System with Fingerprint Software
Student Attendance Management System with Fingerprint Softwareijtsrd
 
Educational Data Mining & Students Performance Prediction using SVM Techniques
Educational Data Mining & Students Performance Prediction using SVM TechniquesEducational Data Mining & Students Performance Prediction using SVM Techniques
Educational Data Mining & Students Performance Prediction using SVM TechniquesIRJET Journal
 
Competency model for
Competency model forCompetency model for
Competency model forcsandit
 
Mahesh Joshi
Mahesh JoshiMahesh Joshi
Mahesh Joshibutest
 
COET3A1.Powerpoint Presentation
COET3A1.Powerpoint PresentationCOET3A1.Powerpoint Presentation
COET3A1.Powerpoint Presentationtroyjan27
 

What's hot (20)

Design of an online expert system for career guidance
Design of an online expert system for career guidanceDesign of an online expert system for career guidance
Design of an online expert system for career guidance
 
Review on “Android Application for Faculties of Higher and Technical Educat...
Review on “Android Application for Faculties of Higher and Technical Educat...Review on “Android Application for Faculties of Higher and Technical Educat...
Review on “Android Application for Faculties of Higher and Technical Educat...
 
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsData Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
 
Question Bank Maker
Question Bank MakerQuestion Bank Maker
Question Bank Maker
 
Design an expert system for students graduation projects in Iraq universities...
Design an expert system for students graduation projects in Iraq universities...Design an expert system for students graduation projects in Iraq universities...
Design an expert system for students graduation projects in Iraq universities...
 
E 5 development-of_a_data_management_system_for_stud
E 5 development-of_a_data_management_system_for_studE 5 development-of_a_data_management_system_for_stud
E 5 development-of_a_data_management_system_for_stud
 
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
 
An e course file management system
An e course file management systemAn e course file management system
An e course file management system
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
 
My thesis proposal
My thesis proposalMy thesis proposal
My thesis proposal
 
Attendance monitoring system
Attendance monitoring systemAttendance monitoring system
Attendance monitoring system
 
Chapter123final
Chapter123finalChapter123final
Chapter123final
 
A Proposed Model for a Web-Based Academic Advising System
A Proposed Model for a Web-Based Academic Advising SystemA Proposed Model for a Web-Based Academic Advising System
A Proposed Model for a Web-Based Academic Advising System
 
50320140502002
5032014050200250320140502002
50320140502002
 
Student Attendance Management System with Fingerprint Software
Student Attendance Management System with Fingerprint SoftwareStudent Attendance Management System with Fingerprint Software
Student Attendance Management System with Fingerprint Software
 
Educational Data Mining & Students Performance Prediction using SVM Techniques
Educational Data Mining & Students Performance Prediction using SVM TechniquesEducational Data Mining & Students Performance Prediction using SVM Techniques
Educational Data Mining & Students Performance Prediction using SVM Techniques
 
B03120209017
B03120209017B03120209017
B03120209017
 
Competency model for
Competency model forCompetency model for
Competency model for
 
Mahesh Joshi
Mahesh JoshiMahesh Joshi
Mahesh Joshi
 
COET3A1.Powerpoint Presentation
COET3A1.Powerpoint PresentationCOET3A1.Powerpoint Presentation
COET3A1.Powerpoint Presentation
 

Similar to Adaptive Question Recommendation System Based on Student Achievement

CRITERION BASED AUTOMATIC GENERATION OF QUESTION PAPER
CRITERION BASED AUTOMATIC GENERATION OF QUESTION PAPERCRITERION BASED AUTOMATIC GENERATION OF QUESTION PAPER
CRITERION BASED AUTOMATIC GENERATION OF QUESTION PAPERvivatechijri
 
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
 
Online Student Feedback System
Online Student Feedback SystemOnline Student Feedback System
Online Student Feedback SystemEditorIJAERD
 
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET Journal
 
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET Journal
 
A Comprehensive E-Learning Platform for Education: A Full-Stack Web Applicati...
A Comprehensive E-Learning Platform for Education: A Full-Stack Web Applicati...A Comprehensive E-Learning Platform for Education: A Full-Stack Web Applicati...
A Comprehensive E-Learning Platform for Education: A Full-Stack Web Applicati...IRJET Journal
 
IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET Journal
 
Online Examination and Evaluation System
Online Examination and Evaluation SystemOnline Examination and Evaluation System
Online Examination and Evaluation SystemIRJET Journal
 
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET Journal
 
The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...Thada Jantakoon
 
An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...IJERA Editor
 
Web Application For Pre-Assessment Of Cognitive Development
Web Application For Pre-Assessment Of Cognitive DevelopmentWeb Application For Pre-Assessment Of Cognitive Development
Web Application For Pre-Assessment Of Cognitive DevelopmentIRJET Journal
 
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...IJDKP
 
Rule-based expert systems for supporting university students
Rule-based expert systems for supporting university studentsRule-based expert systems for supporting university students
Rule-based expert systems for supporting university studentsGurdal Ertek
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019kamilHussain15
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019kamilHussain15
 
A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemIRJET Journal
 
Topic Discovery of Online Course Reviews Using LDA with Leveraging Reviews He...
Topic Discovery of Online Course Reviews Using LDA with Leveraging Reviews He...Topic Discovery of Online Course Reviews Using LDA with Leveraging Reviews He...
Topic Discovery of Online Course Reviews Using LDA with Leveraging Reviews He...IJECEIAES
 
Student Assestment Questionnaire
Student Assestment QuestionnaireStudent Assestment Questionnaire
Student Assestment QuestionnaireMichael Mendoza
 
Prospect for learning analytics to achieve adaptive learning model
Prospect for learning analytics to achieve adaptive learning modelProspect for learning analytics to achieve adaptive learning model
Prospect for learning analytics to achieve adaptive learning modelOpen Cyber University of Korea
 

Similar to Adaptive Question Recommendation System Based on Student Achievement (20)

CRITERION BASED AUTOMATIC GENERATION OF QUESTION PAPER
CRITERION BASED AUTOMATIC GENERATION OF QUESTION PAPERCRITERION BASED AUTOMATIC GENERATION OF QUESTION PAPER
CRITERION BASED AUTOMATIC GENERATION OF QUESTION PAPER
 
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
 
Online Student Feedback System
Online Student Feedback SystemOnline Student Feedback System
Online Student Feedback System
 
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
 
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
 
A Comprehensive E-Learning Platform for Education: A Full-Stack Web Applicati...
A Comprehensive E-Learning Platform for Education: A Full-Stack Web Applicati...A Comprehensive E-Learning Platform for Education: A Full-Stack Web Applicati...
A Comprehensive E-Learning Platform for Education: A Full-Stack Web Applicati...
 
IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...
 
Online Examination and Evaluation System
Online Examination and Evaluation SystemOnline Examination and Evaluation System
Online Examination and Evaluation System
 
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning Techniques
 
The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...
 
An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...
 
Web Application For Pre-Assessment Of Cognitive Development
Web Application For Pre-Assessment Of Cognitive DevelopmentWeb Application For Pre-Assessment Of Cognitive Development
Web Application For Pre-Assessment Of Cognitive Development
 
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
 
Rule-based expert systems for supporting university students
Rule-based expert systems for supporting university studentsRule-based expert systems for supporting university students
Rule-based expert systems for supporting university students
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019
 
A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management System
 
Topic Discovery of Online Course Reviews Using LDA with Leveraging Reviews He...
Topic Discovery of Online Course Reviews Using LDA with Leveraging Reviews He...Topic Discovery of Online Course Reviews Using LDA with Leveraging Reviews He...
Topic Discovery of Online Course Reviews Using LDA with Leveraging Reviews He...
 
Student Assestment Questionnaire
Student Assestment QuestionnaireStudent Assestment Questionnaire
Student Assestment Questionnaire
 
Prospect for learning analytics to achieve adaptive learning model
Prospect for learning analytics to achieve adaptive learning modelProspect for learning analytics to achieve adaptive learning model
Prospect for learning analytics to achieve adaptive learning model
 

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

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
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
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
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

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
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.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
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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...
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
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
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 

Adaptive Question Recommendation System Based on Student Achievement

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 1, December 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1034 Adaptive Question Recommendation System Based on Student Achievement Çakir, A.1; Yilmaz İnce, E.2; Babanyyazova, Y.1 1Department of Electric-Electronic Engineering, 2Department of Computer Technologies, 1,2Isparta University of Applied Sciences, Isparta, Turkey ABSTRACT In this research, it is aimed to determine the success level of the students according to the answers given in the previous exams with TOPSISmethod,to send the question to the related student by the authorized teacher according to the determined success level, to analyze the student's periodical (weekly- monthly-yearly) performance with graphical data and to create a data bank and to determine the overall performance of the student. Developmental research technique was used, which is one of the design-based research method derivatives including the design of educational tools. This study consists of question suggestion and question selection tool components. Adaptive question suggestion system perform generation, storage, classification, disclosure and publicationofthecontent.Thesoftwarehasbeen successfully tested by 350 students and teachers by using 1000 questions prepared by the educator about the courses and subjects previously defined. As a result, it is seen that students check all the questions related to courses and subjects in the application database and submit the most appropriate question to the requestor in response to the question requests. Also it is observed that the TOPSISalgorithm quicklydeterminedthedesirednumberof questions from the question bank formed by the authorized teacher in accordance with the required criteria, and the process of creating a trial or subject test was performed successfully. KEYWORDS: adaptive question recommendation system; student achievement; multi-criteria decision making technique; developmental research; topsis How to cite this paper: Çakir, A. | Yilmaz Ince, E. | Babanyyazova, Y. "Adaptive Question Recommendation SystemBased on Student Achievement" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-4 | Issue-1, December 2019, pp.1034-1038, URL: www.ijtsrd.com/papers/ijtsrd29789.pdf Copyright © 2019 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) 1. INRODUCTION Today, technology development and diversity related to education of technology is increasing. The most up-to-date topics are that students can access e-learning content not only at school but also at other times and participate in constructivist education that will enable the active participation of students (Kong et al., 2014) Adaptive Learning Process is a computer basededucationmethodthat organizes and plans the education of each student in the most appropriate way considering various needs situations (Szijarto and Cousins, 2019).The question recommendation system is the process of evaluating the system for a purpose by means of automatic or manual tuning and trial process, and observing the number of answers given as expected because it meets the specified response rate, and presenting the results to the system by determining the differences between them (Hansen et al., 2019). In this study, a system has been developed including the functions of storing, classifying, modifying, searching and listing the questions using TOPSIS algorithm, creating, modifying and publishing new contents using the questions prepared again. 2. MATERIALS AND METHODS In this paper, developmental research technique was used, which is one of the design-based research method derivatives including the design of educational tools. This study consists of question suggestion and questionselection tool components. Adaptive question recommendation system performgeneration, storage,classification,disclosure and publication of the content. The main features of the question recommendation system are presented in Table 1. The developed software sends learning questions to students, answers them,and providesa level ofachievement. Learning questions The most convenient and accurate way to mark the answers to test questions in SQL repositories can be provided by data standards. For this reason, some standardization studies were done on the data of learning questions (Stratakis et al., 2003). Table1. The main features of the question recommendation system Feature Description Search or Find Be able to easily find Learning Tests with the data entered Quality control The Question Repository should provide a technical and pedagogical requirement comparison of Data and Test questions entered into the System Presentation process Test questions should be able to be sent to students' smart devices Addition Provide comprehensive search by gathering information from other question pools Request Question Repositories Must contain different options to provide test questions for learning IJTSRD29789
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1035 The developed software was developed with the aim of storing, searching,sharing,andselectingtheappropriate test question for learning purposes. To accomplish these functions, an MSSQL Server 2016 database management system and LINQ to SQL and DataSet.xsd techniques can be used in conjunction with C # and MSSQL. These features are prepared with ASP.Net technology. This software, which processes according to the student achievement, allows the addition of learning objects for any different academic studies. 3. ADAPTIVE QUESTION RECOMMENDATION SYSTEM Instructors use the Adaptive Question Recommendation System (AQRS) software to automatically send test question contents to the system of the course students, to make assessments about their study notes or students, and to access this recorded informationatanytime.Inthesoftware, relational database applications, WebApi applications and Another purpose of the software is to store learning objects and tests in the database and use them when needed. There are three types of user roles in AQRS softwarethatare administrator, instructor and student. In order to add any objects or use other features of the software, users must register to the system. Membership requests are sent through the user of the Windows Form base. Dev Express (v18.2.6) The Win Form library functions to interface the software, and then administratorsexaminetheserequeststo allow appropriate user roles. After the administrator has entered the usage role by the administrator, users can use the AQRS software. Learning tests and objects are stored in the system via MSSQL Server interfaces. If necessary, learning can be easily accessed by testing andlistingmethod by data or types of objects. In the AQRS software, the necessary components for the learning test and object data were prepared. In addition,any data format can be stored in the system as a JSON-based file format and can be converted to Web Api format at any time and sent. Users can answer, analyze, comment on learning objects and tests, and identify problems using their interfaces. One of the most important features of the AQRS software is that the instructor approves the quality control of test questions and objects in the system. After checking the test questions prepared for learning purposes, the test questions have the feature that all students registered inthe software can be transmitted to their mobile devices. The main page of the authorized instructorandtheunauthorized instructor for access to the system shown in Figure 1 is as follows. Figure1. Instructor and the unauthorized instructor for access to the system 3.1. Architecture of AQRS software The developed AQRS software is based on a multi-layered software architecture and an object-oriented programming approach. There are two horizontal layers in the upperlayer architecture of the software. Theseareboththe presentation layer and the data layer. These layers have the component structures required for the system operational state of the AQRS software shown in Figure 2. Theexistenceofthesetwo layers makes the software project modular. For example, extra component structures can be added to the software simply and quickly. The connection between the database and the application in the data layer is prepared. The Entity Framework sets an open source object option for the ADO.NET and C # .NET programming language.InFigure 2, instructors can use these interfaces to add, list, and view the data of learning tests using the Windows Form base. In the work layer, there are operations of the data conversion engine. When a request is receivedbythepresentationlayer, the system makes a decision and transmits it to the data layer in order to process the workflow state that appears in the software faster. The data layer adds commentsaboutthe instructor and students, reportingproblems,usersandroles, and all data such as the topic and the sub-subject thatfitsthe database.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1036 Figure2. Architectural structure of AQRS 3.2. Selection of Tests with TOPSIS Algorithm Trainers and students try to find the most appropriate learning objects from many sources (Sinclair et al., 2013). For this reason, it is necessary to carry out efficient studies on the quality of tests for learning purposes. The quality of learning objects or tests is difficult to measure because instructors and learners can respond according to the requirements and requirements to which they depend. There are many selection methods to find the test that is most suitable for learning. There are many types ofsoftware to measure the quality status of tests for learning purposes (Vargo et al., 2003). The AQRS application is set to submit test questions by evaluating the statusofmeasurementandanalysisaccording to the achievement status, interaction, participation, availability and content categories of the students with TOPSIS algorithm. According to the scoringresults,thereare various softwares that usemulti-criteria evaluationmethods to select the best alternative test for learning (Kurilovas, 2009). There are cases where each multi-criteria decision making technique is superior to other criterion techniques (Ömürbek et al., 2013). For this reason, which multi-criteria decision-making method should be applied to the decision problem, natural structure of decision problem, various options, scales of evaluations, type status of uncertain rate, dependency ratio of criteria, expectation status of the decision maker, data quantity and quality status to be entered factors should also be taken into consideration (Ceiling and Hatami-Marbini, 2011). TOPSIS algorithm is applied in production, marketing, planning, group decision making, distribution of resources, education, health, selection of markets, transportation, support of decisions and many other areas (Geuna and Martin,2003). The TOPSIS algorithm is known as one of the most excellent multi-criteria decision making methods because it has the advantage of being able to sort out the the excessively large number of alternatives and to quickly determine the best alternative outcome (Tavana and Hatami-Marbini, 2011). TOPSIS algorithm is used in AQRS software according to student achievement level. This decision-makingcriterionis based on the theory of priority. Also, problems involving complex decision-making criteria can be easily solved with TOPSIS. It is useful for logically using the data entered into the system and the decisions of experts. Since the TOPSIS algorithm does notcontain mixedmathematical expressions, it is easy to use and has a transparent structure for decision makers because of the sorting criteria. The steps for selecting adaptive questions with TOPSIS are shown as follows. In the TOPSIS method, the state of formation of the decision matrix (A), the state of formation of the standard decision matrix (R), the state of formation of the weighted standard decision matrix (V), the states of formation of the solutions in the ideal direction and the negative ideal direction , It consists of a number of steps, such as calculating the degree of discrimination criteria and calculating the relative proximity to the ideal solution. Step 1: First, the decision matrix (A) needs to be established. The evaluation matrix is started by creating the decision matrix in which alternative values are required to be listed in the rows and criteria to be evaluated based on the decision-making evaluation in the columns. The step by the decision makers, known as the initial matrix, which consists of alternative and n criterion evaluations, is as follows: Step 2: The standard decision matrix (R) needs to be established. The initial values that take place in our decision matrix must be brought to the standard state. Step 3: Since the weighted standard decision matrix (V) needs to be established, the weighting ratios of the criterion assessments must first be determined. Then, each individual value found in the R matrix must be multiplied by the values of the criterion to which it is connected and a Weighted Standard Decision Matrix (V) should be created. Step 4: Solution results in the ideal direction and negative in the ideal direction should be established. The TOPSIS method assumes that each criterion assessment has shown a tendency to increase or decrease steadily. For this reason, the maximum value in eachcolumninthematrix V represents the ideal direction solution, the minimum value is the negative ideal solution solution.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1037 Step 5: The state of calculation of the separation criteria degrees. The distance in the Euclidian Approach is used to calculate the distance of the criterion at each decision point to the solution point in the ideal direction and the negative ideal direction. According to these values, the distanceofthe ideal solution in the ideal solution and the distance of the ideal solution in the negative direction are calculated by the formulas shown below. Step 6: Calculate the degree of proximity relative totheideal solution result. Using the distinction criteria in the ideal direction and in the negative ideal direction, the relative proximity of each alternative case to the ideal solutionresult is calculated. i= 1, …, m The determination of the criteria for selecting the test question for learning purposes and other criteria belong to the administrator or trainer and the criteria are adjusted according to the test statistics. These criteria can be evaluated manually by instructors by manual input or by decision-making methods. The trainers were interviewed to determine the selection criteria of the data-based test questions. Ten instructors participated in the interview. According to the data in the interview, TOPSIS question coefficient criteria (reliability, discrimination, cognitive area, degree of difficulty of the question) were determined for the selection of test questions. Test questions with the highest value obtained by TOPSIS algorithm are selected. As shown in Table 2, the AQRS software was tested with four criteria. In the first few trials, the CRs of the criteria were found to be greater than 0.2, indicating that the criteria did not proceed consistentlywith the selection of test questions. At the end of the fifthtrial,the CR of the criteria was found to be 0.877802262, which was below 0.877, and the criteria and points given were therefore consistent. When necessary, instructors can change the number of criteria up to 10 or even more and enter alternatives according to preference. Test questions are evaluated according to four different criteria. Table2. Criteria weights Question Number Criteria weights C1 C2 C3 C4 Total S- S+ 0,1 0,3 0,4 0,2 Q14 6 3 5 4 0,877802262 0,012309 0,088422 Q8 5 3 4 3 0,719027294 0,028831 0,073780 Q9 5 3 4 3 0,719027294 0,028831 0,073780 Q13 4 2 5 4 0,711699469 0,030011 0,074085 4. CONCLUSION In this research, it is aimed to determine the success level of the students according to the answers given in the previous exams with TOPSIS method, to send the question to the related student by the authorized teacher according to the determined success level, to analyze the student'speriodical (weekly-monthly-yearly) performance with graphical data and to create a data bank and to determine the overall performance of the student. The software has been successfully tested by 350 students and teachers by using 1000 questions prepared by the educator about the courses and subjects previously defined. As a result, it is seen that students check all the questions related to courses and subjects in the application database and submit the most appropriate question to the requestor in response to the question requests. Also it is observed that the TOPSIS algorithm quickly determined the desired number of questions from the question bank formed by the authorized teacher in accordance with the required criteria, and the process of creating a trial or subject test was performed successfully. REFERENCES [1] Geuna, A., Martin, B. R. University Research Evaluation and Funding: An International Comparison. Minerva, 41(4): 277-304, (2003). [2] Hansen, P., Bustamante, R. J., Yang, T. Y., Tenorio, E., Brinton, C., Chiang, M., & Lan, A. (2019,July).Predicting the Timing and Quality of Responses in Online Discussion Forums. In 2019 IEEE 39th International Conference on Distributed Computing Systems (ICDCS) (pp. 1931-1940). IEEE. [3] Kong, S. C., Chan, T. W., Griffin, P., Hoppe, U., Huang, R., Kinshuk, Looi, C. K., Milrad, M., Norris, C., Nussbaum, M., Sharples, M., So, W. M. W., Soloway, E., Yu, S. (2014). E-learning in School Education in the coming 10 Years for Developing 21st Century Skills: Critical Research Issues and PolicyImplications.Educational Technology & Society, 17 (1), 70–78. [4] Kurilovas, E.: ‘Evaluation and optimisation of e- learning software packages: learning object repositories’. Proc. Fourth Int. Conf. on Software
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD29789 | Volume – 4 | Issue – 1 | November-December 2019 Page 1038 Engineering Advances, Porto, Portugal, September 2009, pp. 477–483. [5] Sinclair, J., Joy, M., Yau, Y. J., Hagan, S.: ‘A practice- oriented review of learning objects’,IEEETrans.Learn. Technol., 2013, 6, (2), pp. 177–192 [6] Stratakis, M., Christophides, V., Keenoy, K., Magkanaraki, A.: ‘E-learning standards, SeLeNe’, E- Learning Standards, Version 1, 2003 [7] Szijarto, B., & Cousins, J. B. (2019). Making Space for Adaptive Learning. American Journal of Evaluation, 40(2), 160-176. [8] Tavana, M., Hatami-Marbini, A. A group AHP-TOPSIS Frame Work for Human Space Flight Mission Planning at NASA. Expert Systems with Applications, 38(11): 13588-13603, (2011). [9] Ömürbek, N., Demirci, N., Akalin, P. Analitik Ağ Süreci ve TOPSIS Yöntemleri ile Bilimdalı Seçimi. Kilis Üniversitesi, İİBF, Akademik Araştırmalar ve Çalışmalar Dergisi, 5(9): 118-140, (2013). [10] Vargo, J., Nesbit, J. C., Belfer, K., Archambault, A.: ‘Learning object evaluation: computer mediated collaboration and inter-rater reliability’, Int. J.Comput. Appl., 2003, 25, (3), pp. 1–8.