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 team and let us know! The Pinax documentation is available at http://pinaxproject.com/pinax/.

Contribute

See this blog post http://blog.pinaxproject.com/2016/02/26/recap-february-pinax-hangout/ including a video, or 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.17.1.tar.gz (16.0 kB view details)

Uploaded Source

Built Distribution

pinax_lms_activities-0.17.1-py2.py3-none-any.whl (35.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for pinax-lms-activities-0.17.1.tar.gz
Algorithm Hash digest
SHA256 c0bee25d1c2937ca2a5ed1e9d549bb551e2be2baf265e13afff0d9c5ea35bfb3
MD5 de8a9a97d9b51bc45c800a1838f8b45a
BLAKE2b-256 a7104be55616869eebe4ee31ca8775222cf5d7aab2483b50c6afb4bddce60653

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pinax_lms_activities-0.17.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 53080d28d5df776fa39bd7375c83869265382831cedf5cabdc2051f1a7acb71d
MD5 b1070dfd5d93af33e0d37eda32d499f3
BLAKE2b-256 b465716f2429e835bf617f44576bb1e0578c77acef1fb4e58e78fce402ec7cd9

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