Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
ba3ac72c
Commit
ba3ac72c
authored
9 years ago
by
Piotr Mitros
Browse files
Options
Downloads
Patches
Plain Diff
Add RateXBlock
parent
8afb3605
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/envs/common.py
+3
-4
3 additions, 4 deletions
cms/envs/common.py
requirements/edx/github.txt
+1
-0
1 addition, 0 deletions
requirements/edx/github.txt
with
4 additions
and
4 deletions
cms/envs/common.py
+
3
−
4
View file @
ba3ac72c
...
...
@@ -974,15 +974,14 @@ ADVANCED_COMPONENT_TYPES = [
'
pb-dashboard
'
,
'
poll
'
,
'
survey
'
,
# XBlocks from pmitros repos are prototypes. They should not be used
# except for edX Learning Sciences experiments on edge.edx.org without
# further work to make them robust, maintainable, finalize data formats,
# etc.
# Some of the XBlocks from pmitros repos are sometimes prototypes.
# Use with caution.
'
concept
'
,
# Concept mapper. See https://github.com/pmitros/ConceptXBlock
'
done
'
,
# Lets students mark things as done. See https://github.com/pmitros/DoneXBlock
'
audio
'
,
# Embed an audio file. See https://github.com/pmitros/AudioXBlock
'
recommender
'
,
# Crowdsourced recommender. Prototype by dli&pmitros. Intended for roll-out in one place in one course.
'
profile
'
,
# Prototype user profile XBlock. Used to test XBlock parameter passing. See https://github.com/pmitros/ProfileXBlock
'
rate
'
,
# Allows up-down voting of course content. See https://github.com/pmitros/RateXBlock
'
split_test
'
,
'
combinedopenended
'
,
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/github.txt
+
1
−
0
View file @
ba3ac72c
...
...
@@ -49,6 +49,7 @@ git+https://github.com/edx/i18n-tools.git@v0.1.3#egg=i18n-tools==v0.1.3
git+https://github.com/edx/edx-oauth2-provider.git@0.5.7#egg=oauth2-provider==0.5.7
-e git+https://github.com/edx/edx-val.git@0.0.6#egg=edx-val
-e git+https://github.com/pmitros/RecommenderXBlock.git@518234bc354edbfc2651b9e534ddb54f96080779#egg=recommender-xblock
-e git+https://github.com/pmitros/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
-e git+https://github.com/edx/edx-search.git@release-2015-09-11a#egg=edx-search
-e git+https://github.com/edx/edx-milestones.git@9b44a37edc3d63a23823c21a63cdd53ef47a7aa4#egg=edx-milestones
git+https://github.com/edx/edx-lint.git@c5745631d2eee4e2efe8c31fa7b42fe2c12a0755#egg=edx_lint==0.2.7
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment