Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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
edx
edx-ora2
Commits
aa87d111
Commit
aa87d111
authored
Jun 06, 2016
by
Christina Roberts
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #908 from edx/christina/ora-assets
Update for xblock static file handling.
parents
0fdfd360
9cefab5b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
openassessment/xblock/openassessmentblock.py
+2
-0
requirements/base.txt
+1
-1
scripts/run-pep8.sh
+1
-1
No files found.
openassessment/xblock/openassessmentblock.py
View file @
aa87d111
...
@@ -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."
...
...
requirements/base.txt
View file @
aa87d111
...
@@ -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.1
0#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
...
...
scripts/run-pep8.sh
View file @
aa87d111
#!/usr/bin/env bash
#!/usr/bin/env bash
MAX_PEP8_VIOLATIONS
=
11
3
MAX_PEP8_VIOLATIONS
=
11
0
mkdir
-p
test
/logs
mkdir
-p
test
/logs
PEP8_VIOLATIONS
=
test
/logs/pep8.txt
PEP8_VIOLATIONS
=
test
/logs/pep8.txt
...
...
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