Coder Social home page Coder Social logo

learning-analytics-playground's Introduction

Learning analytics playground

Description

This tool is a first draft of connecting an LMS interface to a Graylog server to create a dataset of learning logs.

It is intended to be used locally. Currently, it is using OpenEdx's LMS service (with the fun-flavored dogwood's release).

Getting started

  • Clone the current repository.

  • When using the tool for the first time, you need to run migrations. Run the following command:

make migrate

The tool is now ready for use ! ๐Ÿš€

Usage

Run the learning analytics playground tool

The whole learning tool (both LMS and graylog servers) are launched in one command.

  1. Run the following command:
make run
  1. When connections are established, you can access:

Configure an input on Graylog interface

  1. Access Graylog interface with admin / admin credentials.

  2. To configure the input where to listen the LMS server, click on System bar menu and Inputs button.

  3. On Select input, choose GELF TCP and click on Launch new input button.

  4. In the input window appearing, enter the input title you want.

  5. Check that binding adress is 0.0.0.0 and the listening port is 12201.

  6. Ensure that Null frame delimiter? option is activated (on the bottom of the windows), otherwise logs won't be recognized and streamed.

  7. Click on Save button.

Stream logs from LMS server

  1. Go on LMS server and navigate through the website.

  2. On the Graylog server, go on Search and update the timeframe on Search in all messages option if no logs are visible.

  3. You should see appearing a list of all the messages you have generated!

License

This work is released under the MIT license (see LICENSE).

learning-analytics-playground's People

Contributors

quitterie-lcs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.