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
7a282a9c
Commit
7a282a9c
authored
Mar 20, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited comments, ran pep8
parent
911308cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/djangoapps/terrain/steps.py
+1
-1
lms/djangoapps/courseware/features/problems.py
+1
-1
No files found.
common/djangoapps/terrain/steps.py
View file @
7a282a9c
...
...
@@ -143,7 +143,7 @@ def log_in(username, password):
assert
(
user
is
not
None
and
user
.
is_active
)
# Send a fake HttpRequest to log the user in
# We need to process the request using
# We need to process the request using
# Session middleware and Authentication middleware
# to ensure that session state can be stored
request
=
HttpRequest
()
...
...
lms/djangoapps/courseware/features/problems.py
View file @
7a282a9c
...
...
@@ -215,7 +215,7 @@ def reset_problem(step):
# Dictionaries that map problem types to the css selectors
# for correct/incorrect marks.
# for correct/incorrect
/unanswered
marks.
# The elements are lists of selectors because a particular problem type
# might be marked in multiple ways.
# For example, multiple choice is marked incorrect differently
...
...
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