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
dca9ea7a
Commit
dca9ea7a
authored
Aug 22, 2016
by
Malik Shahzad
Committed by
GitHub
Aug 22, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13278 from edx/malikshahzad228/SOL-2017
(WIP) SOL-2017: Unused code removed.
parents
91e38470
062230b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
cms/djangoapps/contentstore/views/entrance_exam.py
+0
-7
No files found.
cms/djangoapps/contentstore/views/entrance_exam.py
View file @
dca9ea7a
...
...
@@ -131,13 +131,6 @@ def _create_entrance_exam(request, course_key, entrance_exam_minimum_score_pct=N
return
HttpResponse
(
status
=
400
)
# Create the entrance exam item (currently it's just a chapter)
payload
=
{
'category'
:
"chapter"
,
'display_name'
:
_
(
"Entrance Exam"
),
'parent_locator'
:
unicode
(
course
.
location
),
'is_entrance_exam'
:
True
,
'in_entrance_exam'
:
True
,
}
parent_locator
=
unicode
(
course
.
location
)
created_block
=
create_xblock
(
parent_locator
=
parent_locator
,
...
...
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