GithubHelp home page GithubHelp logo

uva-fnwi / coach Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 0.0 1 MB

Dashboard for the COACH project

License: GNU Affero General Public License v3.0

Python 78.76% CSS 0.05% JavaScript 3.10% HTML 18.09%

coach's Introduction

coach

Dashboard for the COACH project. The software is by no means guarenteed to be production ready.

Installation

git clone [email protected]:ictofnwi/coach.git
cd coach
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Setting up the database

Create settings file: (Make sure you are in the working directory)

cp coach/settings.py.examle coach/settings.py

Edit coach/settings.py to fill the LRS login data, then create the database:

python manage.py syncdb

Running

(Make sure you are in the working directory)

. venv/bin/activate
python manage.py runserver (will by default launch at http://127.0.0.1:8000)

coach's People

Contributors

chielk avatar aukejw avatar mslatour avatar ictofnwi avatar

Stargazers

JT5D avatar

Watchers

James Cloos avatar Steven Laan avatar  avatar  avatar  avatar

coach's Issues

LRS returns 'description'

Instead of returning the statementid of this valid statement after instertion, gives 505 and returns the word 'description' as string.

from tincan_api import TinCan
from coach import settings
tc = TinCan(settings.TINCAN['username'],
            settings.TINCAN['password'],
            settings.TINCAN['endpoint'])
tc.submitStatement({
    'verb': {'id': 'http://adlnet.gov/expapi/verbs/progressed',
             'display': {'en-US': 'progressed'}},
    'actor': {'mbox': 'mailto:auke', 'name': 'auke'},
    'object': {'definition':
                 {'type': 'http://adlnet.gov/expapi/activities/question',
                  'name': {'en-US': 'question'}},
               'id': 'http://www.uva.nl/question1'}})

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.