Commit 49162760 by Bridger Maxwell

Tweaks to the exit survey.

parent c62963f9
...@@ -125,6 +125,10 @@ def profile(request, student_id = None): ...@@ -125,6 +125,10 @@ def profile(request, student_id = None):
except GeneratedCertificate.DoesNotExist: except GeneratedCertificate.DoesNotExist:
#They haven't submited the request form #They haven't submited the request form
certificate_requested = False certificate_requested = False
if settings.DEBUG_SURVEY:
certificate_requested = False
context.update({'certificate_requested' : certificate_requested, context.update({'certificate_requested' : certificate_requested,
'certificate_download_url' : certificate_download_url, 'certificate_download_url' : certificate_download_url,
......
...@@ -456,6 +456,7 @@ $(function() { ...@@ -456,6 +456,7 @@ $(function() {
<div id="survey_survey_holder"> <div id="survey_survey_holder">
<fieldset id="survey_fieldset"> <fieldset id="survey_fieldset">
<h1>Please take this short survey about 6.002x.</h1> <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> <div id="survey_error"> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment