igobranco / xblock-free-text-response

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free Text Response XBlock

XBlock to capture a free-text response.

badge-travis badge-coveralls

This package provides an XBlock for use with the EdX Platform and makes it possible for instructors to create questions that expect a free-text response.

Installation

System Administrator

To install the XBlock on your platform, add the following to your requirements.txt file:

xblock-free-text-response

You'll also need to add this to your INSTALLED_APPS:

freetextresponse

Course Staff

To install the XBlock in your course, access your Advanced Module List:

Settings -> Advanced Settings -> Advanced Module List

and add the following:

freetextresponse

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 74.6%Language:JavaScript 9.7%Language:Makefile 7.9%Language:CSS 4.1%Language:HTML 3.3%Language:Dockerfile 0.3%