Adds tags questionset for further testing
parent
ca97ab6abb
commit
d5498d9cb1
|
@ -16,6 +16,12 @@
|
|||
}
|
||||
model: questionnaire.questionnaire
|
||||
pk: 1
|
||||
- fields: {
|
||||
name: TagTest,
|
||||
redirect_url: /
|
||||
}
|
||||
model: questionnaire.questionnaire
|
||||
pk: 2
|
||||
- fields: {
|
||||
checks: '',
|
||||
heading: 001_TestQS,
|
||||
|
@ -36,6 +42,26 @@
|
|||
}
|
||||
model: questionnaire.questionset
|
||||
pk: 2
|
||||
- fields: {
|
||||
checks: '',
|
||||
heading: always,
|
||||
questionnaire: 2,
|
||||
sortid: 1,
|
||||
text_de: always shown,
|
||||
text_en: always shown,
|
||||
}
|
||||
model: questionnaire.questionset
|
||||
pk: 3
|
||||
- fields: {
|
||||
checks: 'iftag=testtag',
|
||||
heading: shown with testtag,
|
||||
questionnaire: 2,
|
||||
sortid: 2,
|
||||
text_de: shown with testtag,
|
||||
text_en: shown with testtag,
|
||||
}
|
||||
model: questionnaire.questionset
|
||||
pk: 4
|
||||
- fields: {
|
||||
cookies: null,
|
||||
created: !!timestamp '2009-05-15 10:19:03.905232',
|
||||
|
@ -50,6 +76,36 @@
|
|||
}
|
||||
model: questionnaire.runinfo
|
||||
pk: 1
|
||||
- fields: {
|
||||
cookies: null,
|
||||
created: !!timestamp '2009-05-15 10:19:03.905232',
|
||||
emailcount: 0,
|
||||
emailsent: !!timestamp '2009-05-16 15:05:11.775082',
|
||||
lastemailerror: null,
|
||||
questionset: 2,
|
||||
random: 'test:withtags',
|
||||
runid: 'test:withtags',
|
||||
state: '',
|
||||
subject: 1,
|
||||
tags: 'testtag'
|
||||
}
|
||||
model: questionnaire.runinfo
|
||||
pk: 2
|
||||
- fields: {
|
||||
cookies: null,
|
||||
created: !!timestamp '2009-05-15 10:19:03.905232',
|
||||
emailcount: 0,
|
||||
emailsent: !!timestamp '2009-05-16 15:05:11.775082',
|
||||
lastemailerror: null,
|
||||
questionset: 2,
|
||||
random: 'test:withouttags',
|
||||
runid: 'test:withouttags',
|
||||
state: '',
|
||||
subject: 1,
|
||||
tags: ''
|
||||
}
|
||||
model: questionnaire.runinfo
|
||||
pk: 3
|
||||
- fields: {
|
||||
completed: 2009-05-16,
|
||||
runid: 'test:test',
|
||||
|
@ -201,6 +257,42 @@
|
|||
}
|
||||
model: questionnaire.question
|
||||
pk: 12
|
||||
- fields: {
|
||||
checks: '',
|
||||
extra_de: '',
|
||||
extra_en: '',
|
||||
number: '12',
|
||||
questionset: 3,
|
||||
text_de: '[de] tag test always',
|
||||
text_en: '[en] tag test always',
|
||||
type: choice-multiple-freeform
|
||||
}
|
||||
model: questionnaire.question
|
||||
pk: 13
|
||||
- fields: {
|
||||
checks: 'iftag=testtag',
|
||||
extra_de: '',
|
||||
extra_en: '',
|
||||
number: '12',
|
||||
questionset: 3,
|
||||
text_de: '[de] tag test checked',
|
||||
text_en: '[en] tag test checked',
|
||||
type: choice-multiple-freeform
|
||||
}
|
||||
model: questionnaire.question
|
||||
pk: 14
|
||||
- fields: {
|
||||
checks: '',
|
||||
extra_de: '',
|
||||
extra_en: '',
|
||||
number: '12',
|
||||
questionset: 4,
|
||||
text_de: '[de] tag test always',
|
||||
text_en: '[en] tag test always',
|
||||
type: choice-multiple-freeform
|
||||
}
|
||||
model: questionnaire.question
|
||||
pk: 15
|
||||
- fields: {
|
||||
question: 9,
|
||||
sortid: 1,
|
||||
|
|
Loading…
Reference in New Issue