Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
xblock-drag-and-drop-v2
Commits
292c2baf
Commit
292c2baf
authored
Nov 08, 2016
by
Eugeny Kolpakov
Committed by
GitHub
Nov 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #109 from edx-solutions/v2.0.12
Bumped DnDv2 version to 2.0.12
parents
73ea5963
e9009a8e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
.travis.yml
+1
-1
Changelog.md
+12
-0
setup.py
+1
-1
No files found.
.travis.yml
View file @
292c2baf
...
...
@@ -12,7 +12,7 @@ install:
-
"
pip
install
selenium==2.53.0"
-
"
pip
uninstall
-y
xblock-drag-and-drop-v2"
-
"
python
setup.py
sdist"
-
"
pip
install
dist/xblock-drag-and-drop-v2-2.0.1
1
.tar.gz"
-
"
pip
install
dist/xblock-drag-and-drop-v2-2.0.1
2
.tar.gz"
script
:
-
pep8 drag_and_drop_v2 tests --max-line-length=120
-
pylint drag_and_drop_v2
...
...
Changelog.md
View file @
292c2baf
Version 2.0.12 (2016-11-08)
---------------------------
*
(
[
#108
](
https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/108
)
) Grading updates:
*
[
SOL-2030
][
sol-2030
]
Grade information is now displayed beneath the display name of the problem (similar to CAPA)
*
[
SOL-2094
][
sol-2094
]
Fixed problem preventing DnDv2 blocks from being scored or graded.
*
Highest grade achieved is now displayed in feedback area
*
Renamed "Maximum score" field to "Problem Weight" to be in line with CAPA problems and avoid confusion.
[
sol-2030
]:
https://openedx.atlassian.net/browse/SOL-2030
[
sol-2094
]:
https://openedx.atlassian.net/browse/SOL-2094
Version 2.0.11 (2016-10-03)
---------------------------
...
...
setup.py
View file @
292c2baf
...
...
@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
setup
(
name
=
'xblock-drag-and-drop-v2'
,
version
=
'2.0.1
1
'
,
version
=
'2.0.1
2
'
,
description
=
'XBlock - Drag-and-Drop v2'
,
packages
=
[
'drag_and_drop_v2'
],
install_requires
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment