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
9ee8b891
Commit
9ee8b891
authored
Jun 05, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Big changes to the survey questions after talking with Piotr.
parent
284f081a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
23 deletions
+58
-23
djangoapps/student/survey_questions.py
+57
-22
templates/profile.html
+1
-1
No files found.
djangoapps/student/survey_questions.py
View file @
9ee8b891
...
@@ -28,13 +28,67 @@ exit_survey_questions = {
...
@@ -28,13 +28,67 @@ exit_survey_questions = {
{
'type'
:
'checkbox'
,
{
'type'
:
'checkbox'
,
'question_name'
:
'future_offerings'
,
'question_name'
:
'future_offerings'
,
'label'
:
'Please inform me of opportunities to help with future offerings of
6.002x
, such as staffing discussiong forums or developing content.'
},
'label'
:
'Please inform me of opportunities to help with future offerings of
this course
, such as staffing discussiong forums or developing content.'
},
{
'type'
:
'checkbox'
,
{
'type'
:
'checkbox'
,
'question_name'
:
'6002x_updates'
,
'question_name'
:
'future_updates'
,
'label'
:
'Please subscribe me to periodic updates about additional topics, refreshers, and follow-ups for topics in 6.002x.'
},
'label'
:
'Please subscribe me to periodic updates about additional topics, refreshers, and follow-ups for topics in this course.'
},
{
'type'
:
'medium_field'
,
'question_name'
:
'favorite_parts'
,
'label'
:
'What were your favorite parts of this course? We would love to hear your comments on the course or the platform.'
},
{
'type'
:
'radio'
,
'question_name'
:
'rating'
,
'label'
:
'How would you rate this course?'
,
'choices'
:
[
'1 - I hated it. I didn
\'
t learn anything.'
,
'2'
,
'3'
,
'4 - It was pretty good, but could use some improvement.'
,
'5'
,
'6'
,
'7 - Absolutely amazing. I learned a great deal.'
,
]},
],
],
'random_questions'
:
[
'random_questions'
:
[
# New, needs review
{
'type'
:
'radio'
,
'question_name'
:
'university_comparison'
,
'label'
:
'How would you compare this course to an equivalent university course, if you have taken one?'
,
'choices'
:
[
'This course was <strong>much worse</strong> than the university class.'
,
'This course was <strong>on the same level</strong> as the university class.'
,
'This course was <strong>much better</strong> than the university class.'
,
'I have not taken an equivalent university class.'
,
]},
{
'type'
:
'select_many'
,
'question_name'
:
'smartphone_usage'
,
'label'
:
'Are you interested in taking edX courses from a mobile device, such as a smartphone? (Chech all that apply.)'
,
'choices'
:
[
'I would like to use a mobile device my <strong>primary</strong> way of taking edX courses.'
,
'I would like to use a mobile device to <strong>sometimes</strong> access edX courses.'
,
'I would <strong>not</strong> like to use a mobile device with edX courses.'
,
'I use an Android device.'
,
'I use an iPhone or iPod Touch.'
,
'I use an iPad.'
,
'I use a different internet-capable mobile device.'
,
'I do not use an internet-capable mobile device.'
,
]},
{
'type'
:
'medium_field'
,
'question_name'
:
'improvement_ideas'
,
'label'
:
'Do you have any ideas on how to improve this course or the edX platform?'
},
# Level of bandwidth
# Speed of computer/RAM/etc.
# Size of monitor
# Own a tablet?
{
'type'
:
'radio'
,
{
'type'
:
'radio'
,
'question_name'
:
'teach_ee'
,
'question_name'
:
'teach_ee'
,
'label'
:
'Do you teach electrical engineering (EE)?'
,
'label'
:
'Do you teach electrical engineering (EE)?'
,
...
@@ -120,26 +174,7 @@ exit_survey_questions = {
...
@@ -120,26 +174,7 @@ exit_survey_questions = {
'Other'
,
'Other'
,
]},
]},
# New, needs review
{
'type'
:
'select_many'
,
'question_name'
:
'smartphone_usage'
,
'label'
:
'Are you interested in taking edX courses from a mobile device, such as a smartphone? (Chech all that apply.)'
,
'choices'
:
[
'I would like to use a mobile device my <strong>primary</strong> way of taking edX courses.'
,
'I would like to use a mobile device to <strong>sometimes</strong> access edX courses.'
,
'I would <strong>not</strong> like to use a mobile device with edX courses.'
,
'I use an Android device.'
,
'I use an iPhone or iPod Touch.'
,
'I use an iPad.'
,
'I use a different internet-capable mobile device.'
,
'I do not use an internet-capable mobile device.'
,
]},
# Level of bandwidth
# Speed of computer/RAM/etc.
# Size of monitor
# Own a tablet?
{
'type'
:
'radio'
,
{
'type'
:
'radio'
,
'question_name'
:
'work_offline'
,
'question_name'
:
'work_offline'
,
'label'
:
'Have you worked <b>offline</b> with anyone on the MITx material?'
,
'label'
:
'Have you worked <b>offline</b> with anyone on the MITx material?'
,
...
...
templates/profile.html
View file @
9ee8b891
...
@@ -475,7 +475,7 @@ $(function() {
...
@@ -475,7 +475,7 @@ $(function() {
<form
id=
"survey_form"
>
<form
id=
"survey_form"
>
<div
id=
"survey_survey_holder"
>
<div
id=
"survey_survey_holder"
>
<fieldset
id=
"survey_fieldset"
>
<fieldset
id=
"survey_fieldset"
>
<h1>
Please take this optional survey about 6.002x
.
</h1>
<h1>
Thank you for taking 6.002x! You could help us a lot by filling out this (optional) survey
.
</h1>
<p>
This survey is collected only for research purposes. It is completely optional and will not affect your grade.
</p>
<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>
...
...
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