Metadata-Version: 2.1
Name: xblock-free-text-response
Version: 4.1.0
Summary: A configurable, open text-type response
Home-page: https://github.com/Stanford-Online/xblock-free-text-response
Author: stv
Author-email: stv@stanford.edu
License: AGPL-3.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.11
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Topic :: Education
Classifier: Topic :: Internet :: WWW/HTTP
License-File: LICENSE
Requires-Dist: Django
Requires-Dist: XBlock
Requires-Dist: six

Free Text Response XBlock
================================

XBlock to capture a free-text response.

|badge-ci|
|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



.. |badge-coveralls| image:: https://coveralls.io/repos/github/Stanford-Online/xblock-free-text-response/badge.svg?branch=master
   :target: https://coveralls.io/github/Stanford-Online/xblock-free-text-response?branch=master
.. |badge-ci| image:: https://github.com/openedx/xblock-free-text-response/workflows/Python%20CI/badge.svg?branch=master
   :target: https://github.com/openedx/xblock-free-text-response/actions?query=workflow%3A%22Python+CI%22
