Skip to main content

framework and base learning activities for Pinax LMS

Project description

http://slack.pinaxproject.com/badge.svg https://img.shields.io/travis/pinax/pinax-lms-activities.svg https://img.shields.io/coveralls/pinax/pinax-lms.svg https://img.shields.io/pypi/dm/pinax-lms.svg https://img.shields.io/pypi/v/pinax-lms.svg https://img.shields.io/badge/license-MIT-blue.svg

Pinax

Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com.

pinax-lms-activities

pinax-lms-activities provides a framework and base learning activities for Pinax LMS. It is a framework for building interactive activities like quizzes, etc. to use in courses for example.

Running the Tests

$ pip install detox
$ detox

Documentation

The pinax-lms-activities documentation is currently under construction. If you would like to help us write documentation, please join our Slack channel and let us know! The Pinax documentation is available at http://pinaxproject.com/pinax/.

Contribute

See our How to Contribute (http://pinaxproject.com/pinax/how_to_contribute/) section for an overview on how contributing to Pinax works. For concrete contribution ideas, please see our Ways to Contribute/What We Need Help With (http://pinaxproject.com/pinax/ways_to_contribute/) section.

In case of any questions, we would recommend for you to join our Pinax Slack team (http://slack.pinaxproject.com) and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.

We would also highly recommend for your to read our Open Source and Self-Care blog post (http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).

Code of Conduct

In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a code of conduct, which can be found here http://pinaxproject.com/pinax/code_of_conduct/. We’d like to ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.

Pinax Project Blog and Twitter

For updates and news regarding the Pinax Project, please follow us on Twitter at @pinaxproject and check out our blog http://blog.pinaxproject.com.

Overview

At the moment, pinax-lms-activities provides both a collection of abstract base classes for building learning activities and a core app for managing retrieval of activities and per user activity state.

The abstract activities subclass each other. For example a TwoChoiceQuiz is a type of quiz where a question is asked and the student has to pick between one of two possible answers provided (the correct answer and a distractor). TwoChoiceQuiz is abstract because it doesn’t provide the actual questions, a subclass needs to do that. TwoChoiceQuiz itself subclasses Quiz which subclasses Activity. Activity is the top-level base class for all activities.

When developing a concrete activity there are a number of different facets to consider:

  1. what’s the question / answer mechanic (e.g. two-choice quiz)

  2. what’s the algorithm for choosing what to ask / generating questions (random? based on what user has seen? or what they found difficult? or based on their “level”?)

  3. what are the exit criteria for a session ending (do they just get asked 10 questions, is it based on X correct in a row or is it completely open ended)

  4. what data needs to be stored about a session for scoring / analytics and/or feeding back into (b)

Currently the abstract base activities are really just addressing (a) and the individual concrete activities have to do (b) and (c). There really isn’t much (d) at all yet.

But we want to get there on all these facets.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pinax-lms-activities-0.7.0.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

pinax_lms_activities-0.7.0-py2.py3-none-any.whl (40.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pinax-lms-activities-0.7.0.tar.gz.

File metadata

File hashes

Hashes for pinax-lms-activities-0.7.0.tar.gz
Algorithm Hash digest
SHA256 99c3a7819d590e786f5c56f8dd50724b5ac8af42876bc2f96cf08e63e7ac2ca2
MD5 1b3407137aeafdfa1a66c24411e99b6b
BLAKE2b-256 732773a22f4ba19744843a3783244215f49a8b25c444f8ea6fbaaab42f40f968

See more details on using hashes here.

Provenance

File details

Details for the file pinax_lms_activities-0.7.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pinax_lms_activities-0.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5870a9fb3f87dede278720dac35675075c38074bb10b4152b80e3820ceeaf13f
MD5 4311cd4ae0ac9a095d6d363eba59d21e
BLAKE2b-256 bac504e20131a0bfb59b352ce66059f70b33d66a557d2032ceffe5561f070e39

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page