Commit aa87d111 by Christina Roberts

Merge pull request #908 from edx/christina/ora-assets

Update for xblock static file handling.
parents 0fdfd360 9cefab5b
...@@ -114,6 +114,8 @@ class OpenAssessmentBlock( ...@@ -114,6 +114,8 @@ class OpenAssessmentBlock(
): ):
"""Displays a prompt and provides an area where students can compose a response.""" """Displays a prompt and provides an area where students can compose a response."""
public_dir = 'static'
submission_start = String( submission_start = String(
default=DEFAULT_START, scope=Scope.settings, default=DEFAULT_START, scope=Scope.settings,
help="ISO-8601 formatted string representing the submission start date." help="ISO-8601 formatted string representing the submission start date."
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
-r wheels.txt -r wheels.txt
# edX Internal Requirements # edX Internal Requirements
git+https://github.com/edx/XBlock.git@xblock-0.4.1#egg=XBlock==0.4.1 git+https://github.com/edx/XBlock.git@xblock-0.4.10#egg=XBlock==0.4.10
# edx-submissions # edx-submissions
git+https://github.com/edx/edx-submissions.git@1.1.0#egg=edx-submissions==1.1.0 git+https://github.com/edx/edx-submissions.git@1.1.0#egg=edx-submissions==1.1.0
......
#!/usr/bin/env bash #!/usr/bin/env bash
MAX_PEP8_VIOLATIONS=113 MAX_PEP8_VIOLATIONS=110
mkdir -p test/logs mkdir -p test/logs
PEP8_VIOLATIONS=test/logs/pep8.txt PEP8_VIOLATIONS=test/logs/pep8.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment