Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
Metadata-Version: 2.0
Name: password-container-xblock
Version: 0.3.0
Summary: This Xblock will restrict access to its children for a time period and an identication process
Home-page: https://github.com/openfun/password-container-xblock
Author: Open FUN (France Universite Numerique)
Author-email: fun.dev@fun-mooc.fr
License: AGPL 3.0
Description-Content-Type: UNKNOWN
Keywords: Django,Open edX,MOOC,Xblock
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: XBlock
Provides-Extra: dev
Requires-Dist: wheel; extra == 'dev'

Password-container Xblock
=========================

This Xblock controls time availability and password access to other Xblocks it
contains. It especially allows to take a proctored exam by communicating a
password to a student when the examination starts. It also closes access to its
content when available time is up. When examination elements are left on several
pages, one can instanciate several Password-container Xblocks belonging to the
same group which will unlock all at the same time.

[![CircleCI](https://circleci.com/gh/openfun/password-container-xblock/tree/master.svg?style=svg)](https://circleci.com/gh/openfun/password-container-xblock/tree/master)

## Installation

Install this package with `pip` using FUN package index _via_:

```bash
$ pip install --extra-index-url https://pypi.fury.io/openfun password_container-xblock
```

Alternatively, if you intend to work on this project, clone this repository
first, and then make an editable installation _via_:

```bash
$ pip install -e ".[dev]"
```

## Configuration

Add `password_container` to edx-platform `INSTALLED_APPS`, and create database
tables _via_:

```bash
$ paver update_db -s devstack
```

Add finally, `password_container` to the list of advanced modules in the
"advanced settings" of a course.