Adds tags questionset for further testing
parent
ca97ab6abb
commit
d5498d9cb1
|
@ -16,6 +16,12 @@
|
||||||
}
|
}
|
||||||
model: questionnaire.questionnaire
|
model: questionnaire.questionnaire
|
||||||
pk: 1
|
pk: 1
|
||||||
|
- fields: {
|
||||||
|
name: TagTest,
|
||||||
|
redirect_url: /
|
||||||
|
}
|
||||||
|
model: questionnaire.questionnaire
|
||||||
|
pk: 2
|
||||||
- fields: {
|
- fields: {
|
||||||
checks: '',
|
checks: '',
|
||||||
heading: 001_TestQS,
|
heading: 001_TestQS,
|
||||||
|
@ -36,6 +42,26 @@
|
||||||
}
|
}
|
||||||
model: questionnaire.questionset
|
model: questionnaire.questionset
|
||||||
pk: 2
|
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: {
|
- fields: {
|
||||||
cookies: null,
|
cookies: null,
|
||||||
created: !!timestamp '2009-05-15 10:19:03.905232',
|
created: !!timestamp '2009-05-15 10:19:03.905232',
|
||||||
|
@ -50,6 +76,36 @@
|
||||||
}
|
}
|
||||||
model: questionnaire.runinfo
|
model: questionnaire.runinfo
|
||||||
pk: 1
|
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: {
|
- fields: {
|
||||||
completed: 2009-05-16,
|
completed: 2009-05-16,
|
||||||
runid: 'test:test',
|
runid: 'test:test',
|
||||||
|
@ -201,6 +257,42 @@
|
||||||
}
|
}
|
||||||
model: questionnaire.question
|
model: questionnaire.question
|
||||||
pk: 12
|
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: {
|
- fields: {
|
||||||
question: 9,
|
question: 9,
|
||||||
sortid: 1,
|
sortid: 1,
|
||||||
|
|
Loading…
Reference in New Issue