Commit 275cb0c5 by Bridger Maxwell

Changed styling a bit in survey_questions.

parent 2ed1e3d8
...@@ -70,7 +70,7 @@ exit_survey_questions = { ...@@ -70,7 +70,7 @@ exit_survey_questions = {
{'type' : 'radio', {'type' : 'radio',
'question_name' : 'scholarship_secondary', 'question_name' : 'scholarship_secondary',
'label' : 'Did you receive any scholarship or financial assistance to attend <b>secondary school</b>?', 'label' : 'Did you receive any scholarship or financial assistance to attend <strong>secondary school</strong>?',
'choices' : [ 'choices' : [
'Yes', 'Yes',
'No', 'No',
...@@ -78,7 +78,7 @@ exit_survey_questions = { ...@@ -78,7 +78,7 @@ exit_survey_questions = {
{'type' : 'radio', {'type' : 'radio',
'question_name' : 'scholarship_college', 'question_name' : 'scholarship_college',
'label' : 'Did you receive any scholarship or financial assistanche to attend <b>college/university</b>?', 'label' : 'Did you receive any scholarship or financial assistanche to attend <strong>college/university</strong>?',
'choices' : [ 'choices' : [
'Yes', 'Yes',
'No', 'No',
...@@ -185,7 +185,7 @@ exit_survey_questions = { ...@@ -185,7 +185,7 @@ exit_survey_questions = {
{'type' : 'radio', {'type' : 'radio',
'question_name' : 'book_count', 'question_name' : 'book_count',
'label' : 'How many books are there in your home? <br/><i>(There are usually about 40 books per meter of shelving. Do not include magazines, newspapers, or schoolbooks in your estimate.)</i>', 'label' : 'How many books are there in your home? <br/><em>(There are usually about 40 books per meter of shelving. Do not include magazines, newspapers, or schoolbooks in your estimate.)</em>',
'choices' : [ 'choices' : [
'0-10 books', '0-10 books',
'11-25 books', '11-25 books',
......
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