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
49162760
Commit
49162760
authored
Jun 04, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaks to the exit survey.
parent
c62963f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
djangoapps/courseware/views.py
+4
-0
templates/profile.html
+1
-0
No files found.
djangoapps/courseware/views.py
View file @
49162760
...
...
@@ -125,6 +125,10 @@ def profile(request, student_id = None):
except
GeneratedCertificate
.
DoesNotExist
:
#They haven't submited the request form
certificate_requested
=
False
if
settings
.
DEBUG_SURVEY
:
certificate_requested
=
False
context
.
update
({
'certificate_requested'
:
certificate_requested
,
'certificate_download_url'
:
certificate_download_url
,
...
...
templates/profile.html
View file @
49162760
...
...
@@ -456,6 +456,7 @@ $(function() {
<div
id=
"survey_survey_holder"
>
<fieldset
id=
"survey_fieldset"
>
<h1>
Please take this short survey about 6.002x.
</h1>
<p>
This survey is collected only for research purposes. It is completely optional and will not affect your grade.
</p>
<div
id=
"survey_error"
>
</div>
...
...
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