Metadata-Version: 2.1
Name: instruqt-xblock
Version: 0.2.0
Summary: XBlock to embed Instruqt track in Open edX
Home-page: https://github.com/edly-io/instruqt-xblock
Author: edly
Author-email: admin@edly.io
License: AGPL 3.0
Keywords: Python edx
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3.5
License-File: LICENSE.txt

XBlock to embed Instruqt track in Open edX
##########################################

About Instruqt
**************

Instruqt is a hands-on virtual IT Lab Platform for interactive learning. Virtual IT labs provide learners with hands-on sandbox environments.
Learners can use the platform to learn about products and technology.

About Instruqt XBlock
*********************

Instruqt XBlock allows Open edX users to embed Instruqt tracks inside an Open edX course. It provides ability to track
learner progress and reflects track completion in Open edX. Using this block instructor can compute score of a track using this
formula::


    $ SCORE = NUMBER OF COMPLETED CHALLENGES / TOTAL CHALLENGES IN TRACK


How to use Instruqt XBlock
**************************

Instruqt XBlock can be installed using pip::


    $ pip install instruqt-xblock

Once installed add ``instruqtxblock`` in advanced module list of course advanced settings. It should availabe in Advanced component list of course unit afterwards.


Change Log
##########

..
   All enhancements and patches to instruqtxblock will be documented
   in this file.  It adheres to the structure of https://keepachangelog.com/ ,
   but in reStructuredText instead of Markdown (for ease of incorporation into
   Sphinx documentation and the PyPI description).

   This project adheres to Semantic Versioning (https://semver.org/).

.. There should always be an "Unreleased" section for changes pending release.

Unreleased
**********

*

[0.1.0] - 2022-09-06
************************************************

Added
=====

* First release on PyPI.


