Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
c60cb6a6
Commit
c60cb6a6
authored
Jun 13, 2017
by
Eric Fischer
Committed by
GitHub
Jun 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15299 from edx/efischer/ora_rc
edx-ora2 1.4.2 release
parents
8ca5c11a
0272b84f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lms/static/js/instructor_dashboard/open_response_assessment.js
+5
-1
requirements/edx/github.txt
+1
-1
No files found.
lms/static/js/instructor_dashboard/open_response_assessment.js
View file @
c60cb6a6
...
...
@@ -7,11 +7,15 @@
function
OpenResponseAssessmentBlock
(
$section
)
{
this
.
$section
=
$section
;
this
.
$section
.
data
(
'wrapper'
,
this
);
this
.
initialized
=
false
;
}
OpenResponseAssessmentBlock
.
prototype
.
onClickTitle
=
function
()
{
var
block
=
this
.
$section
.
find
(
'.open-response-assessment'
);
XBlock
.
initializeBlock
(
$
(
block
).
find
(
'.xblock'
)[
0
]);
if
(
!
this
.
initialized
)
{
this
.
initialized
=
true
;
XBlock
.
initializeBlock
(
$
(
block
).
find
(
'.xblock'
)[
0
]);
}
};
return
OpenResponseAssessmentBlock
;
...
...
requirements/edx/github.txt
View file @
c60cb6a6
...
...
@@ -75,7 +75,7 @@ git+https://github.com/edx/lettuce.git@0.2.20.002#egg=lettuce==0.2.20.002
-e git+https://github.com/edx/event-tracking.git@0.2.1#egg=event-tracking==0.2.1
-e git+https://github.com/edx/django-splash.git@v0.2#egg=django-splash==0.2
-e git+https://github.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock
git+https://github.com/edx/edx-ora2.git@1.4.
1#egg=ora2==1.4.1
git+https://github.com/edx/edx-ora2.git@1.4.
2#egg=ora2==1.4.2
-e git+https://github.com/edx/edx-submissions.git@2.0.0#egg=edx-submissions==2.0.0
git+https://github.com/edx/ease.git@release-2015-07-14#egg=ease==0.1.3
git+https://github.com/edx/edx-val.git@0.0.13#egg=edxval==0.0.13
...
...
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