Skip to content

This GitHub repository hosts the culmination of a Master's degree assignment focused on Learning Analytics within the context of a Massive Open Online Course (MOOC) titled "Cyber Security: Safety At Home, Online, and in Life," offered by Newcastle University in collaboration with FutureLearn.

Notifications You must be signed in to change notification settings

dpoulimen0s/Learning-Analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure and Execution Guide

Project Template Overview

This project is organized with the following structure:

  • reports:

    • FutureLearn-Analysis-Report.pdf: Main report file containing the analysis details.
    • FutureLearn Analysis Report.Rmd: Rmarkdown version of the analysis report containing all the code to generate the pdf.
  • log:

    • Gitlog.txt: Git log file capturing version control history.
  • munge:

    • 01-A.R: R script file which contains the code been used for data manipulation

Running the Analysis

1. Install R and RStudio

Ensure you have the latest versions of R and RStudio installed on your computer.

2. Set Working Directory

Open RStudio and set the working directory to the main folder of the project (FutureLearn_Analysis).

3. Open Analysis Report

  • Navigate to the reports folder.
  • Open the FutureLearn-Analysis-Report.Rmd file.

4. Run the Analysis

  • Press the "Knit" button in RStudio to execute the analysis.
  • The analysis report will be generated and displayed in your browser.

5. Install LaTeX (if needed)

If LaTeX is not installed on your system, you may need to install it before knitting the report in order to generate the pdf version of it.

Use the following R code within RStudio:

install.packages("tinytex")
tinytex::install_tinytex()

About

This GitHub repository hosts the culmination of a Master's degree assignment focused on Learning Analytics within the context of a Massive Open Online Course (MOOC) titled "Cyber Security: Safety At Home, Online, and in Life," offered by Newcastle University in collaboration with FutureLearn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages