forked from openedx/credentials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1d2e33
commit 4c9d2f5
Showing
2 changed files
with
108 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,24 @@ | ||
Badges (DRAFT) | ||
Badges (in progress) | ||
============== | ||
|
||
**Badges** are an another kind of **credentials**. | ||
The Badges feature allows learners to earn achievements (badges) for their learning activities. | ||
|
||
- **Badge Template** is another kind of **credential**. | ||
- **Badge** is another kind of **user credential**. | ||
|
||
Badges feature is briefly described by the following items: | ||
|
||
- System allows `badge templates management`_. | ||
- Each badge must be configured with its `requirements`_. | ||
- System `analyzes`_ user-specific events and controls badge requirements `fulfillment`_ by learners. | ||
- On `badge completion`_ learners are awarded the badge. | ||
- Earned badges are `collected`_ for learners within Credentials service. | ||
- System allows `badges distribution`_ to external services via pluggable backends. | ||
Current Badges version is highly integrated with the `Credly (by Pearson)`_ service, but it is fully prepared to be used separately. | ||
|
||
---- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
quickstart | ||
configuration | ||
processing | ||
collecting | ||
distribution | ||
details | ||
|
||
.. _badge templates management: configuration.html#badge-templates-management | ||
.. _requirements: configuration.html#requirements-setup | ||
.. _analyzes: processing.html | ||
.. _fulfillment: processing.html | ||
.. _badge completion: processing.html | ||
.. _collected: collecting.html | ||
.. _relevant API endpoints: data.html | ||
.. _badges distribution: distribution.html | ||
.. configuration | ||
.. processing | ||
.. collecting | ||
.. distribution | ||
.. details | ||
|
||
.. _Credly (by Pearson): https://info.credly.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters