Skip to main content

A Tutor plugin for Xqueue (external grading system)

Project description

This is a plugin for Tutor that provides the Xqueue external grading system for Open edX platforms. If you don’t know what it is, you probably don’t need it.

Installation

The plugin is currently bundled with the binary releases of Tutor. If you have installed Tutor from source, you will have to install this plugin from source, too:

pip install tutor-xqueue

Then, to enable this plugin, run:

tutor plugins enable xqueue

Configuration

  • XQUEUE_AUTH_PASSWORD (default: "{{ 8|random_string }}")

  • XQUEUE_MYSQL_PASSWORD (default: "{{ 8|random_string }}")

  • XQUEUE_SECRET_KEY (default: "{{ 24|random_string }}")

  • XQUEUE_DOCKER_IMAGE (default: "overhangio/openedx-xqueue:{{ TUTOR_VERSION }}")

  • XQUEUE_AUTH_USERNAME (default: "lms")

  • XQUEUE_MYSQL_DATABASE (default: "xqueue"

  • XQUEUE_MYSQL_USERNAME (default: "xqueue")

These values can be modified with tutor config save --set PARAM_NAME=VALUE commands.

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

tutor-xqueue-0.1.3.tar.gz (4.2 kB view hashes)

Uploaded Source

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