SlideShare a Scribd company logo
International Journal of Research in Advent Technology, Vol.7, No.7, July 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
1
doi: 10.32622/ijrat.77201901

Abstract— Blended learning, a thoughtful integration of
face-to-face and online learning aims at: improving students‟
learning outcome and providing personalized learning
experience through eLearning technologies, such as Moodle.
To ascertain the benefits of blended learning, a study is
performed on 150 students of the blended course offered at
RGUKT Nuzvid through the Moodle Platform.
The activity log files generated by the Moodle are
collected at the end of the course. A set of the metrics are
derived from the log files and actual grade of the
corresponding students are obtained from final exam result.
The metrics obtained from the log files are mapped to the
final grade using a classification technique (Decision Tree
Classification) and the hidden rules are generated to show the
relation between the metrics and the final Grade. The results
show the significance of the model.
Index Terms— Blended learning, Moodle platform,
activity log files, students performance, decision tree
classification
I. INTRODUCTION
Blended learning is a combination integration of face-to-face
and online learning which provides personalized learning
experience through eLearning technologies, such as Moodle.
Studies show that blended learning model helps students who
are struggling to catch up, enriching the learning content and
improving students‟ engagement. The learning platform
provides teachers also a scope to study the behaviours of the
students based upon their activities captured during the
course. In this work the activity log files generated by the
Moodle are collected at the end of the course. A set of the
metrics are derived from the log files and actual grade of the
corresponding students are obtained from final exam result.
The metrics obtained from the log files are mapped to the
final grade using a classification technique (Decision Tree
Classification) and the hidden rules are generated to show the
relation between the metrics and the final Grade.
The log files included many attributes including time span
and activity types. The sample data of the activity log file is
tabulated in Table-1.
Manuscript revised on July 9, 2019 and published on August 10, 2019
K K Singh, Department of CSE, RGUKT Nuzvid, India. Email ID:
krishnasingh@rguktn.ac.in
Uday Kumar, Department of CSE, RGUKT Nuzvid, India. Email ID:
uday@rguktn.ac.in
Kumar Anurupam Department of CSE, RGUKT Nuzvid, India. Email ID:
kumaranurupam@rguktn.ac.in
A set of new metrics are derived from the log files as
mentioned below.
Mean Time Between Access (MTBA), Total Mean Time
Between Access (TMTBA), Total Logged-in Time (TLT),
Sum of Activity Rating (SAR). Final grade in the subject is
collected from the semester results.
Table-1: Sample data of activity file of Moodle
Time User full
name
Affected
user
Event
context
Compone
nt
Event
name
Description Origi
n
IP address
1/02/18,
00:04
SHAIK
MOHA
MMED
TASLEE
MA
Nuzvid
- Assignmen
t:
Assignmen
t-1 (15
jan-1 Feb
2018)
Assignme
nt
The status
of the
submissio
n has been
viewed.
The user with id
'294' has viewed the
submission status
page for the
assignment, course
module id '1605'.
web 192.168.155.
102
1/02/18,
00:15
KADAM
ANCHI
RAVI
KUMAR
Nuzvid
KADAMA
NCHI
RAVI
KUMAR
Nuzvid
Assignmen
t:
Assignmen
t-1 (15
jan-1 Feb
2018)
Assignme
nt
Submissio
n form
viewed.
The user with id
'250' viewed their
submission for the
assignment, course
module id '1605'.
web 192.168.58.2
49
1/02/18,
00:16
KADAM
ANCHI
RAVI
KUMAR
Nuzvid
KADAMA
NCHI
RAVI
KUMAR
Nuzvid
Assignmen
t:
Assignmen
t-1 (15
jan-1 Feb
2018)
Assignme
nt
Submissio
n form
viewed.
The user with id
'250' viewed their
submission for the
assignment, course
module id '1605'.
web 192.168.58.2
49
1/02/18,
00:16
KADAM
ANCHI
RAVI
KUMAR
Nuzvid
- Assignmen
t:
Assignmen
t-1 (15
jan-1 Feb
2018)
Assignme
nt
The status
of the
submissio
n has been
viewed.
The user with id
'250' has viewed the
submission status
page for the
assignment, course
module id '1605'.
web 192.168.58.2
49
The subsequent sections are as follows; the section-2
presents the related work in the regard, the section-3
describes the stepwise procedure, modelling and the result,
section-4 concludes the work
II. RELATED WORKS
Some of the recent works which show the positive impacts of
using blended learning using LMS (Learning management
system) like Moodle are cited here.
A meta-analysis is conducted in [1] to perform a statistical
synthesis of studies contrasting student performance in
blended learning (BL) conditions with traditional classroom
instruction. The finding confirms that blended learning (BL)
is significantly associated with greater learning performance
of STEM (Science, Technology, Engineering and
Math)-disciplined students than with traditional classroom
practice.
A retrospective design in [2] was used to review the students‟
VLE (virtual learning environment) and their performance on
the summative assessments of the two concurrent academic
cohorts. Data were analyzed descriptively and statistically for
Activity Based Student‟s Performance Measure Using
Moodle Log Files
K K Singh, Uday Kumar, Kumar Anurupam
International Journal of Research in Advent Technology, Vol.7, No.7, July 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
2
doi: 10.32622/ijrat.77201901
significance. There was a significant difference between the
two cohort‟s accesses to the VLE (p≤0.002) indicating higher
habituation to blended learning in the second cohort, who had
more exposure to e-learning due to their second year of using
VLE.
The paper [3] presents a study conducted and analysed the
relationship between the proportion of the course
implemented in the Moodle e-learning platform and students‟
performance on one hand and their satisfaction on the other.
The empirical findings reveal a positive correlation for the
elements e.g. students on average receive better grades and
require fewer admissions to pass the exam.
III. PROCEDURE AND COMPUTATION RESULT
The step wise procedure to model the problem is described
below.
Step-1: The log file Table is collected from the Moodle which
is already sorted w.r.t. Time to access; the same is further
sorted w.r.t. Name of the user.
Step-2: The “time” attribute is converted into second.
Step-3: Each activity (event) is assigned a rank based on
expert knowledge; e.g. actively like „view‟ is awarded a rank
1, creating an activity is awarded a rank 2, and submitting or
uploading an activity is awarded a rank 3. It is tabulated in
Table-2.
Step-4: A set of new attributes are derived corresponding to
each user, i.e. the data is aggregated with respect to user (the
student).
 Mean Time Between Access (MTBA), Total Time
Between Access(TTBA), Total Logged-in
Time(TLT), and Sum of Activity Rating (SAR)
.(1)
Table-2: The event name provided in the Moodle platform
and the rating assigned
Event name Rating Event name Rating Event name Rating
Course viewed 1 Submission
created.
2 A submission
submitted.
3
Survey response
submitted
1 Discussion created 2 An online text
/file uploaded.
3
User profile
viewed
1 Quiz attempt
started
2 Quiz attempt
submitted
3
Discussion viewed 1 User graded 2
Grade user report
viewed
1 Course activity
completion
updated
2
User list viewed 1 Post created 2
Submission form
viewed.
1 Discussion
subscription
created
2
Quiz attempt
viewed
1 Some content
posted.
2
The sample data of the derived attributes and the grade of
the student are shown in the Table-3.
Table-3: A sample data of the derived attributes and the
Grade of the student
MTB
A
TTB
A
SA
R
TL
T
Grad
e
11.14 78 7 3 C
11.54 300 26 13 C
18.95 379 27 10 B
19.25 462 34 14 A
37.38 299 8 5 B
37.84 1400 6 1 D
44 88 2 3 C
44.4 666 21 7 B
86.57 606 7 2 D
104.49 4493 43 16 A
The distribution of each of the attribute; MTBA, TTBA,
SAR, and TLT given in the Table-3, corresponding to each
the Grade (A, B, C, and D; the Target variable) are plotted to
see their interdependency and are shown in the Figure-1,
Figure-2, Figure-3, and Figure-4 respectively.
Figure-1: Distribution of MTBA corresponding to
each of the Grade
Figure-2: Distribution of TTBA corresponding to each of
the Grade
International Journal of Research in Advent Technology, Vol.7, No.7, July 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
3
doi: 10.32622/ijrat.77201901
Figure-3: Distribution Of SAR Corresponding To Each
Of The Grade
Figure-4: Distribution of SAR corresponding to each of
the Grade
In the Figure-1, Figure-2, Figure-3, and Figure-4, it is
observed that MTBA and TTBA are more random in nature
with respect to the Grades.
The Decision tree induction method is applied on the
dataset given in the Table-3, and the performance metrics;
accuracy, precision, recall, and f-measure are obtained from
the confusion matrix of the model. The purpose of
emphasizing decision tree as classification method is to
extract the rule and to get more tangible relation between
input attributes and the target variable (grade). The decision
tree of the model is shown in the Figure-5 below.
Figure-5: Decision tree for the data set in Table-3
By observing the tree, it is observed that the Mean Time
Between Access (MTBA), and Total Time Between Access
(TTBA) are not participating in the decision. The reason is
that they appear to be random; i.e. their distributions with
respect to the corresponding grades are not distinguishable,
as shown in figure-1 and in figure-2. Sum of Activity Rating
(SAR) appeared the most deciding attribute in the decision
tree.
Every Path from root node to leaf node of the Tree is a rule, as
shown the Figure-6.
Figure-6: Rules corresponding to the decision tree
The model is validated with K-fold cross validation
approach. The Performance measures are tabulated below.
Accuracy= 61.9718 %
TP Rate Precision Recall F-Measure ROC Area
0.62 0.592 0.62 0.6 0.78
IV. CONCLUSION
It is observed that the students‟ performance in term of final
grade obtained in the course has significant relation with the
activity they perform and how much time they spend on
Moodle platform during the course.
It is observed that students having higher grade have higher
Sum of Activity Rating (SAR) and the Total Logged-in Time
(TLT). It is also observed that the Mean Time Between
Access (MTBA), and Total Time Between Access (TTBA)
are not participating in the decision as their distributions are
random in nature w.r.t grades. Though the Model accuracy
obtained is 62%, it may be improved further by collecting
more samples. The results of our future work will provide a
greater insight into the relationships we studied in this work
REFERENCES
[1] Olitsky, Neal H., and Sarah B. Cosgrove. “The Effect of Blended
Courses on Student Learning: Evidence from Introductory Economics
Courses.", International Review of Economics Education, pp.15-17,
2014.
[2] Paula Barnard Ashton, Lindsay Kock, Alan Rothberg “ The influence
of blended learning on student performance in an undergraduate
occupational therapy curriculum”, School of Therapeutic Sciences,
Faculty of Health Sciences, University of the Witwatersr and South
African Journal of Occupational Therapy — Volume 44, Number 1,
April 2014
[3] Lan Umek, Aleksander Aristovnik, Nina Tomaževic & Damijana
Keržic, University of Ljubljana, SLOVENIA,”Analysis of Selected
Aspects of Students‟ Performance and Satisfaction in a Moodle-Based
E-Learning System Environment”, Eurasia Journal of Mathematics,
Science & Technology Education, 11(6), pp.1495-1505, 2015

More Related Content

What's hot

Cluster Based Association Rule Mining for Courses Recommendation System
Cluster Based Association Rule Mining for Courses Recommendation SystemCluster Based Association Rule Mining for Courses Recommendation System
Cluster Based Association Rule Mining for Courses Recommendation System
AIRCC Publishing Corporation
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
Editor IJCATR
 
IMPLEMENTASI ALGORITMA SMARTER FOR THE DETERMINATION OF THE THESIS SUPERVISOR
IMPLEMENTASI ALGORITMA SMARTER  FOR THE DETERMINATION OF THE THESIS SUPERVISOR IMPLEMENTASI ALGORITMA SMARTER  FOR THE DETERMINATION OF THE THESIS SUPERVISOR
IMPLEMENTASI ALGORITMA SMARTER FOR THE DETERMINATION OF THE THESIS SUPERVISOR
tankimhek
 
RANKING BASED ON COLLABORATIVE FEATURE-WEIGHTING APPLIED TO THE RECOMMENDATIO...
RANKING BASED ON COLLABORATIVE FEATURE-WEIGHTING APPLIED TO THE RECOMMENDATIO...RANKING BASED ON COLLABORATIVE FEATURE-WEIGHTING APPLIED TO THE RECOMMENDATIO...
RANKING BASED ON COLLABORATIVE FEATURE-WEIGHTING APPLIED TO THE RECOMMENDATIO...
ijaia
 
Management and services
Management and servicesManagement and services
Management and services
Jaya Raman
 
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Gede Surya Mahendra
 
Development of Intelligent Multi-agents System for Collaborative e-learning S...
Development of Intelligent Multi-agents System for Collaborative e-learning S...Development of Intelligent Multi-agents System for Collaborative e-learning S...
Development of Intelligent Multi-agents System for Collaborative e-learning S...
journalBEEI
 
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
 
Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...
IJSRD
 
A new-method-of-adaptation-in-integrated-learning-environment
A new-method-of-adaptation-in-integrated-learning-environmentA new-method-of-adaptation-in-integrated-learning-environment
A new-method-of-adaptation-in-integrated-learning-environment
Cemal Ardil
 
C017510717
C017510717C017510717
C017510717
IOSR Journals
 
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Eswar Publications
 
An efficient feature selection in
An efficient feature selection inAn efficient feature selection in
An efficient feature selection in
csandit
 

What's hot (13)

Cluster Based Association Rule Mining for Courses Recommendation System
Cluster Based Association Rule Mining for Courses Recommendation SystemCluster Based Association Rule Mining for Courses Recommendation System
Cluster Based Association Rule Mining for Courses Recommendation System
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
IMPLEMENTASI ALGORITMA SMARTER FOR THE DETERMINATION OF THE THESIS SUPERVISOR
IMPLEMENTASI ALGORITMA SMARTER  FOR THE DETERMINATION OF THE THESIS SUPERVISOR IMPLEMENTASI ALGORITMA SMARTER  FOR THE DETERMINATION OF THE THESIS SUPERVISOR
IMPLEMENTASI ALGORITMA SMARTER FOR THE DETERMINATION OF THE THESIS SUPERVISOR
 
RANKING BASED ON COLLABORATIVE FEATURE-WEIGHTING APPLIED TO THE RECOMMENDATIO...
RANKING BASED ON COLLABORATIVE FEATURE-WEIGHTING APPLIED TO THE RECOMMENDATIO...RANKING BASED ON COLLABORATIVE FEATURE-WEIGHTING APPLIED TO THE RECOMMENDATIO...
RANKING BASED ON COLLABORATIVE FEATURE-WEIGHTING APPLIED TO THE RECOMMENDATIO...
 
Management and services
Management and servicesManagement and services
Management and services
 
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
 
Development of Intelligent Multi-agents System for Collaborative e-learning S...
Development of Intelligent Multi-agents System for Collaborative e-learning S...Development of Intelligent Multi-agents System for Collaborative e-learning S...
Development of Intelligent Multi-agents System for Collaborative e-learning S...
 
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...
 
Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...
 
A new-method-of-adaptation-in-integrated-learning-environment
A new-method-of-adaptation-in-integrated-learning-environmentA new-method-of-adaptation-in-integrated-learning-environment
A new-method-of-adaptation-in-integrated-learning-environment
 
C017510717
C017510717C017510717
C017510717
 
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
 
An efficient feature selection in
An efficient feature selection inAn efficient feature selection in
An efficient feature selection in
 

Similar to 77201901

20495-38951-1-PB.pdf
20495-38951-1-PB.pdf20495-38951-1-PB.pdf
20495-38951-1-PB.pdf
IjictTeam
 
A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...
IAESIJAI
 
An e course file management system
An e course file management systemAn e course file management system
An e course file management system
Alexander Decker
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
eSAT Publishing House
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
eSAT Journals
 
Data Clustering in Education for Students
Data Clustering in Education for StudentsData Clustering in Education for Students
Data Clustering in Education for Students
IRJET 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 Techniques
IRJET Journal
 
Volume 2-issue-6-2034-2036
Volume 2-issue-6-2034-2036Volume 2-issue-6-2034-2036
Volume 2-issue-6-2034-2036
Editor IJARCET
 
Volume 2-issue-6-2034-2036
Volume 2-issue-6-2034-2036Volume 2-issue-6-2034-2036
Volume 2-issue-6-2034-2036
Editor IJARCET
 
IRJET- Predicting Academic Performance based on Social Activities
IRJET-  	  Predicting Academic Performance based on Social ActivitiesIRJET-  	  Predicting Academic Performance based on Social Activities
IRJET- Predicting Academic Performance based on Social Activities
IRJET Journal
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
Editor IJCATR
 
Predicting student performance in higher education using multi-regression models
Predicting student performance in higher education using multi-regression modelsPredicting student performance in higher education using multi-regression models
Predicting student performance in higher education using multi-regression models
TELKOMNIKA JOURNAL
 
Ijetr042132
Ijetr042132Ijetr042132
AICS_2016_paper_9
AICS_2016_paper_9AICS_2016_paper_9
AICS_2016_paper_9
Ewa Mlynarska
 
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
IJITE
 
E-supporting Performance Styles based on Learning Analytics for Development o...
E-supporting Performance Styles based on Learning Analytics for Development o...E-supporting Performance Styles based on Learning Analytics for Development o...
E-supporting Performance Styles based on Learning Analytics for Development o...
IJITE
 
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
IJITE
 
Step-Function Approach for E-Learning Personalization
Step-Function Approach for E-Learning PersonalizationStep-Function Approach for E-Learning Personalization
Step-Function Approach for E-Learning Personalization
TELKOMNIKA JOURNAL
 
Learning strategy with groups on page based students' profiles
Learning strategy with groups on page based students' profilesLearning strategy with groups on page based students' profiles
Learning strategy with groups on page based students' profiles
aciijournal
 
Learning Strategy with Groups on Page Based Students' Profiles
Learning Strategy with Groups on Page Based Students' ProfilesLearning Strategy with Groups on Page Based Students' Profiles
Learning Strategy with Groups on Page Based Students' Profiles
aciijournal
 

Similar to 77201901 (20)

20495-38951-1-PB.pdf
20495-38951-1-PB.pdf20495-38951-1-PB.pdf
20495-38951-1-PB.pdf
 
A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...
 
An e course file management system
An e course file management systemAn e course file management system
An e course file management system
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
 
Data Clustering in Education for Students
Data Clustering in Education for StudentsData Clustering in Education for Students
Data Clustering in Education for Students
 
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
 
Volume 2-issue-6-2034-2036
Volume 2-issue-6-2034-2036Volume 2-issue-6-2034-2036
Volume 2-issue-6-2034-2036
 
Volume 2-issue-6-2034-2036
Volume 2-issue-6-2034-2036Volume 2-issue-6-2034-2036
Volume 2-issue-6-2034-2036
 
IRJET- Predicting Academic Performance based on Social Activities
IRJET-  	  Predicting Academic Performance based on Social ActivitiesIRJET-  	  Predicting Academic Performance based on Social Activities
IRJET- Predicting Academic Performance based on Social Activities
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
Predicting student performance in higher education using multi-regression models
Predicting student performance in higher education using multi-regression modelsPredicting student performance in higher education using multi-regression models
Predicting student performance in higher education using multi-regression models
 
Ijetr042132
Ijetr042132Ijetr042132
Ijetr042132
 
AICS_2016_paper_9
AICS_2016_paper_9AICS_2016_paper_9
AICS_2016_paper_9
 
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
 
E-supporting Performance Styles based on Learning Analytics for Development o...
E-supporting Performance Styles based on Learning Analytics for Development o...E-supporting Performance Styles based on Learning Analytics for Development o...
E-supporting Performance Styles based on Learning Analytics for Development o...
 
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
E-SUPPORTING PERFORMANCE STYLES BASED ON LEARNING ANALYTICS FOR DEVELOPMENT O...
 
Step-Function Approach for E-Learning Personalization
Step-Function Approach for E-Learning PersonalizationStep-Function Approach for E-Learning Personalization
Step-Function Approach for E-Learning Personalization
 
Learning strategy with groups on page based students' profiles
Learning strategy with groups on page based students' profilesLearning strategy with groups on page based students' profiles
Learning strategy with groups on page based students' profiles
 
Learning Strategy with Groups on Page Based Students' Profiles
Learning Strategy with Groups on Page Based Students' ProfilesLearning Strategy with Groups on Page Based Students' Profiles
Learning Strategy with Groups on Page Based Students' Profiles
 

More from IJRAT

96202108
9620210896202108
96202108
IJRAT
 
97202107
9720210797202107
97202107
IJRAT
 
93202101
9320210193202101
93202101
IJRAT
 
92202102
9220210292202102
92202102
IJRAT
 
91202104
9120210491202104
91202104
IJRAT
 
87202003
8720200387202003
87202003
IJRAT
 
87202001
8720200187202001
87202001
IJRAT
 
86202013
8620201386202013
86202013
IJRAT
 
86202008
8620200886202008
86202008
IJRAT
 
86202005
8620200586202005
86202005
IJRAT
 
86202004
8620200486202004
86202004
IJRAT
 
85202026
8520202685202026
85202026
IJRAT
 
711201940
711201940711201940
711201940
IJRAT
 
711201939
711201939711201939
711201939
IJRAT
 
711201935
711201935711201935
711201935
IJRAT
 
711201927
711201927711201927
711201927
IJRAT
 
711201905
711201905711201905
711201905
IJRAT
 
710201947
710201947710201947
710201947
IJRAT
 
712201907
712201907712201907
712201907
IJRAT
 
712201903
712201903712201903
712201903
IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
AjmalKhan50578
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
TaghreedAltamimi
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 

Recently uploaded (20)

Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 

77201901

  • 1. International Journal of Research in Advent Technology, Vol.7, No.7, July 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 1 doi: 10.32622/ijrat.77201901  Abstract— Blended learning, a thoughtful integration of face-to-face and online learning aims at: improving students‟ learning outcome and providing personalized learning experience through eLearning technologies, such as Moodle. To ascertain the benefits of blended learning, a study is performed on 150 students of the blended course offered at RGUKT Nuzvid through the Moodle Platform. The activity log files generated by the Moodle are collected at the end of the course. A set of the metrics are derived from the log files and actual grade of the corresponding students are obtained from final exam result. The metrics obtained from the log files are mapped to the final grade using a classification technique (Decision Tree Classification) and the hidden rules are generated to show the relation between the metrics and the final Grade. The results show the significance of the model. Index Terms— Blended learning, Moodle platform, activity log files, students performance, decision tree classification I. INTRODUCTION Blended learning is a combination integration of face-to-face and online learning which provides personalized learning experience through eLearning technologies, such as Moodle. Studies show that blended learning model helps students who are struggling to catch up, enriching the learning content and improving students‟ engagement. The learning platform provides teachers also a scope to study the behaviours of the students based upon their activities captured during the course. In this work the activity log files generated by the Moodle are collected at the end of the course. A set of the metrics are derived from the log files and actual grade of the corresponding students are obtained from final exam result. The metrics obtained from the log files are mapped to the final grade using a classification technique (Decision Tree Classification) and the hidden rules are generated to show the relation between the metrics and the final Grade. The log files included many attributes including time span and activity types. The sample data of the activity log file is tabulated in Table-1. Manuscript revised on July 9, 2019 and published on August 10, 2019 K K Singh, Department of CSE, RGUKT Nuzvid, India. Email ID: krishnasingh@rguktn.ac.in Uday Kumar, Department of CSE, RGUKT Nuzvid, India. Email ID: uday@rguktn.ac.in Kumar Anurupam Department of CSE, RGUKT Nuzvid, India. Email ID: kumaranurupam@rguktn.ac.in A set of new metrics are derived from the log files as mentioned below. Mean Time Between Access (MTBA), Total Mean Time Between Access (TMTBA), Total Logged-in Time (TLT), Sum of Activity Rating (SAR). Final grade in the subject is collected from the semester results. Table-1: Sample data of activity file of Moodle Time User full name Affected user Event context Compone nt Event name Description Origi n IP address 1/02/18, 00:04 SHAIK MOHA MMED TASLEE MA Nuzvid - Assignmen t: Assignmen t-1 (15 jan-1 Feb 2018) Assignme nt The status of the submissio n has been viewed. The user with id '294' has viewed the submission status page for the assignment, course module id '1605'. web 192.168.155. 102 1/02/18, 00:15 KADAM ANCHI RAVI KUMAR Nuzvid KADAMA NCHI RAVI KUMAR Nuzvid Assignmen t: Assignmen t-1 (15 jan-1 Feb 2018) Assignme nt Submissio n form viewed. The user with id '250' viewed their submission for the assignment, course module id '1605'. web 192.168.58.2 49 1/02/18, 00:16 KADAM ANCHI RAVI KUMAR Nuzvid KADAMA NCHI RAVI KUMAR Nuzvid Assignmen t: Assignmen t-1 (15 jan-1 Feb 2018) Assignme nt Submissio n form viewed. The user with id '250' viewed their submission for the assignment, course module id '1605'. web 192.168.58.2 49 1/02/18, 00:16 KADAM ANCHI RAVI KUMAR Nuzvid - Assignmen t: Assignmen t-1 (15 jan-1 Feb 2018) Assignme nt The status of the submissio n has been viewed. The user with id '250' has viewed the submission status page for the assignment, course module id '1605'. web 192.168.58.2 49 The subsequent sections are as follows; the section-2 presents the related work in the regard, the section-3 describes the stepwise procedure, modelling and the result, section-4 concludes the work II. RELATED WORKS Some of the recent works which show the positive impacts of using blended learning using LMS (Learning management system) like Moodle are cited here. A meta-analysis is conducted in [1] to perform a statistical synthesis of studies contrasting student performance in blended learning (BL) conditions with traditional classroom instruction. The finding confirms that blended learning (BL) is significantly associated with greater learning performance of STEM (Science, Technology, Engineering and Math)-disciplined students than with traditional classroom practice. A retrospective design in [2] was used to review the students‟ VLE (virtual learning environment) and their performance on the summative assessments of the two concurrent academic cohorts. Data were analyzed descriptively and statistically for Activity Based Student‟s Performance Measure Using Moodle Log Files K K Singh, Uday Kumar, Kumar Anurupam
  • 2. International Journal of Research in Advent Technology, Vol.7, No.7, July 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 2 doi: 10.32622/ijrat.77201901 significance. There was a significant difference between the two cohort‟s accesses to the VLE (p≤0.002) indicating higher habituation to blended learning in the second cohort, who had more exposure to e-learning due to their second year of using VLE. The paper [3] presents a study conducted and analysed the relationship between the proportion of the course implemented in the Moodle e-learning platform and students‟ performance on one hand and their satisfaction on the other. The empirical findings reveal a positive correlation for the elements e.g. students on average receive better grades and require fewer admissions to pass the exam. III. PROCEDURE AND COMPUTATION RESULT The step wise procedure to model the problem is described below. Step-1: The log file Table is collected from the Moodle which is already sorted w.r.t. Time to access; the same is further sorted w.r.t. Name of the user. Step-2: The “time” attribute is converted into second. Step-3: Each activity (event) is assigned a rank based on expert knowledge; e.g. actively like „view‟ is awarded a rank 1, creating an activity is awarded a rank 2, and submitting or uploading an activity is awarded a rank 3. It is tabulated in Table-2. Step-4: A set of new attributes are derived corresponding to each user, i.e. the data is aggregated with respect to user (the student).  Mean Time Between Access (MTBA), Total Time Between Access(TTBA), Total Logged-in Time(TLT), and Sum of Activity Rating (SAR) .(1) Table-2: The event name provided in the Moodle platform and the rating assigned Event name Rating Event name Rating Event name Rating Course viewed 1 Submission created. 2 A submission submitted. 3 Survey response submitted 1 Discussion created 2 An online text /file uploaded. 3 User profile viewed 1 Quiz attempt started 2 Quiz attempt submitted 3 Discussion viewed 1 User graded 2 Grade user report viewed 1 Course activity completion updated 2 User list viewed 1 Post created 2 Submission form viewed. 1 Discussion subscription created 2 Quiz attempt viewed 1 Some content posted. 2 The sample data of the derived attributes and the grade of the student are shown in the Table-3. Table-3: A sample data of the derived attributes and the Grade of the student MTB A TTB A SA R TL T Grad e 11.14 78 7 3 C 11.54 300 26 13 C 18.95 379 27 10 B 19.25 462 34 14 A 37.38 299 8 5 B 37.84 1400 6 1 D 44 88 2 3 C 44.4 666 21 7 B 86.57 606 7 2 D 104.49 4493 43 16 A The distribution of each of the attribute; MTBA, TTBA, SAR, and TLT given in the Table-3, corresponding to each the Grade (A, B, C, and D; the Target variable) are plotted to see their interdependency and are shown in the Figure-1, Figure-2, Figure-3, and Figure-4 respectively. Figure-1: Distribution of MTBA corresponding to each of the Grade Figure-2: Distribution of TTBA corresponding to each of the Grade
  • 3. International Journal of Research in Advent Technology, Vol.7, No.7, July 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 3 doi: 10.32622/ijrat.77201901 Figure-3: Distribution Of SAR Corresponding To Each Of The Grade Figure-4: Distribution of SAR corresponding to each of the Grade In the Figure-1, Figure-2, Figure-3, and Figure-4, it is observed that MTBA and TTBA are more random in nature with respect to the Grades. The Decision tree induction method is applied on the dataset given in the Table-3, and the performance metrics; accuracy, precision, recall, and f-measure are obtained from the confusion matrix of the model. The purpose of emphasizing decision tree as classification method is to extract the rule and to get more tangible relation between input attributes and the target variable (grade). The decision tree of the model is shown in the Figure-5 below. Figure-5: Decision tree for the data set in Table-3 By observing the tree, it is observed that the Mean Time Between Access (MTBA), and Total Time Between Access (TTBA) are not participating in the decision. The reason is that they appear to be random; i.e. their distributions with respect to the corresponding grades are not distinguishable, as shown in figure-1 and in figure-2. Sum of Activity Rating (SAR) appeared the most deciding attribute in the decision tree. Every Path from root node to leaf node of the Tree is a rule, as shown the Figure-6. Figure-6: Rules corresponding to the decision tree The model is validated with K-fold cross validation approach. The Performance measures are tabulated below. Accuracy= 61.9718 % TP Rate Precision Recall F-Measure ROC Area 0.62 0.592 0.62 0.6 0.78 IV. CONCLUSION It is observed that the students‟ performance in term of final grade obtained in the course has significant relation with the activity they perform and how much time they spend on Moodle platform during the course. It is observed that students having higher grade have higher Sum of Activity Rating (SAR) and the Total Logged-in Time (TLT). It is also observed that the Mean Time Between Access (MTBA), and Total Time Between Access (TTBA) are not participating in the decision as their distributions are random in nature w.r.t grades. Though the Model accuracy obtained is 62%, it may be improved further by collecting more samples. The results of our future work will provide a greater insight into the relationships we studied in this work REFERENCES [1] Olitsky, Neal H., and Sarah B. Cosgrove. “The Effect of Blended Courses on Student Learning: Evidence from Introductory Economics Courses.", International Review of Economics Education, pp.15-17, 2014. [2] Paula Barnard Ashton, Lindsay Kock, Alan Rothberg “ The influence of blended learning on student performance in an undergraduate occupational therapy curriculum”, School of Therapeutic Sciences, Faculty of Health Sciences, University of the Witwatersr and South African Journal of Occupational Therapy — Volume 44, Number 1, April 2014 [3] Lan Umek, Aleksander Aristovnik, Nina Tomaževic & Damijana Keržic, University of Ljubljana, SLOVENIA,”Analysis of Selected Aspects of Students‟ Performance and Satisfaction in a Moodle-Based E-Learning System Environment”, Eurasia Journal of Mathematics, Science & Technology Education, 11(6), pp.1495-1505, 2015