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
56ffa666
Commit
56ffa666
authored
Jun 12, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More survey questions.
parent
23e5d03d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
101 additions
and
0 deletions
+101
-0
djangoapps/student/survey_questions.py
+101
-0
No files found.
djangoapps/student/survey_questions.py
View file @
56ffa666
...
...
@@ -111,6 +111,107 @@ exit_survey_questions = {
'question_name'
:
'improvement_ideas'
,
'label'
:
'Do you have any ideas on how to improve this course or the edX platform?'
},
{
'type'
:
'radio'
,
'question_name'
:
'rating_tutorials'
,
'label'
:
'How helpful were the tutorials?'
,
'choices'
:
[
'1 - Useless.'
,
'2'
,
'3'
,
'4 - Okay.'
,
'5'
,
'6'
,
'7 - Excellent.'
,
'0 - Not Applicable / I didn
\'
t use them'
,
]},
{
'type'
:
'medium_field'
,
'question_name'
:
'improvement_tutorials'
,
'label'
:
'What would you most like to see improved in the tutorials?'
},
{
'type'
:
'radio'
,
'question_name'
:
'rating_lectures'
,
'label'
:
'How helpful were the lectures?'
,
'choices'
:
[
'1 - Useless.'
,
'2'
,
'3'
,
'4 - Okay.'
,
'5'
,
'6'
,
'7 - Excellent.'
,
'0 - Not Applicable / I didn
\'
t use them'
,
]},
{
'type'
:
'medium_field'
,
'question_name'
:
'improvement_lectures'
,
'label'
:
'What would you most like to see improved in the lectures?'
},
{
'type'
:
'radio'
,
'question_name'
:
'rating_homework'
,
'label'
:
'How helpful were the homeworks?'
,
'choices'
:
[
'1 - Useless.'
,
'2'
,
'3'
,
'4 - Okay.'
,
'5'
,
'6'
,
'7 - Excellent.'
,
'0 - Not Applicable / I didn
\'
t use them'
,
]},
{
'type'
:
'medium_field'
,
'question_name'
:
'improvement_homework'
,
'label'
:
'What would you most like to see improved in the homeworks?'
},
{
'type'
:
'radio'
,
'question_name'
:
'rating_labs'
,
'label'
:
'How helpful were the labs?'
,
'choices'
:
[
'1 - Useless.'
,
'2'
,
'3'
,
'4 - Okay.'
,
'5'
,
'6'
,
'7 - Excellent.'
,
'0 - Not Applicable / I didn
\'
t use them'
,
]},
{
'type'
:
'medium_field'
,
'question_name'
:
'improvement_labs'
,
'label'
:
'What would you most like to see improved in the labs?'
},
{
'type'
:
'radio'
,
'question_name'
:
'rating_textbook'
,
'label'
:
'How helpful was the textbook?'
,
'choices'
:
[
'1 - Useless.'
,
'2'
,
'3'
,
'4 - Okay.'
,
'5'
,
'6'
,
'7 - Excellent.'
,
'0 - Not Applicable / I didn
\'
t use them'
,
]},
{
'type'
:
'medium_field'
,
'question_name'
:
'improvement_textbook'
,
'label'
:
'What would you most like to see improved in the textbook?'
},
# Level of bandwidth
# Speed of computer/RAM/etc.
...
...
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