Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

OULA-DataSet-CaseStudy

DFI Data Analyst Task

Data Source:

Open University Learning Analytics dataset (OULAD) https://analyse.kmi.open.ac.uk/open_dataset

Data Description:

It contains data about courses, students and their interactions with Virtual Learning Environment (VLE) for seven selected courses (called modules). Presentations of courses start in February and October - they are marked by “B” and “J” respectively. The dataset consists of tables connected using unique identifiers. All tables are stored in the csv format.

Tables:

  • courses
  • assessments
  • vle
  • studentInfo
  • studentRegistration
  • studentAssessment
  • studentVle

Screenshot of Intersurface (Any two tables)

⭐Table 01:

Table01-studentVle

⭐Table 02:

Table02-studentInfo

SQL

  • Step 4 & Step 5

Using SQL join the studentAssessment and studentInfo tables by the id_student variable. Create a summary of the mean score, summarized according to region.

SQL step 4 5

** Because of limited space, only first 12 results are shown.

  • Step 6

Select all students from the studentInfo table who live in a region that has a name where the letter 'c' is the second letter

SQL step 6

** Because of limited space, only first 14 results are shown.

Any investigation

  • 7.1 Find the number of withdrawn registration per region

image

** London Region is the region has the highest student withdrawn from registration

  • 7.2 Find the number of students passing different assessments type in different semester

image

** CMA assessment has the highest number of students passed the assessment among all the presentation

  • 7.3 Find the average number of times a students interacts with the material in region contains "u"

image

** The average number of times a students interacts with the material in region contains "u" are between 3.59 and 3.78

Visualization - Tableau

image

Tableau Public Link:

https://public.tableau.com/app/profile/shuk.man.lam3958/viz/OpenUniversityLearningAnalyticsdatasetAnalysis/OpenUniversityLearningAnalyticsDatasetAnalysis

Please see the Explanation.md file for details of each visual.

Thank you!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors