SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Computer Applications Technology and Research
Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656
www.ijcat.com 693
Automating Students’ Activities in Higher Educational
Institutions
Samuel King Opoku
Computer Science Department,
Technical University of Kumasi
Kumasi, Ghana
Samuel Appiah
Computer Science Department,
Technical University of Kumasi
Kumasi, Ghana
Abstract: The modern educational systems consist of curricular and extracurricular activities. Students are encouraged to form unions.
These unions have representative roles, provide academic support and advice, offer welfare advice and support; engage in sports and
social activities of which most of them are free to join. In order to make life enjoyable, students have to be better time managers.
However, some of them find it difficult to prioritize their activities. This paper automates students’ activities in higher educational
institutions. It determines the preference of students’ activities in higher educational institutions and then prioritizes them with the help
of statistical tools. The associations between critical activities are determined and with the help of if-then rule set mechanism, a system
that has all the users activities stored in database and alert the user the right task to perform is designed. Higher educational institutions
were chosen for this study due to the dynamics of student life in these institutions
Keywords: Students; Modeling; HEI; Activity prioritization; Statistical analysis; Reasoning mechanism, Rule-based
1. INTRODUCTION
The ability to impart knowledge has been a major concern in
human endeavor over the years. In modern educational
systems, curricular and extracurricular activities form integral
part of student’s life. Students usually form unions. The
unions are partly founded by the institution but politically
independent. The unions have roles, generally some of them
are; representations, academic support and advice, welfare
advice and support, sports clubs, societies and social activities
of which most of them are free to join. Students’ unions
basically believe in student being active political individuals,
and campaign on various issues on national and local level
[1]. Curricular activities are activities that complement
academic works. Curricular activities are mandatory and they
are proposed and provided by the administration of a
particular institution. These activities include attending
lectures, seminar presentation, submission of assignment and
projects, participation in assessment examinations like mid-
semester exams, quizzes and end of semester exams.
Extracurricular activities are activities a student participate
aside his or her academic curricular activities. Some of them
include sports, student union meetings, student hall meetings,
student religious denominational meetings and so forth. The
extracurricular activities are beneficial to student development
[2] but they should be kept at the proper place in the academic
life. These extracurricular activities help them in developing
various professional and leadership skills such as delegation,
organization, event planning and networking. In most tertiary
institutions, extracurricular activities are planned mostly by
students though supervised by their heads of departments.
This paper automates students’ activities in higher educational
institutions. It uses statistical tools to determine the
associations between critical activities which can be used to
design a rule based system that has all the users activities
stored in database and alert the user the right task to perform
at the appropriate time. A JavaSE application is designed to
implement and test the system. Higher educational institutions
(HEI) were chosen for this study due to the dynamics of
student life in these institutions
2. ACTIVITY PRIORITIZATION
Prioritization is a significant tool that helps students to focus
on their tasks and duties with the highest choice. It is an
effective time management method that enables one to be
productive in stressful times when work is overloaded [3]. A
clear understanding of time management is required for
students to manage their own time effectively. In order to
meet assignment deadlines and to keep up with schedules
related to school and other activities, students must engage
their temporal-sequential ordering abilities [4]. These skills
helps interpret, retain, or create information that is in a serial
order. Personal activities of students are in many forms or
categories based on the priorities of a particular student. Some
of the activities are performed daily, weekly, and monthly.
Daily schedule helps students to plan their daily activity from
the moment they wake up from bed till they go back to bed.
Weekly schedule helps students to spend time as they reach a
particular week. The hours or part of hours for each activity is
deducted from each day’s total hours. The monthly duties of
tertiary students are based on study plans and their learning
goals. They develop study schedule where they can block off
days and times. Creating a study plan not only helps them
become more organized, but it also helps them accountable
for their personal learning outcomes. The students repeat this
schedule plan every week till the end of every particular
month.
There are many activities in tertiary institutions but difficult in
fitting everyone considering their duration and time. Students
check what they need to do, select and see if they can
substitute with any other alternative. The process includes
listing activities and dividing them into: ‘Do now’, ‘Do soon’,
‘Do later’ and ‘Don’t do’. Tertiary students undergo through
steps to get their time under control. These steps include: first,
listing everything they need to do. Secondly, breakdown task
and lastly prioritize work list. Basic priorities provide a means
for making time choices, helping to decide where it is
important to invest and where not to.
On a daily basis, students also have to learn to set task
priorities. Prioritizing tasks includes two steps: Determining
International Journal of Computer Applications Technology and Research
Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656
www.ijcat.com 694
what needs to be done and deciding on the order in which to
do the tasks [5]. For students to be effective in their time use,
they have to weed out the work that does not fit with their
basic priorities [5], [6]. Deciding the order in which to do
tasks means they start with the "needs" list first and then move
to the "wants" list. Task prioritizing means working on the
most important tasks first no matter how tempted an
individual may be is to get a lot of less essential tasks out of
the way [6]. A typical weekly schedule is depicted in figure 1
Figure 1: Typical Weekly Schedule
3. ACTIVITY MODELLING
3.1 Data Collection and Analysis
To realistically determine the nature of student preferences so
that it can be modelled for the design of the system, five
hundred student respondents were chosen randomly from ten
different HEI. Questionnaires were administered and the data
was collected on nominal scale using contingency table. The
data was analysed using Chi-Square test. This test though
does not give much information about the strength of the
relationship in the population (substantive significant) yet it
can be used to determine the statistical significance of the
data. With nominal data gathered, the distribution would
unlikely approached normal distribution – requirement for t-
text, correlation, regression, analysis of variance. Thus chi-
square is the ideal test for count data. Chi-square has a major
limitation. It is sensitive to sample size. The size of the
calculated chi-square is directly proportional to the size of the
sample. To correct this anomaly, chi-square method was
complemented with measure of association, Phi coefficient
(ϕ), which also deals with nominal data consisting of binary
variables. That is a distribution with two rows and two
columns. Phi coefficient eliminates sample size by dividing
the chi-square by the sample size. The formula for Phi
coefficient is given below in equation (1)
ϕ = √ (Chi-square/sample size) ------------------------ (1)
When the value of ϕ is approximately zero, it implies, there is
no correlation between the variables. When the value of ϕ is
less than 5, then there is a weak correlation. One the other
hand, when the value of ϕ is great than 5, then there is a
strong correlation. Perfect correction exists when the value of
ϕ is 1. Positive values indicate positive correlation whiles
negative values indicate negative correction. Given a
contingency table with two rows and two columns, there is
another way to compute the Phi coefficient without first
computing the chi-square. Using the table below as an
example where x and y are dichotomous variables:
Table 1. Format for Contingency Table with Dichotomous
Variable
x/y 0 1 Total
1 a b a + b
0 c d c + d
Total a + c b + d
From Table 1,
ϕ = (a * d – c * b) / √ ([a + b] * [c + d] * [a + c] * [b + d])
The above equation is used in this work. The different
contingency tables were analyzed separately and
independently.
The first table looked at the lectures preference of students
who view religious activities superior to academic activities
and vice versa. The table below summarises the outcome of
data collection
Table 2. Religious and Academic Activities versus
Lectures Preference
Lectures Preference
Yes No Total
Religious activities supersede
academic activities
95 175 270
Academic activities supersede
religious activities
85 145 230
Total 180 320 500
The Phi coefficient is calculated as:
ϕ = (95 * 145 – 175 * 85) / √ (270 * 230 * 180 * 320)
ϕ = -0.018
The calculation of Phi coefficient gives -0.018 which is
approximately 0, indicating that there is no correlation
between religious activities or academic activities and lectures
preference. Hence there is no need to model students’
activities using the general religious activities and academic
activities against lectures preference
The second table looked at the lectures preferences of students
who view spiritual welfare superior to secular welfare and
vice versa. The table below summarises the outcome of data
collection
International Journal of Computer Applications Technology and Research
Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656
www.ijcat.com 695
Table 3. Spiritual and Secular Welfare versus Lectures
Preference
Lectures Preference
Yes No Total
Spiritual welfare supersede secular
welfare
285 19 304
Secular welfare supersede spiritual
welfare
27 169 196
Total 312 188 500
The Phi coefficient is calculated as:
ϕ = (285 * 169 – 19 * 27) / √ (304 * 196 * 312 * 188)
ϕ = 0.8060
The calculation of Phi coefficient gives 0.8060 which is
approximately 0.8, indicating that there is a strong correlation
between individual believes and lectures preference. Thus
there is the need to model students’ activities taken into
consideration student’s believes regarding secular and
spiritual welfare.
The third table looked at students skipping lectures among
those who have preference of lectures to others. The table
below summarises the outcome of data collection
Table 4. Lectures Preference versus skipping Lectures
Skip Lectures
Yes No Total
Preference of lectures 234 35 269
No preference of lectures 29 202 231
Total 263 237 500
The Phi coefficient is calculated as:
ϕ = (234 * 202 – 35 * 29) / √ (269 * 231 * 263 * 237)
ϕ = 0.7432
The calculation of Phi coefficient gives 0.7432 which is
approximately 0.7, indicating that there is a strong correlation
between individuals who have lectures preference and
skipping lectures. Further examination into the reason
revealed that they skip lectures for either personal or spiritual
activities. Thus there is the need to model students’ activities
taken into consideration student’s believe regarding secular
and spiritual welfare
Interestingly, no one supported skipping examinations with
the reason not being on medical situations. This means
examinations should have highest priority on students’
schedule.
3.2 Reasoning Mechanism
The algorithm below is used to depict the relationships of the
various activities carried out by students in higher educational
institution. The assumptions under which the model is defined
are:
 No similar activities clash
 Each activity can be defined within specific time
boundaries. Thus each activity has start time and
end time.
 Scheduled extra-curricular activities do not interfere
with lectures. Scheduled extra-curriculum activities
refer to activities organized by the institutions such
as sports, departmental or faculty week.
The user is allowed to input the various schedules at any time.
The various activities are kept in a database and categorized
as lectures, extra-curriculum, spiritual, examination and
personal. The algorithm for its implementation is given below
Begin
1. If there exist an activity called examination
irrespective of any other activities then execute
examination
2. If activity is extra-curriculum and no examination
activity, no spiritual activities, amid lectures then
suspend lectures and execute extra-curriculum
activity.
3. If an extra-curriculum activity clashes with spiritual
activity and no examination then
a. For each student, If spiritual welfare
supersedes secular welfare then execute
spiritual activity
b. Otherwise execute extra-curriculum
activity
4. If extra-curriculum activity clashes with personal
activity then
a. If user is a leading member of the extra-
curriculum activity then execute extra-
curriculum activity
b. Otherwise execute personal activity
5. If activity is lectures and there are no other activities
then execute lectures
6. If lectures clashes with religious activity then
a. If it is public holiday then execute
religious activity
b. Else, for each student, if lectures are less
preferred then execute religious activity
c. Else execute lectures
7. If an activity lectures clash with personal activity
and lectures are less preferred then execute personal
activity. Otherwise execute lecture activities.
8. For any activity, if that activity exists solely within
a particular time, then execute that activity.
End
International Journal of Computer Applications Technology and Research
Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656
www.ijcat.com 696
The above reasoning mechanism is implemented as flowchart
in the figure below
Figure 2: Flowchart for Reasoning Mechanism
4. IMPLEMENTATION AND TESTING
The testing system was implemented using Java Platform,
Standard Edition (Java SE). This platform is rich in providing
window application controls. The framework for depicting the
components of the system and their interactions is shown in
the figure below:
Figure 3: Interaction of System Components
The functions of the various components are:
 User Application Interface (UAI): It contains the
window controls and it represents the interface
between the user and the system. Users receive
notifications through this component. Activities that
need to be stored by the user are entered via this
component. The UAI saves the users activity into a
database through the Repository Manager.
 Reasoning Engine (RE): This component uses rules
to determine which activity to display or fire taken
into consideration users’ preference
 Timer: Keeps track of the clock for each activity. It
issues appropriate prompts to the Reasoning Engine
and the Activity Manager helping them to trigger
the appropriate actions
 Activity Manager (AM): It fetches data from the
database through the Repository Manager under the
influence of the Timer. Specific activities within a
specific period, usually a day, are selected and kept
in a dynamic array. The AM and Timer then
monitors the array to determine when to fire an
activity
 Repository Manager (RM): This component serves
as an interface between the system and the database
management system which houses the database.
Two components are required to work with the
database. These components are the UAI and AM.
UAI saves data to the database and AM fetches the
data that has been saved based on the due date and
time of the activities.
 The Alarm Manager (ALM): This sounds alarm
when a notification is displayed.
The components of the system discussed above are
implements as java classes in the system. A simplified class
diagram of the various components of the system is shown in
the figure below:
International Journal of Computer Applications Technology and Research
Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656
www.ijcat.com 697
Figure 4: Class Diagram of the System Classes
In order to work with specific activities, the activities are
classified and placed in a combo box for the user to select.
The activities are classified as Examination, Lectures,
Religious Activity, Personal Activity and Scheduled
Extracurricular Activities. Activities in the database are
automatically tracked. This is achieved through the threading
mechanism of Java. The activities for a particular day are
selected and placed in ArrayList. For every minute, the
system scans through the ArrayList and check for activities
that need to be fired. The system issues a reminder when there
is ten minutes for an activity to be fired. A second reminder is
issued when there is five minutes left for the activity to be
fired. In each instance, the system sounds alarm when the
notification is displayed. Figure 3 below illustrates how the
notification is displayed.
Figure 5: Activity Initialization Interface
5. CONCLUSION
Activities of Students in HEI have been modelled and
implemented. The modelling was done with the help of
statistical tools and if-then set of rules. The implementation
used a high level programming language principles and ended
up with a system. The system loops every minute through its
database to check for activities that are due to be fired. The
greatest strength of the system is that once the computer is
turned on, the system starts run in the background and only
fires when an activity is due. If the user wants to add or edit
an activity, the user therefore explicitly open the program
using the icon on the desktop. This system sets the basis for
designing a context-aware reminder system through the
implementation of mobile application. Future works focus on
designing a mechanism to map actual activities to its
categorisation. Another interesting mechanism is to design a
mobile based system.
6. REFERENCES
[1] Jordan Dungy, Gwendolyn. "Organization and functions
of student affairs." Student services: A handbook for the
profession (2003): 339
[2] Marsh, Herbert W. Extracurricular activities: Beneficial
extension of the traditional curriculum or subversion of
academic goals? Journal of educational psychology 84.4
553, 1992
[3] Claessens B. J., Van Eerde W, Rutte C. G, Roe R. A. A
review of the time management literature. Personnel
review. 2007 Feb 13;36(2):255-76.
[4] Johnson, James E., James F. Christie, and Francis
Wardle. Play, development, and early education.
Pearson/Allyn and Bacon, 2005
[5] Bozworth, C. G. MU Extension near you Challenges and
Choices: Time Effectiveness—Prioritizing Your Time.
Available: http://extension.missouri.edu/p/GH6653
[6] Macan, T. H., Shahani, C., Dipboye, R. L., & Phillips, A.
P. College students' time management: Correlations with
academic performance and stress. Journal of educational
psychology, 82(4), 760, 1990

More Related Content

What's hot

Blended Learning: A New Model
Blended Learning: A New ModelBlended Learning: A New Model
Blended Learning: A New Modelsandsuraweera
 
IRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis SystemIRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis SystemIRJET Journal
 
Application of analytical hierarchy process (ahp) in the curriculum
Application of analytical hierarchy process (ahp) in the curriculumApplication of analytical hierarchy process (ahp) in the curriculum
Application of analytical hierarchy process (ahp) in the curriculumAlexander Decker
 
Pre service math teachers' professional identity development through online a...
Pre service math teachers' professional identity development through online a...Pre service math teachers' professional identity development through online a...
Pre service math teachers' professional identity development through online a...Amine Merve ERCAN
 
Recognition of Slow Learners Using Classification Data Mining Techniques
Recognition of Slow Learners Using Classification Data Mining TechniquesRecognition of Slow Learners Using Classification Data Mining Techniques
Recognition of Slow Learners Using Classification Data Mining TechniquesLovely Professional University
 
Research proposal in education
Research proposal in educationResearch proposal in education
Research proposal in educationDr. Hina Kaynat
 
Rti Booklet
Rti BookletRti Booklet
Rti Bookletswascher
 
Research Proposal
Research ProposalResearch Proposal
Research Proposaljhollon
 
Motivational Factors Affecting Lecturers’ Performance at Selected Universiti...
 Motivational Factors Affecting Lecturers’ Performance at Selected Universiti... Motivational Factors Affecting Lecturers’ Performance at Selected Universiti...
Motivational Factors Affecting Lecturers’ Performance at Selected Universiti...Research Journal of Education
 
Empowerement To Teacher By Participatory And Motivating Methods
Empowerement To Teacher By Participatory And Motivating MethodsEmpowerement To Teacher By Participatory And Motivating Methods
Empowerement To Teacher By Participatory And Motivating Methodsinventionjournals
 
A Correlation Analysis between an After School Sports Program and Academic Ac...
A Correlation Analysis between an After School Sports Program and Academic Ac...A Correlation Analysis between an After School Sports Program and Academic Ac...
A Correlation Analysis between an After School Sports Program and Academic Ac...Shawn Fleurie
 
Do extra curricular activities in schools improve
Do extra curricular activities in schools improveDo extra curricular activities in schools improve
Do extra curricular activities in schools improveMuhammad Nur Fadzly Basar
 
To Err Is Human
To Err Is HumanTo Err Is Human
To Err Is Humanjlocklear
 
School effectiveness-and-improvement-contribution-of-teacher-qualification-to...
School effectiveness-and-improvement-contribution-of-teacher-qualification-to...School effectiveness-and-improvement-contribution-of-teacher-qualification-to...
School effectiveness-and-improvement-contribution-of-teacher-qualification-to...oircjournals
 
Education enterprise
Education enterpriseEducation enterprise
Education enterpriseiamlibrarian
 

What's hot (19)

Blended Learning: A New Model
Blended Learning: A New ModelBlended Learning: A New Model
Blended Learning: A New Model
 
Presentation1
Presentation1Presentation1
Presentation1
 
IRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis SystemIRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis System
 
Application of analytical hierarchy process (ahp) in the curriculum
Application of analytical hierarchy process (ahp) in the curriculumApplication of analytical hierarchy process (ahp) in the curriculum
Application of analytical hierarchy process (ahp) in the curriculum
 
Pre service math teachers' professional identity development through online a...
Pre service math teachers' professional identity development through online a...Pre service math teachers' professional identity development through online a...
Pre service math teachers' professional identity development through online a...
 
EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOLEXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
 
Research
ResearchResearch
Research
 
Recognition of Slow Learners Using Classification Data Mining Techniques
Recognition of Slow Learners Using Classification Data Mining TechniquesRecognition of Slow Learners Using Classification Data Mining Techniques
Recognition of Slow Learners Using Classification Data Mining Techniques
 
Research proposal in education
Research proposal in educationResearch proposal in education
Research proposal in education
 
Rti Booklet
Rti BookletRti Booklet
Rti Booklet
 
Research Proposal
Research ProposalResearch Proposal
Research Proposal
 
Motivational Factors Affecting Lecturers’ Performance at Selected Universiti...
 Motivational Factors Affecting Lecturers’ Performance at Selected Universiti... Motivational Factors Affecting Lecturers’ Performance at Selected Universiti...
Motivational Factors Affecting Lecturers’ Performance at Selected Universiti...
 
Thesis revised 2
Thesis revised 2Thesis revised 2
Thesis revised 2
 
Empowerement To Teacher By Participatory And Motivating Methods
Empowerement To Teacher By Participatory And Motivating MethodsEmpowerement To Teacher By Participatory And Motivating Methods
Empowerement To Teacher By Participatory And Motivating Methods
 
A Correlation Analysis between an After School Sports Program and Academic Ac...
A Correlation Analysis between an After School Sports Program and Academic Ac...A Correlation Analysis between an After School Sports Program and Academic Ac...
A Correlation Analysis between an After School Sports Program and Academic Ac...
 
Do extra curricular activities in schools improve
Do extra curricular activities in schools improveDo extra curricular activities in schools improve
Do extra curricular activities in schools improve
 
To Err Is Human
To Err Is HumanTo Err Is Human
To Err Is Human
 
School effectiveness-and-improvement-contribution-of-teacher-qualification-to...
School effectiveness-and-improvement-contribution-of-teacher-qualification-to...School effectiveness-and-improvement-contribution-of-teacher-qualification-to...
School effectiveness-and-improvement-contribution-of-teacher-qualification-to...
 
Education enterprise
Education enterpriseEducation enterprise
Education enterprise
 

Viewers also liked

ALbum de fotografías
ALbum de fotografíasALbum de fotografías
ALbum de fotografíasmaikoldmelany
 
LISTINO UFFICIALE AIXAM ITALIA
LISTINO UFFICIALE AIXAM ITALIALISTINO UFFICIALE AIXAM ITALIA
LISTINO UFFICIALE AIXAM ITALIAStefano Patergnani
 
Лекція 3
Лекція 3Лекція 3
Лекція 3cdecit
 
презентація до лекції теми 10
презентація до лекції теми 10презентація до лекції теми 10
презентація до лекції теми 10cdecit
 
Região sul: a construção de espaços geográficos
Região sul: a construção de espaços geográficosRegião sul: a construção de espaços geográficos
Região sul: a construção de espaços geográficosDaniel Montarroyos
 

Viewers also liked (7)

ALbum de fotografías
ALbum de fotografíasALbum de fotografías
ALbum de fotografías
 
LISTINO UFFICIALE AIXAM ITALIA
LISTINO UFFICIALE AIXAM ITALIALISTINO UFFICIALE AIXAM ITALIA
LISTINO UFFICIALE AIXAM ITALIA
 
Лекція 3
Лекція 3Лекція 3
Лекція 3
 
презентація до лекції теми 10
презентація до лекції теми 10презентація до лекції теми 10
презентація до лекції теми 10
 
Região sul: a construção de espaços geográficos
Região sul: a construção de espaços geográficosRegião sul: a construção de espaços geográficos
Região sul: a construção de espaços geográficos
 
Transplantes animales a humanos
Transplantes animales   a humanosTransplantes animales   a humanos
Transplantes animales a humanos
 
2
22
2
 

Similar to Automating Students' Activities in Higher Education

A Review Of Scientific And Humanistic Approaches In Curriculum Evaluation
A Review Of Scientific And Humanistic Approaches In Curriculum EvaluationA Review Of Scientific And Humanistic Approaches In Curriculum Evaluation
A Review Of Scientific And Humanistic Approaches In Curriculum EvaluationLori Moore
 
EBUS5423 Data Analytics and Reporting Bl
EBUS5423 Data Analytics and Reporting BlEBUS5423 Data Analytics and Reporting Bl
EBUS5423 Data Analytics and Reporting BlDr. Bruce A. Johnson
 
Secondary Analysis Of Qualitative Data
Secondary Analysis Of Qualitative DataSecondary Analysis Of Qualitative Data
Secondary Analysis Of Qualitative DataDeborah Gastineau
 
Predictive and Statistical Analyses for Academic Advisory Support
Predictive and Statistical Analyses for Academic Advisory SupportPredictive and Statistical Analyses for Academic Advisory Support
Predictive and Statistical Analyses for Academic Advisory Supportijcsit
 
Assessment of Future Needs, Costing the Future Needs.pptx
Assessment of Future Needs, Costing the Future Needs.pptxAssessment of Future Needs, Costing the Future Needs.pptx
Assessment of Future Needs, Costing the Future Needs.pptxDrHafizKosar
 
Solving Course Selection Problem by a Combination of Correlation Analysis and...
Solving Course Selection Problem by a Combination of Correlation Analysis and...Solving Course Selection Problem by a Combination of Correlation Analysis and...
Solving Course Selection Problem by a Combination of Correlation Analysis and...IJECEIAES
 
programme evaluation by priyadarshinee pradhan
programme evaluation by priyadarshinee pradhanprogramme evaluation by priyadarshinee pradhan
programme evaluation by priyadarshinee pradhanPriya Das
 
Research study final_pkneduc518 (2)
Research study final_pkneduc518 (2)Research study final_pkneduc518 (2)
Research study final_pkneduc518 (2)Pamela Noble
 
Initial IdentificationWhen you hear the word college, you migh
Initial IdentificationWhen you hear the word college, you mighInitial IdentificationWhen you hear the word college, you migh
Initial IdentificationWhen you hear the word college, you mighsamirapdcosden
 
Learning analytics summary document Prakash
Learning analytics summary document PrakashLearning analytics summary document Prakash
Learning analytics summary document PrakashPrakash Hegde
 
MD8Assgn: A8: Course Project—Program Proposal
MD8Assgn: A8: Course Project—Program ProposalMD8Assgn: A8: Course Project—Program Proposal
MD8Assgn: A8: Course Project—Program Proposaleckchela
 
An Evaluation Of One District U27S Think Through Math Program And Curriculum ...
An Evaluation Of One District U27S Think Through Math Program And Curriculum ...An Evaluation Of One District U27S Think Through Math Program And Curriculum ...
An Evaluation Of One District U27S Think Through Math Program And Curriculum ...Gina Brown
 
The Program Oriented Evaluation Approaches Essay
The Program Oriented Evaluation Approaches EssayThe Program Oriented Evaluation Approaches Essay
The Program Oriented Evaluation Approaches EssayTammy Moncrief
 
cs_Assignment_1_-_Sustainability_Report_-_mpederson_-_803699
cs_Assignment_1_-_Sustainability_Report_-_mpederson_-_803699cs_Assignment_1_-_Sustainability_Report_-_mpederson_-_803699
cs_Assignment_1_-_Sustainability_Report_-_mpederson_-_803699Maxwell Pederson
 
Online text assignment
Online text assignmentOnline text assignment
Online text assignmentebrebru
 
Curriculum InceptionTaya Hervey-McNuttStrayer Universi
Curriculum InceptionTaya Hervey-McNuttStrayer UniversiCurriculum InceptionTaya Hervey-McNuttStrayer Universi
Curriculum InceptionTaya Hervey-McNuttStrayer UniversiOllieShoresna
 
A Research Project On Action Research
A Research Project On Action ResearchA Research Project On Action Research
A Research Project On Action ResearchLisa Williams
 
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTSCAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTSIRJET Journal
 
The transfer of public secondary school teachers in the national capital regi...
The transfer of public secondary school teachers in the national capital regi...The transfer of public secondary school teachers in the national capital regi...
The transfer of public secondary school teachers in the national capital regi...Alexander Decker
 

Similar to Automating Students' Activities in Higher Education (20)

A Review Of Scientific And Humanistic Approaches In Curriculum Evaluation
A Review Of Scientific And Humanistic Approaches In Curriculum EvaluationA Review Of Scientific And Humanistic Approaches In Curriculum Evaluation
A Review Of Scientific And Humanistic Approaches In Curriculum Evaluation
 
System analysis module4
System analysis module4System analysis module4
System analysis module4
 
EBUS5423 Data Analytics and Reporting Bl
EBUS5423 Data Analytics and Reporting BlEBUS5423 Data Analytics and Reporting Bl
EBUS5423 Data Analytics and Reporting Bl
 
Secondary Analysis Of Qualitative Data
Secondary Analysis Of Qualitative DataSecondary Analysis Of Qualitative Data
Secondary Analysis Of Qualitative Data
 
Predictive and Statistical Analyses for Academic Advisory Support
Predictive and Statistical Analyses for Academic Advisory SupportPredictive and Statistical Analyses for Academic Advisory Support
Predictive and Statistical Analyses for Academic Advisory Support
 
Assessment of Future Needs, Costing the Future Needs.pptx
Assessment of Future Needs, Costing the Future Needs.pptxAssessment of Future Needs, Costing the Future Needs.pptx
Assessment of Future Needs, Costing the Future Needs.pptx
 
Solving Course Selection Problem by a Combination of Correlation Analysis and...
Solving Course Selection Problem by a Combination of Correlation Analysis and...Solving Course Selection Problem by a Combination of Correlation Analysis and...
Solving Course Selection Problem by a Combination of Correlation Analysis and...
 
programme evaluation by priyadarshinee pradhan
programme evaluation by priyadarshinee pradhanprogramme evaluation by priyadarshinee pradhan
programme evaluation by priyadarshinee pradhan
 
Research study final_pkneduc518 (2)
Research study final_pkneduc518 (2)Research study final_pkneduc518 (2)
Research study final_pkneduc518 (2)
 
Initial IdentificationWhen you hear the word college, you migh
Initial IdentificationWhen you hear the word college, you mighInitial IdentificationWhen you hear the word college, you migh
Initial IdentificationWhen you hear the word college, you migh
 
Learning analytics summary document Prakash
Learning analytics summary document PrakashLearning analytics summary document Prakash
Learning analytics summary document Prakash
 
MD8Assgn: A8: Course Project—Program Proposal
MD8Assgn: A8: Course Project—Program ProposalMD8Assgn: A8: Course Project—Program Proposal
MD8Assgn: A8: Course Project—Program Proposal
 
An Evaluation Of One District U27S Think Through Math Program And Curriculum ...
An Evaluation Of One District U27S Think Through Math Program And Curriculum ...An Evaluation Of One District U27S Think Through Math Program And Curriculum ...
An Evaluation Of One District U27S Think Through Math Program And Curriculum ...
 
The Program Oriented Evaluation Approaches Essay
The Program Oriented Evaluation Approaches EssayThe Program Oriented Evaluation Approaches Essay
The Program Oriented Evaluation Approaches Essay
 
cs_Assignment_1_-_Sustainability_Report_-_mpederson_-_803699
cs_Assignment_1_-_Sustainability_Report_-_mpederson_-_803699cs_Assignment_1_-_Sustainability_Report_-_mpederson_-_803699
cs_Assignment_1_-_Sustainability_Report_-_mpederson_-_803699
 
Online text assignment
Online text assignmentOnline text assignment
Online text assignment
 
Curriculum InceptionTaya Hervey-McNuttStrayer Universi
Curriculum InceptionTaya Hervey-McNuttStrayer UniversiCurriculum InceptionTaya Hervey-McNuttStrayer Universi
Curriculum InceptionTaya Hervey-McNuttStrayer Universi
 
A Research Project On Action Research
A Research Project On Action ResearchA Research Project On Action Research
A Research Project On Action Research
 
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTSCAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
 
The transfer of public secondary school teachers in the national capital regi...
The transfer of public secondary school teachers in the national capital regi...The transfer of public secondary school teachers in the national capital regi...
The transfer of public secondary school teachers in the national capital regi...
 

More from Editor IJCATR

Text Mining in Digital Libraries using OKAPI BM25 Model
 Text Mining in Digital Libraries using OKAPI BM25 Model Text Mining in Digital Libraries using OKAPI BM25 Model
Text Mining in Digital Libraries using OKAPI BM25 ModelEditor IJCATR
 
Green Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendlyGreen Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendlyEditor IJCATR
 
Policies for Green Computing and E-Waste in Nigeria
 Policies for Green Computing and E-Waste in Nigeria Policies for Green Computing and E-Waste in Nigeria
Policies for Green Computing and E-Waste in NigeriaEditor IJCATR
 
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...Editor IJCATR
 
Optimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation ConditionsOptimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation ConditionsEditor IJCATR
 
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...Editor IJCATR
 
Web Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source SiteWeb Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source SiteEditor IJCATR
 
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 Evaluating Semantic Similarity between Biomedical Concepts/Classes through S... Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...Editor IJCATR
 
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 Semantic Similarity Measures between Terms in the Biomedical Domain within f... Semantic Similarity Measures between Terms in the Biomedical Domain within f...
Semantic Similarity Measures between Terms in the Biomedical Domain within f...Editor IJCATR
 
A Strategy for Improving the Performance of Small Files in Openstack Swift
 A Strategy for Improving the Performance of Small Files in Openstack Swift  A Strategy for Improving the Performance of Small Files in Openstack Swift
A Strategy for Improving the Performance of Small Files in Openstack Swift Editor IJCATR
 
Integrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and RegistrationIntegrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and RegistrationEditor IJCATR
 
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 Assessment of the Efficiency of Customer Order Management System: A Case Stu... Assessment of the Efficiency of Customer Order Management System: A Case Stu...
Assessment of the Efficiency of Customer Order Management System: A Case Stu...Editor IJCATR
 
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*Editor IJCATR
 
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...Editor IJCATR
 
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...Editor IJCATR
 
Hangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector MachineHangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector MachineEditor IJCATR
 
Application of 3D Printing in Education
Application of 3D Printing in EducationApplication of 3D Printing in Education
Application of 3D Printing in EducationEditor IJCATR
 
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...Editor IJCATR
 
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...Editor IJCATR
 
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsDecay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsEditor IJCATR
 

More from Editor IJCATR (20)

Text Mining in Digital Libraries using OKAPI BM25 Model
 Text Mining in Digital Libraries using OKAPI BM25 Model Text Mining in Digital Libraries using OKAPI BM25 Model
Text Mining in Digital Libraries using OKAPI BM25 Model
 
Green Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendlyGreen Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendly
 
Policies for Green Computing and E-Waste in Nigeria
 Policies for Green Computing and E-Waste in Nigeria Policies for Green Computing and E-Waste in Nigeria
Policies for Green Computing and E-Waste in Nigeria
 
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
 
Optimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation ConditionsOptimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation Conditions
 
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
 
Web Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source SiteWeb Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source Site
 
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 Evaluating Semantic Similarity between Biomedical Concepts/Classes through S... Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 Semantic Similarity Measures between Terms in the Biomedical Domain within f... Semantic Similarity Measures between Terms in the Biomedical Domain within f...
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 
A Strategy for Improving the Performance of Small Files in Openstack Swift
 A Strategy for Improving the Performance of Small Files in Openstack Swift  A Strategy for Improving the Performance of Small Files in Openstack Swift
A Strategy for Improving the Performance of Small Files in Openstack Swift
 
Integrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and RegistrationIntegrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and Registration
 
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 Assessment of the Efficiency of Customer Order Management System: A Case Stu... Assessment of the Efficiency of Customer Order Management System: A Case Stu...
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
 
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
 
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
 
Hangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector MachineHangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector Machine
 
Application of 3D Printing in Education
Application of 3D Printing in EducationApplication of 3D Printing in Education
Application of 3D Printing in Education
 
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
 
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
 
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsDecay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
 

Recently uploaded

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Recently uploaded (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

Automating Students' Activities in Higher Education

  • 1. International Journal of Computer Applications Technology and Research Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656 www.ijcat.com 693 Automating Students’ Activities in Higher Educational Institutions Samuel King Opoku Computer Science Department, Technical University of Kumasi Kumasi, Ghana Samuel Appiah Computer Science Department, Technical University of Kumasi Kumasi, Ghana Abstract: The modern educational systems consist of curricular and extracurricular activities. Students are encouraged to form unions. These unions have representative roles, provide academic support and advice, offer welfare advice and support; engage in sports and social activities of which most of them are free to join. In order to make life enjoyable, students have to be better time managers. However, some of them find it difficult to prioritize their activities. This paper automates students’ activities in higher educational institutions. It determines the preference of students’ activities in higher educational institutions and then prioritizes them with the help of statistical tools. The associations between critical activities are determined and with the help of if-then rule set mechanism, a system that has all the users activities stored in database and alert the user the right task to perform is designed. Higher educational institutions were chosen for this study due to the dynamics of student life in these institutions Keywords: Students; Modeling; HEI; Activity prioritization; Statistical analysis; Reasoning mechanism, Rule-based 1. INTRODUCTION The ability to impart knowledge has been a major concern in human endeavor over the years. In modern educational systems, curricular and extracurricular activities form integral part of student’s life. Students usually form unions. The unions are partly founded by the institution but politically independent. The unions have roles, generally some of them are; representations, academic support and advice, welfare advice and support, sports clubs, societies and social activities of which most of them are free to join. Students’ unions basically believe in student being active political individuals, and campaign on various issues on national and local level [1]. Curricular activities are activities that complement academic works. Curricular activities are mandatory and they are proposed and provided by the administration of a particular institution. These activities include attending lectures, seminar presentation, submission of assignment and projects, participation in assessment examinations like mid- semester exams, quizzes and end of semester exams. Extracurricular activities are activities a student participate aside his or her academic curricular activities. Some of them include sports, student union meetings, student hall meetings, student religious denominational meetings and so forth. The extracurricular activities are beneficial to student development [2] but they should be kept at the proper place in the academic life. These extracurricular activities help them in developing various professional and leadership skills such as delegation, organization, event planning and networking. In most tertiary institutions, extracurricular activities are planned mostly by students though supervised by their heads of departments. This paper automates students’ activities in higher educational institutions. It uses statistical tools to determine the associations between critical activities which can be used to design a rule based system that has all the users activities stored in database and alert the user the right task to perform at the appropriate time. A JavaSE application is designed to implement and test the system. Higher educational institutions (HEI) were chosen for this study due to the dynamics of student life in these institutions 2. ACTIVITY PRIORITIZATION Prioritization is a significant tool that helps students to focus on their tasks and duties with the highest choice. It is an effective time management method that enables one to be productive in stressful times when work is overloaded [3]. A clear understanding of time management is required for students to manage their own time effectively. In order to meet assignment deadlines and to keep up with schedules related to school and other activities, students must engage their temporal-sequential ordering abilities [4]. These skills helps interpret, retain, or create information that is in a serial order. Personal activities of students are in many forms or categories based on the priorities of a particular student. Some of the activities are performed daily, weekly, and monthly. Daily schedule helps students to plan their daily activity from the moment they wake up from bed till they go back to bed. Weekly schedule helps students to spend time as they reach a particular week. The hours or part of hours for each activity is deducted from each day’s total hours. The monthly duties of tertiary students are based on study plans and their learning goals. They develop study schedule where they can block off days and times. Creating a study plan not only helps them become more organized, but it also helps them accountable for their personal learning outcomes. The students repeat this schedule plan every week till the end of every particular month. There are many activities in tertiary institutions but difficult in fitting everyone considering their duration and time. Students check what they need to do, select and see if they can substitute with any other alternative. The process includes listing activities and dividing them into: ‘Do now’, ‘Do soon’, ‘Do later’ and ‘Don’t do’. Tertiary students undergo through steps to get their time under control. These steps include: first, listing everything they need to do. Secondly, breakdown task and lastly prioritize work list. Basic priorities provide a means for making time choices, helping to decide where it is important to invest and where not to. On a daily basis, students also have to learn to set task priorities. Prioritizing tasks includes two steps: Determining
  • 2. International Journal of Computer Applications Technology and Research Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656 www.ijcat.com 694 what needs to be done and deciding on the order in which to do the tasks [5]. For students to be effective in their time use, they have to weed out the work that does not fit with their basic priorities [5], [6]. Deciding the order in which to do tasks means they start with the "needs" list first and then move to the "wants" list. Task prioritizing means working on the most important tasks first no matter how tempted an individual may be is to get a lot of less essential tasks out of the way [6]. A typical weekly schedule is depicted in figure 1 Figure 1: Typical Weekly Schedule 3. ACTIVITY MODELLING 3.1 Data Collection and Analysis To realistically determine the nature of student preferences so that it can be modelled for the design of the system, five hundred student respondents were chosen randomly from ten different HEI. Questionnaires were administered and the data was collected on nominal scale using contingency table. The data was analysed using Chi-Square test. This test though does not give much information about the strength of the relationship in the population (substantive significant) yet it can be used to determine the statistical significance of the data. With nominal data gathered, the distribution would unlikely approached normal distribution – requirement for t- text, correlation, regression, analysis of variance. Thus chi- square is the ideal test for count data. Chi-square has a major limitation. It is sensitive to sample size. The size of the calculated chi-square is directly proportional to the size of the sample. To correct this anomaly, chi-square method was complemented with measure of association, Phi coefficient (ϕ), which also deals with nominal data consisting of binary variables. That is a distribution with two rows and two columns. Phi coefficient eliminates sample size by dividing the chi-square by the sample size. The formula for Phi coefficient is given below in equation (1) ϕ = √ (Chi-square/sample size) ------------------------ (1) When the value of ϕ is approximately zero, it implies, there is no correlation between the variables. When the value of ϕ is less than 5, then there is a weak correlation. One the other hand, when the value of ϕ is great than 5, then there is a strong correlation. Perfect correction exists when the value of ϕ is 1. Positive values indicate positive correlation whiles negative values indicate negative correction. Given a contingency table with two rows and two columns, there is another way to compute the Phi coefficient without first computing the chi-square. Using the table below as an example where x and y are dichotomous variables: Table 1. Format for Contingency Table with Dichotomous Variable x/y 0 1 Total 1 a b a + b 0 c d c + d Total a + c b + d From Table 1, ϕ = (a * d – c * b) / √ ([a + b] * [c + d] * [a + c] * [b + d]) The above equation is used in this work. The different contingency tables were analyzed separately and independently. The first table looked at the lectures preference of students who view religious activities superior to academic activities and vice versa. The table below summarises the outcome of data collection Table 2. Religious and Academic Activities versus Lectures Preference Lectures Preference Yes No Total Religious activities supersede academic activities 95 175 270 Academic activities supersede religious activities 85 145 230 Total 180 320 500 The Phi coefficient is calculated as: ϕ = (95 * 145 – 175 * 85) / √ (270 * 230 * 180 * 320) ϕ = -0.018 The calculation of Phi coefficient gives -0.018 which is approximately 0, indicating that there is no correlation between religious activities or academic activities and lectures preference. Hence there is no need to model students’ activities using the general religious activities and academic activities against lectures preference The second table looked at the lectures preferences of students who view spiritual welfare superior to secular welfare and vice versa. The table below summarises the outcome of data collection
  • 3. International Journal of Computer Applications Technology and Research Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656 www.ijcat.com 695 Table 3. Spiritual and Secular Welfare versus Lectures Preference Lectures Preference Yes No Total Spiritual welfare supersede secular welfare 285 19 304 Secular welfare supersede spiritual welfare 27 169 196 Total 312 188 500 The Phi coefficient is calculated as: ϕ = (285 * 169 – 19 * 27) / √ (304 * 196 * 312 * 188) ϕ = 0.8060 The calculation of Phi coefficient gives 0.8060 which is approximately 0.8, indicating that there is a strong correlation between individual believes and lectures preference. Thus there is the need to model students’ activities taken into consideration student’s believes regarding secular and spiritual welfare. The third table looked at students skipping lectures among those who have preference of lectures to others. The table below summarises the outcome of data collection Table 4. Lectures Preference versus skipping Lectures Skip Lectures Yes No Total Preference of lectures 234 35 269 No preference of lectures 29 202 231 Total 263 237 500 The Phi coefficient is calculated as: ϕ = (234 * 202 – 35 * 29) / √ (269 * 231 * 263 * 237) ϕ = 0.7432 The calculation of Phi coefficient gives 0.7432 which is approximately 0.7, indicating that there is a strong correlation between individuals who have lectures preference and skipping lectures. Further examination into the reason revealed that they skip lectures for either personal or spiritual activities. Thus there is the need to model students’ activities taken into consideration student’s believe regarding secular and spiritual welfare Interestingly, no one supported skipping examinations with the reason not being on medical situations. This means examinations should have highest priority on students’ schedule. 3.2 Reasoning Mechanism The algorithm below is used to depict the relationships of the various activities carried out by students in higher educational institution. The assumptions under which the model is defined are:  No similar activities clash  Each activity can be defined within specific time boundaries. Thus each activity has start time and end time.  Scheduled extra-curricular activities do not interfere with lectures. Scheduled extra-curriculum activities refer to activities organized by the institutions such as sports, departmental or faculty week. The user is allowed to input the various schedules at any time. The various activities are kept in a database and categorized as lectures, extra-curriculum, spiritual, examination and personal. The algorithm for its implementation is given below Begin 1. If there exist an activity called examination irrespective of any other activities then execute examination 2. If activity is extra-curriculum and no examination activity, no spiritual activities, amid lectures then suspend lectures and execute extra-curriculum activity. 3. If an extra-curriculum activity clashes with spiritual activity and no examination then a. For each student, If spiritual welfare supersedes secular welfare then execute spiritual activity b. Otherwise execute extra-curriculum activity 4. If extra-curriculum activity clashes with personal activity then a. If user is a leading member of the extra- curriculum activity then execute extra- curriculum activity b. Otherwise execute personal activity 5. If activity is lectures and there are no other activities then execute lectures 6. If lectures clashes with religious activity then a. If it is public holiday then execute religious activity b. Else, for each student, if lectures are less preferred then execute religious activity c. Else execute lectures 7. If an activity lectures clash with personal activity and lectures are less preferred then execute personal activity. Otherwise execute lecture activities. 8. For any activity, if that activity exists solely within a particular time, then execute that activity. End
  • 4. International Journal of Computer Applications Technology and Research Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656 www.ijcat.com 696 The above reasoning mechanism is implemented as flowchart in the figure below Figure 2: Flowchart for Reasoning Mechanism 4. IMPLEMENTATION AND TESTING The testing system was implemented using Java Platform, Standard Edition (Java SE). This platform is rich in providing window application controls. The framework for depicting the components of the system and their interactions is shown in the figure below: Figure 3: Interaction of System Components The functions of the various components are:  User Application Interface (UAI): It contains the window controls and it represents the interface between the user and the system. Users receive notifications through this component. Activities that need to be stored by the user are entered via this component. The UAI saves the users activity into a database through the Repository Manager.  Reasoning Engine (RE): This component uses rules to determine which activity to display or fire taken into consideration users’ preference  Timer: Keeps track of the clock for each activity. It issues appropriate prompts to the Reasoning Engine and the Activity Manager helping them to trigger the appropriate actions  Activity Manager (AM): It fetches data from the database through the Repository Manager under the influence of the Timer. Specific activities within a specific period, usually a day, are selected and kept in a dynamic array. The AM and Timer then monitors the array to determine when to fire an activity  Repository Manager (RM): This component serves as an interface between the system and the database management system which houses the database. Two components are required to work with the database. These components are the UAI and AM. UAI saves data to the database and AM fetches the data that has been saved based on the due date and time of the activities.  The Alarm Manager (ALM): This sounds alarm when a notification is displayed. The components of the system discussed above are implements as java classes in the system. A simplified class diagram of the various components of the system is shown in the figure below:
  • 5. International Journal of Computer Applications Technology and Research Volume 5–Issue 11, 693-697,2016,ISSN:-2319–8656 www.ijcat.com 697 Figure 4: Class Diagram of the System Classes In order to work with specific activities, the activities are classified and placed in a combo box for the user to select. The activities are classified as Examination, Lectures, Religious Activity, Personal Activity and Scheduled Extracurricular Activities. Activities in the database are automatically tracked. This is achieved through the threading mechanism of Java. The activities for a particular day are selected and placed in ArrayList. For every minute, the system scans through the ArrayList and check for activities that need to be fired. The system issues a reminder when there is ten minutes for an activity to be fired. A second reminder is issued when there is five minutes left for the activity to be fired. In each instance, the system sounds alarm when the notification is displayed. Figure 3 below illustrates how the notification is displayed. Figure 5: Activity Initialization Interface 5. CONCLUSION Activities of Students in HEI have been modelled and implemented. The modelling was done with the help of statistical tools and if-then set of rules. The implementation used a high level programming language principles and ended up with a system. The system loops every minute through its database to check for activities that are due to be fired. The greatest strength of the system is that once the computer is turned on, the system starts run in the background and only fires when an activity is due. If the user wants to add or edit an activity, the user therefore explicitly open the program using the icon on the desktop. This system sets the basis for designing a context-aware reminder system through the implementation of mobile application. Future works focus on designing a mechanism to map actual activities to its categorisation. Another interesting mechanism is to design a mobile based system. 6. REFERENCES [1] Jordan Dungy, Gwendolyn. "Organization and functions of student affairs." Student services: A handbook for the profession (2003): 339 [2] Marsh, Herbert W. Extracurricular activities: Beneficial extension of the traditional curriculum or subversion of academic goals? Journal of educational psychology 84.4 553, 1992 [3] Claessens B. J., Van Eerde W, Rutte C. G, Roe R. A. A review of the time management literature. Personnel review. 2007 Feb 13;36(2):255-76. [4] Johnson, James E., James F. Christie, and Francis Wardle. Play, development, and early education. Pearson/Allyn and Bacon, 2005 [5] Bozworth, C. G. MU Extension near you Challenges and Choices: Time Effectiveness—Prioritizing Your Time. Available: http://extension.missouri.edu/p/GH6653 [6] Macan, T. H., Shahani, C., Dipboye, R. L., & Phillips, A. P. College students' time management: Correlations with academic performance and stress. Journal of educational psychology, 82(4), 760, 1990