Skip to content

Commit

Permalink
Add new questions ready for SAYT (#28)
Browse files Browse the repository at this point in the history
* Add new questions ready for SAYT
  • Loading branch information
LJBabbage authored Apr 3, 2020
1 parent 388e57a commit daa4058
Show file tree
Hide file tree
Showing 75 changed files with 2,060 additions and 743 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local question(title) = {
local nonProxyTitle = 'What was your age on your last birthday?';

local proxyTitle = {
text: 'What was {person_name_possessive} age on their last birthday?',
text: 'What was <em>{person_name_possessive}</em> age on their last birthday?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local nonProxyTitle = {
],
};
local proxyTitle = {
text: 'Is there another UK address where {person_name} may have been included on a census questionnaire because they were a usual resident, or staying overnight there on Sunday {census_date}?',
text: 'Is there another UK address where <em>{person_name}</em> may have been included on a census questionnaire because they were a usual resident, or staying overnight there on Sunday {census_date}?',
placeholders: [
placeholders.personName,
placeholders.censusDate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local nonProxyTitle = {
};

local proxyTitle = {
text: '{person_name} is {age} old. Is this correct?',
text: '<em>{person_name}</em> is {age} old. Is this correct?',
placeholders: [
placeholders.personName,
dateOfBirthPlaceholder,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local question(title) = {

local nonProxyTitle = 'Were you born in the UK?';
local proxyTitle = {
text: 'Was {person_name} born in the UK?',
text: 'Was <em>{person_name}</em> born in the UK?',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local question(title) = {
local nonProxyTitle = 'What is your date of birth?';

local proxyTitle = {
text: 'What is {person_name_possessive} date of birth?',
text: 'What is <em>{person_name_possessive}</em> date of birth?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ local nonProxyTitle = {
};

local proxyTitle = {
text: 'During the week of 15 to {census_date}, was {person_name} doing any of the following?',
text: 'During the week of 15 to {census_date}, was <em>{person_name}</em> doing any of the following?',
placeholders: [
placeholders.personName,
placeholders.censusDate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ local nonProxyTitle = {
};

local proxyTitle = {
text: 'Which of the following describes what {person_name} was doing during the week of 15 to {census_date}?',
text: 'Which of the following describes what <em>{person_name}</em> was doing during the week of 15 to {census_date}?',
placeholders: [
placeholders.personName,
placeholders.censusDate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local rules = import 'rules.libsonnet';

local nonProxyTitle = 'What is your ethnic group?';
local proxyTitle = {
text: 'What is {person_name_possessive} ethnic group?',
text: 'What is <em>{person_name_possessive}</em> ethnic group?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local question(title) = {

local nonProxyTitle = 'Which one best describes your Asian or Asian British ethnic group or background?';
local proxyTitle = {
text: 'Which one best describes {person_name_possessive} Asian or Asian British ethnic group or background?',
text: 'Which one best describes <em>{person_name_possessive}</em> Asian or Asian British ethnic group or background?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local question(title) = {

local nonProxyTitle = 'Which one best describes your Black, Black British, Caribbean or African ethnic group or background?';
local proxyTitle = {
text: 'Which one best describes {person_name_possessive} Black, Black British, Caribbean or African ethnic group or background?',
text: 'Which one best describes <em>{person_name_possessive}</em> Black, Black British, Caribbean or African ethnic group or background?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local question(title) = {

local nonProxyTitle = 'Which one best describes your Mixed or Multiple ethnic group or background?';
local proxyTitle = {
text: 'Which one best describes {person_name_possessive} Mixed or Multiple ethnic group or background?',
text: 'Which one best describes <em>{person_name_possessive}</em> Mixed or Multiple ethnic group or background?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local question(title) = {

local nonProxyTitle = 'Which one best describes your other ethnic group or background?';
local proxyTitle = {
text: 'Which one best describes {person_name_possessive} other ethnic group or background?',
text: 'Which one best describes <em>{person_name_possessive}</em> other ethnic group or background?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local rules = import 'rules.libsonnet';

local nonProxyTitle = 'Which one best describes your White ethnic group or background?';
local proxyTitle = {
text: 'Which one best describes {person_name_possessive} White ethnic group or background?',
text: 'Which one best describes <em>{person_name_possessive}</em> White ethnic group or background?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local nonProxyUnder19Title = {
};

local proxyUnder19Title = {
text: 'On {census_date}, was {person_name} a schoolchild or student in full-time education?',
text: 'On {census_date}, was <em>{person_name}</em> a schoolchild or student in full-time education?',
placeholders: [
placeholders.personName,
placeholders.censusDate,
Expand All @@ -47,7 +47,7 @@ local nonProxyOver19Title = {
};

local proxyOver19Title = {
text: 'On {census_date}, was {person_name} a student in full-time education?',
text: 'On {census_date}, was <em>{person_name}</em> a student in full-time education?',
placeholders: [
placeholders.personName,
placeholders.censusDate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local placeholders = import '../../../lib/placeholders.libsonnet';
contents: [
{
description: {
text: 'In this section, I’m going to ask you questions about {person_name}.',
text: 'In this section, I’m going to ask you questions about <em>{person_name}</em>.',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local question(title) = {
local nonProxyTitle = 'Including the time you have already spent here, how long do you intend to stay in the United Kingdom?';

local proxyTitle = {
text: 'Including the time they have already spent here, how long does {person_name} intend to stay in the United Kingdom?',
text: 'Including the time they have already spent here, how long does <em>{person_name}</em> intend to stay in the United Kingdom?',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local nonProxyTitle = {
],
};
local proxyTitle = {
text: 'On {census_date}, what was {person_name_possessive} legal marital or registered civil partnership status?',
text: 'On {census_date}, what was <em>{person_name_possessive}</em> legal marital or registered civil partnership status?',
placeholders: [
placeholders.censusDate,
placeholders.personNamePossessive,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local question(title) = {
local nonProxyTitle = 'What is the other address where you may have been included on a Census questionnaire?';

local proxyTitle = {
text: 'What is the other address where {person_name} may have been included on a Census questionnaire?',
text: 'What is the other address where <em>{person_name}</em> may have been included on a Census questionnaire?',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ local nonProxyTitle = {
],
};
local proxyTitle = {
text: 'One year ago, on {year_before_census_date}, what was {person_name_possessive} usual address?',
text: 'One year ago, on {year_before_census_date}, what was <em>{person_name_possessive}</em> usual address?',
placeholders: [
placeholders.personNamePossessive,
placeholders.yearBeforeCensusDate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local question(title) = {

local nonProxyTitle = 'Can I confirm your sex?';
local proxyTitle = {
text: 'What is {person_name_possessive} sex?',
text: 'What is <em>{person_name_possessive}</em> sex?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local question(title, options) = {

local nonProxyTitle = 'During term time, where did you usually live?';
local proxyTitle = {
text: 'During term time, where did {person_name} usually live?',
text: 'During term time, where did <em>{person_name}</em> usually live?',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local rules = import 'rules.libsonnet';
description: '',
type: 'MutuallyExclusive',
title: {
text: 'What is {person_name_possessive} date of birth?',
text: 'What is <em>{person_name_possessive}</em> date of birth?',
placeholders: [placeholders.personNamePossessive],
},
mandatory: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local rules = import 'rules.libsonnet';
question: {
id: 'visitor-sex-question',
title: {
text: 'What is {person_name_possessive} sex?',
text: 'What is <em>{person_name_possessive}</em> sex?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local rules = import 'rules.libsonnet';
question: {
id: 'usual-address-household-question',
title: {
text: 'Did {person_name} usually live in the United Kingdom?',
text: 'Did <em>{person_name}</em> usually live in the United Kingdom?',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local rules = import 'rules.libsonnet';
question: {
id: 'usual-address-details-question',
title: {
text: 'What is {person_name_possessive} usual UK address?',
text: 'What is <em>{person_name_possessive}</em> usual UK address?',
placeholders: [
placeholders.personNamePossessive,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local rules = import 'rules.libsonnet';
description: '',
type: 'General',
title: {
text: 'What was {person_name_possessive} age on their last birthday?',
text: 'What was <em>{person_name_possessive}</em> age on their last birthday?',
placeholders: [placeholders.personNamePossessive],
},
answers: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local placeholders = import '../../../lib/placeholders.libsonnet';
contents: [
{
description: {
text: 'In this section, I’m going to ask you about your visitor, {person_name}.',
text: 'In this section, I’m going to ask you about your visitor, <em>{person_name}</em>.',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ local questionTitle = {
};

local primaryEditPersonQuestionTitle = {
text: 'Change details for {person_name} (You)',
text: 'Change details for <em>{person_name}</em> (You)',
placeholders: [
placeholders.personName,
],
};

local nonPrimaryEditPersonQuestionTitle = {
text: 'Change details for {person_name}',
text: 'Change details for <em>{person_name}</em>',
placeholders: [
placeholders.personName,
],
Expand Down Expand Up @@ -197,7 +197,7 @@ local editQuestion(questionTitle) = {
}],
},
title: {
text: 'Are you sure you want to remove {person_name}?',
text: 'Are you sure you want to remove <em>{person_name}</em>?',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ local placeholders = import '../../../lib/placeholders.libsonnet';
local rules = import 'rules.libsonnet';

local primaryEditPersonQuestionTitle = {
text: 'Change details for {person_name} (You)',
text: 'Change details for <em>{person_name}</em> (You)',
placeholders: [
placeholders.personName,
],
};

local nonPrimaryEditPersonQuestionTitle = {
text: 'Change details for {person_name}',
text: 'Change details for <em>{person_name}</em>',
placeholders: [
placeholders.personName,
],
Expand Down Expand Up @@ -155,7 +155,7 @@ local editQuestion(questionTitle) = {
}],
},
title: {
text: 'Are you sure you want to remove {person_name}?',
text: 'Are you sure you want to remove <em>{person_name}</em>?',
placeholders: [
placeholders.personName,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ local rules = import 'rules.libsonnet';
id: 'visitor-edit-question',
type: 'General',
title: {
text: 'Change details for {person_name}',
text: 'Change details for <em>{person_name}</em>',
placeholders: [
placeholders.personName,
],
Expand Down Expand Up @@ -112,7 +112,7 @@ local rules = import 'rules.libsonnet';
}],
},
title: {
text: 'Are you sure you want to remove {person_name}?',
text: 'Are you sure you want to remove <em>{person_name}</em>?',
placeholders: [
placeholders.personName,
],
Expand Down
Loading

0 comments on commit daa4058

Please sign in to comment.