Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.46 KB | None | 0 0
  1. <survey
  2. alt="10381 | Facebook Ephemerality Positioning | 103212"
  3. autoRecover="1"
  4. autosave="1"
  5. autosaveKey="source"
  6. browserDupes="safe"
  7. builderCompatible="1"
  8. compat="144"
  9. extraVariables="source,record,ipAddress,decLang,list,userAgent"
  10. fir="on"
  11. html:showNumber="0"
  12. mobile="compat"
  13. mobileDevices="smartphone,tablet,desktop"
  14. name="Survey"
  15. setup="term,decLang,quota,time"
  16. trackVars="checkbox"
  17. ss:disableBackButton="1"
  18. ss:hideProgressBar="0"
  19. ss:logoFile=""
  20. ss:logoPosition=""
  21. state="testing"
  22. displayOnError="all"
  23. grn:showLogo="1"
  24. uses="grn_newdesign.5"
  25. allowedCountries="us">
  26.  
  27. <samplesources>
  28. <samplesource list="1">
  29. <title>Open Survey</title>
  30. <completed>It seems you have already entered this survey.</completed>
  31. <invalid>You are missing information in the URL. Please verify the URL with the original invite.</invalid>
  32. <exit cond="terminated">We appreciate the time you spent but unfortunately the rest of this survey won't be relevant to you based on your answers.</exit>
  33. <exit cond="qualified">Thank you for taking our survey. Your efforts are greatly appreciated!</exit>
  34. <exit cond="overquota">Thank you for your participation. This study was extremely popular, so we had to close it before you were able to complete it.</exit>
  35. </samplesource>
  36. </samplesources>
  37.  
  38. <style name="respview.client.css" mode="after">
  39. <![CDATA[
  40. <style>
  41.  
  42. .comment-text {
  43. font-family: 'Lato Light', arial, serif;
  44. color: black;
  45. font-size: 20px !important;
  46. line-height: 22px !important;
  47.  
  48. }
  49. .instruction-text {
  50. font-family: 'Lato Light', arial, serif !important;
  51. }
  52. .question-text {
  53. font-family: 'Lato Light', arial, serif;
  54. color: black;
  55. font-size: 20px !important;
  56. line-height: 22px !important;
  57. font-weight: bold !important;
  58. }
  59. </style>
  60. ]]>
  61. </style>
  62.  
  63. <style
  64. label="UniversalAutoContinue"
  65. name="question.footer"
  66. wrap="ready"
  67. mode="after"
  68. arg:hideButton="0">
  69. <![CDATA[
  70. "use strict";
  71.  
  72. var button = $ ('#btn_continue, #btn_finish');
  73. var inputs = $ ("#question_${this.label} input[type=radio]");
  74. var radioGroups = [];
  75.  
  76. \@if hideButton == '1'
  77. button.hide();
  78. \@endif
  79.  
  80.  
  81. inputs.each(function(i, e){
  82. if ($.inArray($ (e).attr('name'), radioGroups) === -1){
  83. radioGroups.push($ (e).attr('name'))
  84. }
  85. });
  86.  
  87. (function checker(){
  88. if (inputs.filter(":checked").length === radioGroups.length){
  89. button.show().click();
  90. }
  91. else {
  92. setTimeout(checker, 50);
  93. }
  94. })();
  95.  
  96. ]]>
  97. </style>
  98.  
  99. <exec when="init">
  100. def validate_hottext(qn):
  101. if not qn.any:
  102. error(hlang.get("noAnswerSelected"))
  103. </exec>
  104.  
  105. <html
  106. label="INT1"
  107. where="survey">
  108. <b>Thank you for taking our survey!</b>
  109. </html>
  110.  
  111. <checkbox
  112. label="CONSENT"
  113. atleast="1">
  114. <title>We appreciate your participation in this important market research study. By clicking "Accept" you agree to keep the contents of the study strictly confidential, and further agree that to the extent you supply or we collect any personal data about you as part of the study, we may (i) use it ourselves in connection with our conduct of the study, (ii) share it with third parties assisting us with the study, who may use it solely in connection with their work on the study, or (iii) share it with the client commissioning the study, who may use it in connection with its business. Please refer to our <a href="https://soc.decipherinc.com/survey/selfserve/53d/v2/privacy?decLang=${decLang}" target="_blank">Privacy Notice</a> for more details.</title>
  115. <res label="sys_check-error-atLeast-sing-row">Please check the "Accept" box to enter the survey</res>
  116. <row label="r1">I accept</row>
  117. </checkbox>
  118. <suspend/>
  119.  
  120. <exec>
  121. gv.survey.root.styles.grn.showLogo = 0
  122. </exec>
  123.  
  124. <radio
  125. label="S1">
  126. <title>What is your age?</title>
  127. <row label="r1">Under 13</row>
  128. <row label="r2">13-17</row>
  129. <row label="r3">18-24</row>
  130. <row label="r4">25-34</row>
  131. <row label="r5">35-44</row>
  132. <row label="r6">45-54</row>
  133. <row label="r7">55-64</row>
  134. <row label="r8">65+</row>
  135. </radio>
  136. <suspend/>
  137.  
  138. <select
  139. label="S4"
  140. sortRows="asc,survey">
  141. <title>Which state do you live in?</title>
  142. <choice label="ch1">Alabama</choice>
  143. <choice label="ch2">Alaska</choice>
  144. <choice label="ch3">Arizona</choice>
  145. <choice label="ch4">Arkansas</choice>
  146. <choice label="ch5">California</choice>
  147. <choice label="ch6">Colorado</choice>
  148. <choice label="ch7">Connecticut</choice>
  149. <choice label="ch8">Delaware</choice>
  150. <choice label="ch9">District of Columbia</choice>
  151. <choice label="ch10">Florida</choice>
  152. <choice label="ch11">Georgia</choice>
  153. <choice label="ch12">Hawaii</choice>
  154. <choice label="ch13">Idaho</choice>
  155. <choice label="ch14">Illinois</choice>
  156. <choice label="ch15">Indiana</choice>
  157. <choice label="ch16">Iowa</choice>
  158. <choice label="ch17">Kansas</choice>
  159. <choice label="ch18">Kentucky</choice>
  160. <choice label="ch19">Louisiana</choice>
  161. <choice label="ch20">Maine</choice>
  162. <choice label="ch21">Maryland</choice>
  163. <choice label="ch22">Massachusetts</choice>
  164. <choice label="ch23">Michigan</choice>
  165. <choice label="ch24">Minnesota</choice>
  166. <choice label="ch25">Mississippi</choice>
  167. <choice label="ch26">Missouri</choice>
  168. <choice label="ch27">Montana</choice>
  169. <choice label="ch28">Nebraska</choice>
  170. <choice label="ch29">Nevada</choice>
  171. <choice label="ch30">New Hampshire</choice>
  172. <choice label="ch31">New Jersey</choice>
  173. <choice label="ch32">New Mexico</choice>
  174. <choice label="ch33">New York</choice>
  175. <choice label="ch34">North Carolina</choice>
  176. <choice label="ch35">North Dakota</choice>
  177. <choice label="ch36">Ohio</choice>
  178. <choice label="ch37">Oklahoma</choice>
  179. <choice label="ch38">Oregon</choice>
  180. <choice label="ch39">Pennsylvania</choice>
  181. <choice label="ch40">Rhode Island</choice>
  182. <choice label="ch41">South Carolina</choice>
  183. <choice label="ch42">South Dakota</choice>
  184. <choice label="ch43">Tennessee</choice>
  185. <choice label="ch44">Texas</choice>
  186. <choice label="ch45">Utah</choice>
  187. <choice label="ch46">Vermont</choice>
  188. <choice label="ch47">Virginia</choice>
  189. <choice label="ch48">Washington</choice>
  190. <choice label="ch49">West Virginia</choice>
  191. <choice label="ch50">Wisconsin</choice>
  192. <choice label="ch51">Wyoming</choice>
  193. </select>
  194. <suspend/>
  195.  
  196. <radio
  197. label="hREGION"
  198. optional="1"
  199. where="execute">
  200. <title>Hidden Question: Region recode</title>
  201. <exec>
  202. if S4.ival in [30,32,38,6,7,19,21,29,39,45]:
  203. hREGION.val = hREGION.r1.index
  204. elif S4.ival in [13,14,22,35,49,15,16,23,25,34,27,41]:
  205. hREGION.val = hREGION.r2.index
  206. elif S4.ival in [0,17,24,42,8,9,10,20,33,40,46,48,3,18,36,43]:
  207. hREGION.val = hREGION.r3.index
  208. elif S4.ival in [2,5,12,26,31,28,44,50,1,4,11,37,47]:
  209. hREGION.val = hREGION.r4.index
  210. </exec>
  211. <row label="r1">Northeast</row>
  212. <row label="r2">Midwest</row>
  213. <row label="r3">South</row>
  214. <row label="r4">West</row>
  215. </radio>
  216. <suspend/>
  217.  
  218. <radio
  219. label="HHCMP10">
  220. <title>How many people are living or staying at your current address?</title>
  221. <comment>(Include yourself and any other adults or children who are currently living or staying at this address for at least two months)</comment>
  222. <row label="r1">1</row>
  223. <row label="r2">2</row>
  224. <row label="r3">3</row>
  225. <row label="r4">4</row>
  226. <row label="r5">5</row>
  227. <row label="r6">6</row>
  228. <row label="r7">7</row>
  229. <row label="r8">8</row>
  230. <row label="r9">9</row>
  231. <row label="r10">10</row>
  232. <row label="r11">11</row>
  233. <row label="r12">12+</row>
  234. </radio>
  235. <suspend/>
  236.  
  237. <res label="KIDS02_err">You stated you have more children under the age of 18 living in your household than overall people living or staying at your current address. Please correct your answer.</res>
  238.  
  239. <number
  240. label="KIDS02"
  241. size="2"
  242. optional="0"
  243. verify="range(0,99)"
  244. cond="not (HHCMP10.r1)">
  245. <title>How many children under the age of 18 are living in your household?</title>
  246. <comment>Please reference only the children for which you are the parent or legal guardian. <br/>(If there are no children under 18 in your household, please type 0)</comment>
  247.  
  248. <validate>
  249. if KIDS02.ival gt HHCMP10.val:
  250. error(res.KIDS02_err)
  251. </validate>
  252. </number>
  253. <suspend/>
  254.  
  255.  
  256. <loop
  257. label="DKIDS02_L"
  258. vars="var1"
  259. cond="KIDS02.ival gt 0">
  260.  
  261. <block
  262. label="DKIDS02_B">
  263.  
  264.  
  265. <html
  266. label="DKIDS02_intro_[loopvar: label]"
  267. where="survey">
  268. Please provide us with the following information about the children under the age of 18 in your household. Please reference only the children for which you are the parent or legal guardian.<br/><br/>
  269. Please answer for your [loopvar: var1].
  270. </html>
  271.  
  272. <radio
  273. label="Relationship_[loopvar: label]">
  274. <title>Relationship</title>
  275. <row label="r1">Parent (biological or adopted)</row>
  276. <row label="r2">Legal guardian</row>
  277. <row label="r3">Other (e.g. step-child)</row>
  278. </radio>
  279. <suspend/>
  280.  
  281. <block
  282. label="ChildInfo_[loopvar: label]"
  283. cond="Relationship_[loopvar: label].r1 or Relationship_[loopvar: label].r2">
  284.  
  285. <html
  286. label="DKIDS02_intro2_[loopvar: label]"
  287. where="survey">
  288. Please provide us with the following information about the children under the age of 18 in your household. Please reference only the children for which you are the parent or legal guardian.<br/><br/>
  289. Please answer for your [loopvar: var1].
  290. </html>
  291.  
  292. <radio
  293. label="DKIDS02_Gender_[loopvar: label]">
  294. <title>Gender</title>
  295. <row label="r1">Boy</row>
  296. <row label="r2">Girl</row>
  297. </radio>
  298.  
  299.  
  300. <select
  301. label="DKIDS02_AgeY_[loopvar: label]">
  302. <title>Age</title>
  303. <row label="r1">Year of birth</row>
  304. <choice label="ch1">2002</choice>
  305. <choice label="ch2">2003</choice>
  306. <choice label="ch3">2004</choice>
  307. <choice label="ch4">2005</choice>
  308. <choice label="ch5">2006</choice>
  309. <choice label="ch6">2007</choice>
  310. <choice label="ch7">2008</choice>
  311. <choice label="ch8">2009</choice>
  312. <choice label="ch9">2010</choice>
  313. <choice label="ch10">2011</choice>
  314. <choice label="ch11">2012</choice>
  315. <choice label="ch12">2013</choice>
  316. <choice label="ch13">2014</choice>
  317. <choice label="ch14">2015</choice>
  318. <choice label="ch15">2016</choice>
  319. <choice label="ch16">2017</choice>
  320. <choice label="ch17">2018</choice>
  321. <choice label="ch18">2019</choice>
  322. <choice label="ch19">2020</choice>
  323. </select>
  324.  
  325. <select
  326. label="DKIDS02_AgeM_[loopvar: label]"
  327. below="DKIDS02_AgeY_[loopvar: label]">
  328. <title> </title>
  329. <row label="r2">Month of birth</row>
  330. <choice label="ch1">January</choice>
  331. <choice label="ch2">February</choice>
  332. <choice label="ch3">March</choice>
  333. <choice label="ch4">April</choice>
  334. <choice label="ch5">May</choice>
  335. <choice label="ch6">June</choice>
  336. <choice label="ch7">July</choice>
  337. <choice label="ch8">August</choice>
  338. <choice label="ch9">September</choice>
  339. <choice label="ch10">October</choice>
  340. <choice label="ch11">November</choice>
  341. <choice label="ch12">December</choice>
  342. </select>
  343. <suspend/>
  344. </block>
  345.  
  346.  
  347. </block>
  348.  
  349.  
  350. <looprow label="1" cond="KIDS02.ival ge 1">
  351. <loopvar name="var1">first child</loopvar>
  352. </looprow>
  353. <looprow label="2" cond="KIDS02.ival ge 2">
  354. <loopvar name="var1">second child</loopvar>
  355. </looprow>
  356. <looprow label="3" cond="KIDS02.ival ge 3">
  357. <loopvar name="var1">third child</loopvar>
  358. </looprow>
  359. <looprow label="4" cond="KIDS02.ival ge 4">
  360. <loopvar name="var1">fourth child</loopvar>
  361. </looprow>
  362. <looprow label="5" cond="KIDS02.ival ge 5">
  363. <loopvar name="var1">fifth child</loopvar>
  364. </looprow>
  365. <looprow label="6" cond="KIDS02.ival ge 6">
  366. <loopvar name="var1">sixth child</loopvar>
  367. </looprow>
  368.  
  369.  
  370. </loop>
  371.  
  372. <radio
  373. label="DKIDS02_Gender"
  374. optional="1"
  375. where="execute">
  376. <title>Please provide us with the following information about the children under the age of 18 in your household. Please reference only the children for which you are the parent or legal guardian.</title>
  377. <exec>
  378. for eachRow in DKIDS02_Gender.rows:
  379. if allQuestions['DKIDS02_Gender_%s' % eachRow.label[1:]].any:
  380. eachRow.val = allQuestions['DKIDS02_Gender_%s' % eachRow.label[1:]].val
  381. </exec>
  382. <col label="c1">Boy</col>
  383. <col label="c2">Girl</col>
  384. <row label="r1">Child 1</row>
  385. <row label="r2">Child 2</row>
  386. <row label="r3">Child 3</row>
  387. <row label="r4">Child 4</row>
  388. <row label="r5">Child 5</row>
  389. <row label="r6">Child 6</row>
  390. </radio>
  391. <suspend/>
  392.  
  393. <stylevar name="cs:year" />
  394.  
  395. <select
  396. label="DKIDS02_AgeY"
  397. optional="1"
  398. where="execute">
  399. <title>Please provide us with the following information about the children under the age of 18 in your household. Please reference only the children for which you are the parent or legal guardian.</title>
  400. <exec>
  401. for eachRow in DKIDS02_AgeY.rows:
  402. if allQuestions['DKIDS02_AgeY_%s' % eachRow.label[1:]].any:
  403. eachRow.val = allQuestions['DKIDS02_AgeY_%s' % eachRow.label[1:]].val
  404. </exec>
  405. <choice label="ch1" cs:year="2002">2002</choice>
  406. <choice label="ch2" cs:year="2003">2003</choice>
  407. <choice label="ch3" cs:year="2004">2004</choice>
  408. <choice label="ch4" cs:year="2005">2005</choice>
  409. <choice label="ch5" cs:year="2006">2006</choice>
  410. <choice label="ch6" cs:year="2007">2007</choice>
  411. <choice label="ch7" cs:year="2008">2008</choice>
  412. <choice label="ch8" cs:year="2009">2009</choice>
  413. <choice label="ch9" cs:year="2010">2010</choice>
  414. <choice label="ch10" cs:year="2011">2011</choice>
  415. <choice label="ch11" cs:year="2012">2012</choice>
  416. <choice label="ch12" cs:year="2013">2013</choice>
  417. <choice label="ch13" cs:year="2014">2014</choice>
  418. <choice label="ch14" cs:year="2015">2015</choice>
  419. <choice label="ch15" cs:year="2016">2016</choice>
  420. <choice label="ch16" cs:year="2017">2017</choice>
  421. <choice label="ch17" cs:year="2018">2018</choice>
  422. <choice label="ch18" cs:year="2019">2019</choice>
  423. <choice label="ch19" cs:year="2020">2020</choice>
  424.  
  425. <row label="r1">Child 1</row>
  426. <row label="r2">Child 2</row>
  427. <row label="r3">Child 3</row>
  428. <row label="r4">Child 4</row>
  429. <row label="r5">Child 5</row>
  430. <row label="r6">Child 6</row>
  431. </select>
  432. <suspend/>
  433.  
  434. <select
  435. label="DKIDS02_AgeM"
  436. optional="1"
  437. where="execute">
  438. <title>Please provide us with the following information about the children under the age of 18 in your household. Please reference only the children for which you are the parent or legal guardian.</title>
  439. <exec>
  440. for eachRow in DKIDS02_AgeM.rows:
  441. if allQuestions['DKIDS02_AgeM_%s' % eachRow.label[1:]].any:
  442. eachRow.val = allQuestions['DKIDS02_AgeM_%s' % eachRow.label[1:]].val
  443. </exec>
  444. <choice label="ch1">January</choice>
  445. <choice label="ch2">February</choice>
  446. <choice label="ch3">March</choice>
  447. <choice label="ch4">April</choice>
  448. <choice label="ch5">May</choice>
  449. <choice label="ch6">June</choice>
  450. <choice label="ch7">July</choice>
  451. <choice label="ch8">August</choice>
  452. <choice label="ch9">September</choice>
  453. <choice label="ch10">October</choice>
  454. <choice label="ch11">November</choice>
  455. <choice label="ch12">December</choice>
  456. <row label="r1">Child 1</row>
  457. <row label="r2">Child 2</row>
  458. <row label="r3">Child 3</row>
  459. <row label="r4">Child 4</row>
  460. <row label="r5">Child 5</row>
  461. <row label="r6">Child 6</row>
  462. </select>
  463. <suspend/>
  464.  
  465. <number
  466. label="BOYSPEC1"
  467. size="2"
  468. optional="0"
  469. verify="range(0,10)"
  470. where="execute">
  471. <title>Hidden question: - nb of boys in hhld by age range, who are survey takers child or child is non-relative and survey taker is guardian</title>
  472. <exec>
  473. BOYSPEC1.val = DKIDS02_Gender.c1.count
  474. </exec>
  475. </number>
  476. <suspend/>
  477.  
  478. <number
  479. label="GIRLSPEC1"
  480. size="2"
  481. optional="0"
  482. verify="range(0,10)"
  483. where="execute">
  484. <title>Hidden question: - nb of girls in hhld by age range, who are survey takers child or child is non-relative and survey taker is guardian</title>
  485. <exec>
  486. GIRLSPEC1.val = DKIDS02_Gender.c2.count
  487. </exec>
  488. </number>
  489. <suspend/>
  490.  
  491. <select
  492. label="RESP_AGE_KID"
  493. optional="1"
  494. where="execute">
  495. <title>Hidden question: Age of children </title>
  496. <exec>
  497. import datetime
  498.  
  499. x = datetime.datetime.now()
  500. month = x.strftime("%m")
  501. year = x.strftime("%Y")
  502.  
  503. for eachRow in RESP_AGE_KID.rows:
  504. if DKIDS02_AgeY[eachRow].any:
  505. if DKIDS02_AgeY[eachRow].ch19 or DKIDS02_AgeY[eachRow].ch18:
  506. eachRow.val = RESP_AGE_KID.r1.index
  507. else:
  508. eachRow.val = RESP_AGE_KID.attr('ch%s' %str(int(year) - int(DKIDS02_AgeY.choices[DKIDS02_AgeY[eachRow].val].styles.cs.year))).index
  509. if int(month) lt (DKIDS02_AgeM.choices[DKIDS02_AgeM[eachRow].val].index + 1):
  510. eachRow.val -= 1
  511. </exec>
  512. <choice label="ch1">1</choice>
  513. <choice label="ch2">2</choice>
  514. <choice label="ch3">3</choice>
  515. <choice label="ch4">4</choice>
  516. <choice label="ch5">5</choice>
  517. <choice label="ch6">6</choice>
  518. <choice label="ch7">7</choice>
  519. <choice label="ch8">8</choice>
  520. <choice label="ch9">9</choice>
  521. <choice label="ch10">10</choice>
  522. <choice label="ch11">11</choice>
  523. <choice label="ch12">12</choice>
  524. <choice label="ch13">13</choice>
  525. <choice label="ch14">14</choice>
  526. <choice label="ch15">15</choice>
  527. <choice label="ch16">16</choice>
  528. <choice label="ch17">17</choice>
  529. <choice label="ch18">18</choice>
  530. <row label="r1">Child 1</row>
  531. <row label="r2">Child 2</row>
  532. <row label="r3">Child 3</row>
  533. <row label="r4">Child 4</row>
  534. <row label="r5">Child 5</row>
  535. <row label="r6">Child 6</row>
  536. </select>
  537. <suspend/>
  538.  
  539. <checkbox
  540. label="RESP_AGE_KID_18"
  541. where="execute"
  542. optional="1">
  543. <title>Flag respodents with kids only over 17.</title>
  544. <exec>
  545. if len(set([x.val for x in RESP_AGE_KID.rows if x.any])) == 1 and RESP_AGE_KID.r1.ch18:
  546. RESP_AGE_KID_18.r1.val = 1
  547. </exec>
  548. <row label="r1">Yes</row>
  549. </checkbox>
  550. <suspend/>
  551.  
  552. <html
  553. label="QST"
  554. where="survey"
  555. cond="RESP_AGE_KID.any">
  556. We are conducting a study about <span style="color: blue;">messaging apps</span> and would like to ask your child aged <span style="color: blue;">13-17</span> to take part. This study asks your child to answer questions about <span style="color: blue;">messaging apps</span>. Please remember that your child does not have to answer these questions and can exit the survey at any time.
  557. </html>
  558. <suspend/>
  559.  
  560. <html
  561. label="QICCR"
  562. where="survey"
  563. cond="RESP_AGE_KID.any">
  564. If you would like to receive a copy of the questions we will ask your child, and you are willing to complete this survey at a later date, please contact us. Otherwise, please click "Next" to continue with this survey.
  565. </html>
  566. <suspend/>
  567.  
  568. <radio
  569. label="QCONSENT"
  570. cond="RESP_AGE_KID.any">
  571. <title>Are you happy for one of your children between <span style="color: blue;">13-17</span> to participate in this study? If so, please ask the child to come and complete this survey.</title>
  572. <row label="r1">Yes, the child between <span style="color: blue;">13-17</span> is now going to complete this survey.</row>
  573. <row label="r2">No, but I am happy to take the survey myself</row>
  574. </radio>
  575. <suspend/>
  576.  
  577. <select
  578. label="KID_AGE"
  579. cond="RESP_AGE_KID.any and QCONSENT.r1">
  580. <title>What is your age?</title>
  581. <choice label="ch1">13</choice>
  582. <choice label="ch2">14</choice>
  583. <choice label="ch3">15</choice>
  584. <choice label="ch4">16</choice>
  585. <choice label="ch5">17</choice>
  586. </select>
  587. <suspend/>
  588.  
  589. <radio
  590. label="KID_GENDER"
  591. cond="RESP_AGE_KID.any and QCONSENT.r1">
  592. <title>Are you a...?</title>
  593. <row label="r1">Boy</row>
  594. <row label="r2">Girl</row>
  595. </radio>
  596. <suspend/>
  597.  
  598. <radio
  599. label="S2"
  600. cond="not RESP_AGE_KID.any or QCONSENT.r2">
  601. <title>What is your gender?</title>
  602. <comment>Please select one.</comment>
  603. <row label="r1">Male</row>
  604. <row label="r2">Female</row>
  605. <row label="r3">Non-binary</row>
  606. <row label="r4">Prefer not to answer</row>
  607. </radio>
  608. <suspend/>
  609.  
  610. <radio
  611. label="vFINAL_AGE_GENDER_1"
  612. where="execute"
  613. optional="1">
  614. <title>Age</title>
  615. <exec>
  616. if KID_GENDER.r1:
  617. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r1.index
  618. elif S1.r3 and S2.r1:
  619. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r2.index
  620. elif S1.r4 and S2.r1:
  621. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r3.index
  622. elif KID_GENDER.r2:
  623. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r4.index
  624. elif S1.r3 and S2.r2:
  625. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r5.index
  626. elif S1.r4 and S2.r2:
  627. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r6.index
  628. elif S1.r3 and (S2.r3 or S2.r4):
  629. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r7.index
  630. elif S1.r4 and (S2.r3 or S2.r4):
  631. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r8.index
  632. </exec>
  633. <row label="r1">Male_13-17 "13-17"</row>
  634. <row label="r2">Male_18_24 "18-24"</row>
  635. <row label="r3">Male _25_34 "25-34",</row>
  636. <row label="r4">Female_13-17 "13-17"</row>
  637. <row label="r5">Female_18_24 "18-24"</row>
  638. <row label="r6">Female _25_34 "25-34</row>
  639. <row label="r7">Other_18_24</row>
  640. <row label="r8">Other_25_34</row>
  641. </radio>
  642. <suspend/>
  643.  
  644. <checkbox
  645. label="S3"
  646. atleast="1"
  647. shuffle="rows"
  648. cond="not RESP_AGE_KID.any">
  649. <title>Do you, any members of your family, work in any of the following industries?</title>
  650. <comment>Select all that apply.</comment>
  651. <row label="r1">An advertising agency or department</row>
  652. <row label="r2">A marketing company or department</row>
  653. <row label="r3">A telecommunications company</row>
  654. <row label="r4">A market research company or department</row>
  655. <row label="r5">A consumer technology company</row>
  656. <row label="r6">A public relations firm or department</row>
  657. <row label="r7">A social media company or department</row>
  658. <row label="r8">A photo or video company or department</row>
  659. <row label="r9">Financial services</row>
  660. <row label="r10">Government/Public services</row>
  661. <row label="r11">Retail trade/Wholesale business</row>
  662. <row label="r99" exclusive="1" randomize="0">None of these</row>
  663. </checkbox>
  664. <suspend/>
  665.  
  666. <checkbox
  667. label="S5a"
  668. atleast="1">
  669. <title>Which of the following types of electronic devices do you currently own <u>and</u> personally use?</title>
  670. <comment>Please select all that apply.</comment>
  671. <row label="r1">Desktop/Laptop computer</row>
  672. <row label="r2">Smartphone (i.e. iPhone, Android)</row>
  673. <row label="r3">Voice control device (i.e. Amazon Echo, Google Home)</row>
  674. <row label="r4">Tablet (i.e. iPad, Android tablet)</row>
  675. <row label="r5">Video gaming system (i.e. PS4, XBOX 360)</row>
  676. <row label="r6">Portable gaming device (i.e. PS Vita, Nintendo Portable)</row>
  677. <row label="r7">HDTV</row>
  678. <row label="r99" exclusive="1" randomize="0">None of the above</row>
  679. </checkbox>
  680. <suspend/>
  681.  
  682. <radio
  683. label="S5b">
  684. <title>You mentioned you currently own and personally use a smartphone. Which of the following types of smartphone do you have? If you own more than one, please think about the one you use most often.</title>
  685. <comment>Please select one.</comment>
  686. <row label="r1">iPhone</row>
  687. <row label="r2">Android</row>
  688. <row label="r3" open="1" openSize="25" randomize="0">Other</row>
  689. </radio>
  690. <suspend/>
  691.  
  692. <term cond="S1.r1 or S1.r2 or S1.r5 or S1.r6 or S1.r7 or S1.r8" label="S1_term">S1: Respondent is not 18-44 years old.</term>
  693. <term cond="S3.r1 or S3.r2 or S3.r3 or S3.r4 or S3.r5 or S3.r6 or S3.r7 or S3.r8" label="S3_term">S3: Sensitive industry.</term>
  694. <term cond="not S5a.r2" label="S5a_term">S5a: Smartphone not selected.</term>
  695. <term cond="S5b.r3" label="S5b_term">S5b: Other is selected.</term>
  696.  
  697. <radio
  698. label="S6a"
  699. shuffle="rows"
  700. type="rating"
  701. values="order"
  702. ratingDirection="reverse">
  703. <title>What is your general impression of the following social or communication apps?</title>
  704. <col label="c1">Love</col>
  705. <col label="c2">Like</col>
  706. <col label="c3">Neutral</col>
  707. <col label="c4">Dislike</col>
  708. <col label="c5">Hate</col>
  709. <col label="c6">Haven't heard of</col>
  710.  
  711. <row label="r1">Messenger</row>
  712. <row label="r2">WhatsApp</row>
  713. <row label="r3">iMessage</row>
  714. <row label="r4">Android Message</row>
  715. <row label="r5">Snapchat</row>
  716. <row label="r6">TikTok</row>
  717. <row label="r7">Twitter</row>
  718. <row label="r8">WeChat</row>
  719. <row label="r9">Signal</row>
  720. <row label="r10">Skype</row>
  721. <row label="r11">Instagram</row>
  722. <row label="r12">Facebook</row>
  723. <row label="r13">Line</row>
  724. <row label="r14">Viber</row>
  725. <row label="r15">KaKao</row>
  726. <net label="Top2" values="1,2" where="report,summary">Top 2</net>
  727. <net label="Bot2" values="4,5" where="report,summary" pos="below">Bottom 2</net>
  728. </radio>
  729. <suspend/>
  730.  
  731. <term cond="len([x for x in S6a.rows[:S6a.r13.index] if not x.c6]) == 0" label="S6a_term">S6a: Participant hasn't heard of any of the listed apps.</term>
  732.  
  733. <term cond="(S6a.r1.c4 or S6a.r1.c5) and (S6a.r2.c4 or S6a.r2.c5) and (S6a.r5.c4 or S6a.r5.c5) and (S6a.r11.c4 or S6a.r11.c5) and (S6a.r12.c4 or S6a.r12.c5)" label="S6a_Term2">S6a: Dislike/Hate listed apps</term>
  734.  
  735. <checkbox
  736. label="S6b"
  737. atleast="1"
  738. shuffle="rows">
  739. <title>Which of the following social or communication apps do you currently have downloaded on your smartphone?</title>
  740. <exec>
  741. S6b.rows.order = S6a.rows.order
  742. </exec>
  743. <row label="r1">Messenger</row>
  744. <row label="r2">WhatsApp</row>
  745. <row label="r3" cond="S5b.r1">iMessage</row>
  746. <row label="r4" cond="S5b.r2">Android Message</row>
  747. <row label="r5">Snapchat</row>
  748. <row label="r6">TikTok</row>
  749. <row label="r7">Twitter</row>
  750. <row label="r8">WeChat</row>
  751. <row label="r9">Signal</row>
  752. <row label="r10">Skype</row>
  753. <row label="r11">Instagram</row>
  754. <row label="r12">Facebook</row>
  755. <row label="r13">Line</row>
  756. <row label="r14">Viber</row>
  757. <row label="r15">KaKao</row>
  758. <row label="r98" open="1" openSize="25" optional="1" randomize="0">Other</row>
  759. <row label="r99" exclusive="1" randomize="0">None of the above</row>
  760. </checkbox>
  761. <suspend/>
  762.  
  763. <term cond="not (S6b.r1 or S6b.r2 or S6b.r3 or S6b.r4 or S6b.r5 or S6b.r6 or S6b.r7 or S6b.r8 or S6b.r9 or S6b.r10 or S6b.r11 or S6b.r12)" label="S6b_Term">S6b: Has none of the apps downloaded</term>
  764.  
  765. <radio
  766. label="S7"
  767. shuffle="rows"
  768. rowCond="S6b[row]">
  769. <title>How frequently do you use each of the following messaging/communication apps?</title>
  770. <exec>
  771. S7.rows.order = S6a.rows.order
  772. </exec>
  773. <col label="c1">Several times an hour</col>
  774. <col label="c2">Several times a day</col>
  775. <col label="c3">About once a day</col>
  776. <col label="c4">Several times a week</col>
  777. <col label="c5">Weekly</col>
  778. <col label="c6">A few times a month</col>
  779. <col label="c7">A few times a year</col>
  780. <col label="c8">Never</col>
  781. <col label="c9">Don't know</col>
  782.  
  783. <row label="r1">Messenger</row>
  784. <row label="r2">WhatsApp</row>
  785. <row label="r3">iMessage</row>
  786. <row label="r4">Android Message</row>
  787. <row label="r5">Snapchat</row>
  788. <row label="r6">TikTok</row>
  789. <row label="r7">Twitter</row>
  790. <row label="r8">WeChat</row>
  791. <row label="r9">Signal</row>
  792. <row label="r10">Skype</row>
  793. <row label="r11">Instagram</row>
  794. <row label="r12">Facebook</row>
  795. <row label="r13">Line</row>
  796. <row label="r14">Viber</row>
  797. <row label="r15">KaKao</row>
  798. <row label="r98" randomize="0" alt="S6b Other">${S6b.r98.open}</row>
  799. </radio>
  800. <suspend/>
  801.  
  802. <radio
  803. label="hS7_term"
  804. where="execute"
  805. optional="1">
  806. <title>Hidden: holds which respondents should be terminated on S7.</title>
  807. <exec>
  808. for eachRow in S7.rows[:-4]:
  809. for eachCol in S7.cols:
  810. if eachCol[eachRow]:
  811. hS7_term[eachRow].val = hS7_term[eachCol].index
  812. break
  813. </exec>
  814. <col label="c1">Several times an hour</col>
  815. <col label="c2">Several times a day</col>
  816. <col label="c3">About once a day</col>
  817. <col label="c4">Several times a week</col>
  818. <col label="c5">Weekly</col>
  819. <col label="c6">A few times a month</col>
  820. <col label="c7">A few times a year</col>
  821. <col label="c8">Never</col>
  822. <col label="c9">Don't know</col>
  823.  
  824. <row label="r1">Messenger</row>
  825. <row label="r2">WhatsApp</row>
  826. <row label="r3">iMessage</row>
  827. <row label="r4">Android Message</row>
  828. <row label="r5">Snapchat</row>
  829. <row label="r6">TikTok</row>
  830. <row label="r7">Twitter</row>
  831. <row label="r8">WeChat</row>
  832. <row label="r9">Signal</row>
  833. <row label="r10">Skype</row>
  834. <row label="r11">Instagram</row>
  835. <row label="r12">Facebook</row>
  836. </radio>
  837. <suspend/>
  838.  
  839.  
  840. <term cond="hS7_term.c1.count == 0 and hS7_term.c2.count == 0 and hS7_term.c3.count == 0 and hS7_term.c4.count == 0 and hS7_term.c5.count == 0" label="S7_Term">S7: Does not use any of the apps frequesntly enough.</term>
  841.  
  842. <radio
  843. label="S8"
  844. shuffle="rows,groups">
  845. <title>How frequently do you use each of the following features?</title>
  846. <group label="g1" where="none">1</group>
  847. <group label="g2" where="none">2</group>
  848. <group label="g3" where="none">3</group>
  849. <group label="g4" where="none">4</group>
  850. <group label="g5" where="none">5</group>
  851.  
  852. <col label="c1">Several times an hour</col>
  853. <col label="c2">Several times a day</col>
  854. <col label="c3">About once a day</col>
  855. <col label="c4">Several times a week</col>
  856. <col label="c5">Weekly</col>
  857. <col label="c6">A few times a month</col>
  858. <col label="c7">A few times a year</col>
  859. <col label="c8">Never</col>
  860. <col label="c9">Don't know</col>
  861.  
  862. <row label="r1" cond="S6b.r11" groups="g1">Instagram Direct</row>
  863. <row label="r2" cond="S6b.r11" groups="g1">Instagram Stories</row>
  864. <row label="r3" cond="S6b.r11" groups="g1">Instagram Live</row>
  865. <row label="r4" cond="S6b.r12" groups="g2">Facebook Stories</row>
  866. <row label="r5" cond="S6b.r12" groups="g2">Facebook Live</row>
  867. <row label="r6" cond="S6b.r12" groups="g2">Facebook Groups</row>
  868. <row label="r7" cond="S6b.r5" groups="g3">Snapchat Direct Chats</row>
  869. <row label="r8" cond="S6b.r5" groups="g3">Snapchat Direct Snaps</row>
  870. <row label="r9" cond="S6b.r5" groups="g3">Snapchat Stories</row>
  871. <row label="r10" groups="g4">Video Calling (e.g. Messenger Video Call, FaceTime, etc.)</row>
  872. <row label="r11" cond="S6b.r9" groups="g5">Disappearing messages on Signal</row>
  873. </radio>
  874. <suspend/>
  875.  
  876. <checkbox
  877. label="S9a"
  878. atleast="1"
  879. shuffle="rows">
  880. <title>Which of the following do you do on the Instagram app?</title>
  881. <comment>Select all that apply.</comment>
  882. <row label="r1">Post a picture or video on feed</row>
  883. <row label="r2">Like, comment, or tag someone on a post</row>
  884. <row label="r3">Share a post with a friend or group via DM</row>
  885. <row label="r4">Like or comment on a shared post in DM</row>
  886. <row label="r5">Post a Story</row>
  887. <row label="r6">Watch a Story</row>
  888. <row label="r7">Like, comment, or vote on a Story</row>
  889. <row label="r8">Share a Story with a friend or group via DM</row>
  890. <row label="r9">Like or comment on a shared Story in DM</row>
  891. <row label="r10">Send a celeb/influencer a message or question in DM</row>
  892. <row label="r11">Have a 1:1 conversation via DM</row>
  893. <row label="r12">Start/participate in a group conversation via DM</row>
  894. <row label="r13">Watch IGTV</row>
  895. <row label="r14">Browse the Explore feed</row>
  896. <row label="r99" exclusive="1" randomize="0">None of the above</row>
  897. </checkbox>
  898. <suspend/>
  899.  
  900. <radio
  901. label="S9b"
  902. shuffle="rows"
  903. rowCond="S9a[row]"
  904. cond="not S9a.r99">
  905. <title>About how often do you do this action on Instagram?</title>
  906. <exec>
  907. S9b.rows.order = S9a.rows.order
  908. </exec>
  909. <col label="c1">Rarely</col>
  910. <col label="c2">A few times per month</col>
  911. <col label="c3">Once a week</col>
  912. <col label="c4">A few times per week</col>
  913. <col label="c5">Once a day</col>
  914. <col label="c6">Multiple times a day</col>
  915. <row label="r1">Post a picture or video on feed</row>
  916. <row label="r2">Like, comment, or tag someone on a post</row>
  917. <row label="r3">Share a post with a friend or group via DM</row>
  918. <row label="r4">Like or comment on a shared post in DM</row>
  919. <row label="r5">Post a Story</row>
  920. <row label="r6">Watch a Story</row>
  921. <row label="r7">Like, comment, or vote on a Story</row>
  922. <row label="r8">Share a Story with a friend or group via DM</row>
  923. <row label="r9">Like or comment on a shared Story in DM</row>
  924. <row label="r10">Send a celeb/influencer a message or question in DM</row>
  925. <row label="r11">Have a 1:1 conversation via DM</row>
  926. <row label="r12">Start/participate in a group conversation via DM</row>
  927. <row label="r13">Watch IGTV</row>
  928. <row label="r14">Browse the Explore feed</row>
  929. </radio>
  930. <suspend/>
  931.  
  932. <radio
  933. label="vMRK_IG_USAGE"
  934. where="execute"
  935. optional="1">
  936. <title>Holds if user</title>
  937. <exec>
  938. if S9a.but(S9a.r99).count ge 2:
  939. vMRK_IG_USAGE.val = vMRK_IG_USAGE.r1.index
  940. else:
  941. vMRK_IG_USAGE.val = vMRK_IG_USAGE.r2.index
  942. </exec>
  943. <row label="r1">vIGUser = must do at least two items at S9a</row>
  944. <row label="r2">vIGNonUser = doesn't meet above criteria</row>
  945. </radio>
  946. <suspend/>
  947.  
  948. <radio
  949. label="vMRK_IG_DM_USAGE"
  950. where="execute"
  951. optional="1">
  952. <title>Holds the usage</title>
  953. <exec>
  954. if vMRK_IG_USAGE.r1:
  955. rowz = [S9b.r3, S9b.r4, S9b.r8, S9b.r9, S9b.r10, S9b.r11, S9b.r12]
  956. for eachRow in rowz:
  957. if eachRow.c3 or eachRow.c4 or eachRow.c5 or eachRow.c6:
  958. vMRK_IG_DM_USAGE.val = vMRK_IG_DM_USAGE.r1.index
  959. break
  960. if not vMRK_IG_DM_USAGE.r1:
  961. rowz = [S9b.r1,S9b.r2,S9b.r5,S9b.r6]
  962. for eachRow in rowz:
  963. if eachRow.c3 or eachRow.c4 or eachRow.c5 or eachRow.c6:
  964. vMRK_IG_DM_USAGE.val = vMRK_IG_DM_USAGE.r2.index
  965.  
  966. </exec>
  967. <row label="r1">vDMUser = vIGUser and S9b = 3-6 (weekly+) for at least one item: 3, 4, 8, 9, 10, 11, or 12</row>
  968. <row label="r2">vDMNonUser = vIGUser and S9b does not equal 3-6 (weekly+) for at least one item: 3, 4, 8, 9, 10, 11, or 12 and S9b = 3-6 (weekly+) for at least one item: 1, 2, 5, or 6</row>
  969. </radio>
  970. <suspend/>
  971.  
  972.  
  973.  
  974. <radio
  975. label="CF11a"
  976. type="rating"
  977. values="order"
  978. ratingDirection="reverse">
  979. <title>How interested are you, if at all, in the impact of technology on society? Would you say that you are...?</title>
  980. <col label="c1">Extremely Interested</col>
  981. <col label="c2">Very Interested</col>
  982. <col label="c3">Somewhat Interested</col>
  983. <col label="c4">A Little Interested</col>
  984. <col label="c5">Not at All Interested</col>
  985. </radio>
  986. <suspend/>
  987.  
  988. <radio
  989. label="CF11b"
  990. type="rating"
  991. values="order"
  992. ratingDirection="reverse"
  993. cardsort:bucketCSS="height: 100px; width: 160px; padding: 0; border-radius: 10px; background-color: #9dc533; border: 0 none; color: white; font-size: 18px; font-weight: bold; font-family: 'Lato Light';"
  994. cardsort:cardCSS="width: auto;"
  995. cardsort:completionCSS="color: rgb( 66, 106, 146 ); font-size: 12px;"
  996. cardsort:displayCounter="0"
  997. cardsort:displayNavigation="0"
  998. cardsort:displayProgress="0"
  999. cardsort:bucketsPerRow="5"
  1000. uses="cardsort.6">
  1001. <title>How interested are you, if at all, in each of the following topics listed below.</title>
  1002. <col label="c1">Extremely</col>
  1003. <col label="c2">Very</col>
  1004. <col label="c3">Somewhat</col>
  1005. <col label="c4">A Little</col>
  1006. <col label="c5">Not At All</col>
  1007.  
  1008. <row label="r1">Keeping up with innovations in technology</row>
  1009. <row label="r2">Knowing which tech companies are providing access to the Internet in countries that have limited or no access</row>
  1010. <row label="r3">Understanding how tech companies are handling the data and personal information of their customers</row>
  1011. <row label="r4">Knowing whether tech companies pay taxes in the countries where they operate</row>
  1012. <row label="r5">Understanding the role of social media and other technology platforms in emotional wellbeing</row>
  1013. <row label="r6">The ways that tech companies are helping people feel more control over their online experience</row>
  1014. <style copy="UniversalAutoContinue" arg:hideButton="0"/>
  1015. </radio>
  1016. <suspend/>
  1017.  
  1018. <radio
  1019. label="CF11c"
  1020. type="rating"
  1021. values="order"
  1022. ratingDirection="reverse">
  1023. <title>How strongly do you agree with the statement <i>"I usually have my own point of view on key social issues"</i>.</title>
  1024. <col label="c1">Strongly Agree</col>
  1025. <col label="c2">Somewhat Agree</col>
  1026. <col label="c3">Neither Agree nor Disagree</col>
  1027. <col label="c4">Somewhat Disagree</col>
  1028. <col label="c5">Strongly Disagree</col>
  1029. </radio>
  1030. <suspend/>
  1031.  
  1032. <checkbox
  1033. label="Conversation_Frames_qualified"
  1034. where="execute">
  1035. <title>Hidden: Holds whether the respondent is qualified as Conversation Frames.</title>
  1036. <exec>
  1037. counter = 0
  1038. if CF11a.c1 or CF11a.c2:
  1039. counter +=1
  1040. for eachRow in CF11b.rows:
  1041. if CF11b[eachRow].c1 or CF11b[eachRow].c2:
  1042. counter +=1
  1043. if CF11c.c1 or CF11c.c2:
  1044. counter +=1
  1045.  
  1046. if counter ge 6:
  1047. Conversation_Frames_qualified.r1.val = 1
  1048. </exec>
  1049. <row label="r1">Qualified</row>
  1050. </checkbox>
  1051. <suspend/>
  1052.  
  1053. <checkbox
  1054. label="Survey_qualified"
  1055. where="execute">
  1056. <title>Hidden: Holds whether the respondent is qualified for the survey.</title>
  1057. <exec>
  1058. if ((S1.r3 or S1.r4) or (QCONSENT.r1 and KID_AGE.any)) and S3.but(S3.r1,S3.r2,S3.r3,S3.r4,S3.r5,S3.r6,S3.r7,S3.r8).any and S5a.r2 and (S5b.r1 or S5b.r2) and S6a.r12.but(S6a.r12.c4,S6a.r12.c5,S6a.r12.c6).any and S6a.r11.but(S6a.r11.c4,S6a.r11.c5,S6a.r11.c6).any and S6a.r1.but(S6a.r1.c4,S6a.r1.c5,S6a.r1.c6).any and S6a.r2.but(S6a.r2.c4,S6a.r2.c5,S6a.r2.c6).any and (hS7_term.c1.count gt 0 or hS7_term.c2.count gt 0 or hS7_term.c3.count gt 0 or hS7_term.c4.count gt 0 or hS7_term.c5.count gt 0) and (S7.r5.but(S7.r5.c6,S7.r5.c7,S7.r5.c8,S7.r5.c9).any or S8.r10.but(S8.r10.c6,S8.r10.c7,S8.r10.c8,S8.r10.c9).any or vMRK_IG_DM_USAGE.r1 or (S9b.r5 or S9b.r6 or S9b.r7 or S9b.r8 or S9b.r9)):
  1059. Survey_qualified.r1.val = 1
  1060. </exec>
  1061. <row label="r1">Qualified</row>
  1062. </checkbox>
  1063. <suspend/>
  1064.  
  1065. <term cond="not Survey_qualified.r1" label="Survey_qualified_term">Survey_qualified: Participant did not meet the qualification criteria for the survey.</term>
  1066.  
  1067. <!--
  1068. <quota sheet="General" label="General_quota" />
  1069. -->
  1070.  
  1071. <html
  1072. label="INT2"
  1073. where="survey">
  1074. <b>Welcome to the survey! You are exactly who we would like to hear from. <br/><br/>
  1075.  
  1076. We would first like to ask you about your use of messaging and communication apps, including how and why you use certain apps and what's important to you when chatting with your friends and family.</b>
  1077. </html>
  1078. <suspend/>
  1079.  
  1080. <radio
  1081. label="A1"
  1082. shuffle="rows"
  1083. type="rating"
  1084. values="order"
  1085. ratingDirection="reverse">
  1086. <title>First, thinking about the different messaging and communication apps you use on a regular basis, how important are each of the following when you are deciding which messaging or communication app to use?</title>
  1087. <col label="c1">Extremely important</col>
  1088. <col label="c2">Very important</col>
  1089. <col label="c3">Somewhat important</col>
  1090. <col label="c4">Not very important</col>
  1091. <col label="c5">Not at all important</col>
  1092.  
  1093. <row label="r1"><b>Who I am messaging</b> (friends, family, coworkers, significant other etc.)</row>
  1094. <row label="r2"><b>Who I am with</b> when I am sending the message (friends, family, coworkers, significant other etc.)</row>
  1095. <row label="r3">The <b>type of content</b> I'm sending (pictures, video, text, GIFs, memes, etc.)</row>
  1096. <row label="r4">The <b>tone of the discussion</b> I'm having (fun &amp; lighthearted, serious, private, etc.)</row>
  1097. <row label="r5"><b>Where I am</b> sending the message from (at home, at a party, at work, etc.)</row>
  1098. </radio>
  1099. <suspend/>
  1100.  
  1101. <radio
  1102. label="A2"
  1103. type="rating"
  1104. values="order"
  1105. ratingDirection="reverse">
  1106. <title>Different messaging and communication apps offer various types of features. One of these features is the ability to send messages that disappear after they are read. <br/><br/>
  1107. How familiar are you with disappearing messages offered as a feature from messaging apps?</title>
  1108. <col label="c1">Extremely familiar</col>
  1109. <col label="c2">Very familiar</col>
  1110. <col label="c3">Somewhat familiar</col>
  1111. <col label="c4">Not very familiar</col>
  1112. <col label="c5">Not at all familiar</col>
  1113. </radio>
  1114. <suspend/>
  1115.  
  1116. <html
  1117. label="INT2b"
  1118. where="survey">
  1119. <b>Here is a brief explanation of disappearing messages we would like you to keep in mind as you answer the following questions:<br/><br/>
  1120.  
  1121. A mode where messages automatically disappear when you leave the conversation.</b>
  1122. </html>
  1123. <suspend/>
  1124.  
  1125. <radio
  1126. label="A3"
  1127. type="rating"
  1128. values="order"
  1129. ratingDirection="reverse">
  1130. <title>How do you feel about disappearing message features?</title>
  1131. <col label="c1">I love it</col>
  1132. <col label="c2">I like it</col>
  1133. <col label="c3">I am neutral about it</col>
  1134. <col label="c4">I dislike it</col>
  1135. <col label="c5">I hate it</col>
  1136. </radio>
  1137. <suspend/>
  1138.  
  1139. <textarea
  1140. label="A4"
  1141. optional="0">
  1142. <title>Please describe, in detail, what it is about disappearing messages that made you say "[pipe: A3]". </title>
  1143. <alt>Please describe, in detail, what it is about disappearing messages that made you say [insert response from A3].</alt>
  1144. </textarea>
  1145. <suspend/>
  1146.  
  1147. <radio
  1148. label="A5"
  1149. altlabel="A5 - Relevance"
  1150. type="rating"
  1151. values="order"
  1152. ratingDirection="reverse">
  1153. <title>How relevant are disappearing message features to you, personally?</title>
  1154. <col label="c1">Extremely relevant</col>
  1155. <col label="c2">Very relevant</col>
  1156. <col label="c3">Somewhat relevant</col>
  1157. <col label="c4">Not very relevant</col>
  1158. <col label="c5">Not at all relevant</col>
  1159. </radio>
  1160. <suspend/>
  1161.  
  1162. <radio
  1163. label="A6"
  1164. type="rating"
  1165. values="order"
  1166. ratingDirection="reverse">
  1167. <title>How interested are you in using an app that offers disappearing message features?</title>
  1168. <col label="c1">Extremely Interested</col>
  1169. <col label="c2">Very Interested</col>
  1170. <col label="c3">Somewhat Interested</col>
  1171. <col label="c4">Not Very Interested</col>
  1172. <col label="c5">Not At All Interested</col>
  1173. </radio>
  1174. <suspend/>
  1175.  
  1176. <checkbox
  1177. label="A7"
  1178. atleast="1"
  1179. atmost="3"
  1180. shuffle="rows"
  1181. cond="A6.c1 or A6.c2 or A6.c3">
  1182. <title>Why would you want to use disappearing messages when communicating with someone?</title>
  1183. <row label="r1">To share inconsequential or silly content</row>
  1184. <row label="r2">To have the freedom to change your mind</row>
  1185. <row label="r3">To feel safe to express your feelings</row>
  1186. <row label="r4">To take back a comment you might regret</row>
  1187. <row label="r5">To lower the risk of being made fun of</row>
  1188. <row label="r6">To be sneaky or secretive</row>
  1189. <row label="r7">To send risqu&#233; content</row>
  1190. <row label="r8">To protect against people you don't know or trust</row>
  1191. <row label="r9">To send private/confidential information (i.e. password or credit card number)</row>
  1192. <row label="r10" open="1" openSize="25" randomize="0">Other</row>
  1193. </checkbox>
  1194. <suspend/>
  1195.  
  1196. <html
  1197. label="INTC"
  1198. where="survey">
  1199. In this next section, we want to further explore the idea of disappearing messages, and how a messaging app might talk about this feature with consumers like you. We will share a statement with you and ask you to share your opinion on it.
  1200. <br/><br/>
  1201. Please keep in mind these statements weren't written by a professional writer and they are not a final version. These were created so that we could gather your valuable feedback so please read the statement carefully and share your honest opinions!
  1202. </html>
  1203. <suspend/>
  1204.  
  1205. <quota sheet="Benefit_Statements" label="Benefit_Statements_quota"/>
  1206.  
  1207. <radio
  1208. label="Benefit_Statements"
  1209. where="execute"
  1210. optional="1">
  1211. <title>Hidden: Holds the order in which the benefit statements will be shown.</title>
  1212. <exec>
  1213. for eachRow in Benefit_Statements.rows:
  1214. if hasMarker('/Benefit_Statements/statement%s' %eachRow.label[1:]):
  1215. Benefit_Statements.val = Benefit_Statements.attr('r%s' %eachRow.label[1:]).index
  1216. </exec>
  1217. <row label="r1">
  1218. <b>Live in the Moment</b><br/><br/>
  1219. Sometimes you want to live in the moment. When you're sending silly pictures, asking for your friend's opinion or just goofing off, you know that not every message needs to stick around forever. Opt-in features like Disappearing Mode or Message Expiration let you choose when messages disappear, so you can share the moment and just have fun.</row>
  1220. <row label="r2">
  1221. <b>Freedom of Expression</b><br/><br/>
  1222. You send messages to all sorts of different people throughout the day, and you should have a messaging app that lets you choose how to express yourself. Whether you're blowing off steam, chatting with your friends or messaging with your family, you should be yourself in every conversation. Opt-in features like Disappearing Mode or Message Expiration let you decide when to send messages that don't stick around forever.</row>
  1223. <row label="r3">
  1224. <b>Privacy</b><br/><br/>
  1225. Your messages should only be seen by you and the person you're sending them to. With new modes that ensure your conversations don't stick around forever, you now have more ways than ever to make sure your messages stay private. Opt-in features like Disappearing Mode and Message Expiration let you choose when your messages disappear to keep your conversations secure.</row>
  1226. </radio>
  1227. <suspend/>
  1228.  
  1229. <style label="disable_next" arg:timeout="5000" mode="after" name="survey.respview.footer" with="INT3" wrap="ready">
  1230. <![CDATA[
  1231. var b = $ ("#btn_next, #btn_finish")
  1232. b.disable()
  1233. setTimeout(function() { b.enable()} , $(timeout))
  1234. ]]>
  1235. </style>
  1236.  
  1237. <html
  1238. label="INT3"
  1239. where="survey">
  1240. <b>Here is the statement you will be evaluating. Please read the entire statement carefully. </b><br/><br/>
  1241. [pipe:Benefit_Statements]
  1242. </html>
  1243. <suspend/>
  1244.  
  1245. <radio
  1246. label="C1a"
  1247. type="rating"
  1248. values="order"
  1249. ratingDirection="reverse">
  1250. <title><b class="bolded">[pipe: Benefit_Statements]</b> <br/><br/>How do you feel about this statement overall?</title>
  1251. <alt>How do you feel about this statement overall?</alt>
  1252. <row label="r1">I love it</row>
  1253. <row label="r2">I like it</row>
  1254. <row label="r3">I am neutral about it</row>
  1255. <row label="r4">I dislike it</row>
  1256. <row label="r5">I hate it</row>
  1257. </radio>
  1258. <suspend/>
  1259.  
  1260. <textarea
  1261. label="C1b"
  1262. optional="0">
  1263. <title><b class="bolded">[pipe: Benefit_Statements]</b> <br/><br/>Please describe, in detail, what it is about this statement that made you say "[pipe: C1a]"?</title>
  1264. <alt>Please describe, in detail, what it is about this statement that made you say [insert response from C1a]?</alt>
  1265. </textarea>
  1266. <suspend/>
  1267.  
  1268. <html
  1269. label="INT4"
  1270. where="survey">
  1271. We would now like for you to evaluate the same statement and indicate what you like and/or dislike about it.
  1272. </html>
  1273. <suspend/>
  1274.  
  1275. <select
  1276. label="C2_1"
  1277. hottext:atleast="1"
  1278. uses="hottext.3"
  1279. cond="Benefit_Statements.r1">
  1280. <title>As you read the positioning below, please use the highlighter pen to indicate specific words and phrases you like or dislike. You may use one, or both colors.</title>
  1281. <comment><ul>
  1282. <li>Use the green highlighter to indicate words/phrases that you particularly like.</li>
  1283. <li>Use the red highlighter to indicate words/phrases that you particularly dislike.</li>
  1284. <li>If you change your mind, select the relevant highlighter and click on the text to remove the color. Please note, you must highlight something to continue.</li>
  1285. </ul></comment>
  1286. <validate>
  1287. validate_hottext(this)
  1288. </validate>
  1289. <choice label="ch1" hottext:marker_color="green" value="1">Like</choice>
  1290. <choice label="ch2" hottext:marker_color="red" value="2">Dislike</choice>
  1291. <choice label="ch0" value="0" where="report">Not marked</choice>
  1292. <row label="r1" hottext:prefix_html="&lt;div&gt;&lt;b&gt;" hottext:suffix_html="">Live</row>
  1293. <row label="r2" hottext:prefix_html="" hottext:suffix_html="">in</row>
  1294. <row label="r3" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1295. <row label="r4" hottext:prefix_html="" hottext:suffix_html="&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;">Moment</row>
  1296. <row label="r5" hottext:prefix_html="" hottext:suffix_html="">Sometimes</row>
  1297. <row label="r6" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1298. <row label="r7" hottext:prefix_html="" hottext:suffix_html="">want</row>
  1299. <row label="r8" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1300. <row label="r9" hottext:prefix_html="" hottext:suffix_html="">live</row>
  1301. <row label="r10" hottext:prefix_html="" hottext:suffix_html="">in</row>
  1302. <row label="r11" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1303. <row label="r12" hottext:prefix_html="" hottext:suffix_html=".">moment</row>
  1304. <row label="r13" hottext:prefix_html="" hottext:suffix_html="">When</row>
  1305. <row label="r14" hottext:prefix_html="" hottext:suffix_html="">you're</row>
  1306. <row label="r15" hottext:prefix_html="" hottext:suffix_html="">sending</row>
  1307. <row label="r16" hottext:prefix_html="" hottext:suffix_html="">silly</row>
  1308. <row label="r17" hottext:prefix_html="" hottext:suffix_html="">pictures</row>
  1309. <row label="r18" hottext:prefix_html="" hottext:suffix_html="">asking</row>
  1310. <row label="r19" hottext:prefix_html="" hottext:suffix_html="">for</row>
  1311. <row label="r20" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1312. <row label="r21" hottext:prefix_html="" hottext:suffix_html="">friend's</row>
  1313. <row label="r22" hottext:prefix_html="" hottext:suffix_html="">opinion</row>
  1314. <row label="r23" hottext:prefix_html="" hottext:suffix_html="">or</row>
  1315. <row label="r24" hottext:prefix_html="" hottext:suffix_html="">just</row>
  1316. <row label="r25" hottext:prefix_html="" hottext:suffix_html="">goofing</row>
  1317. <row label="r26" hottext:prefix_html="" hottext:suffix_html=",">off</row>
  1318. <row label="r27" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1319. <row label="r28" hottext:prefix_html="" hottext:suffix_html="">know</row>
  1320. <row label="r29" hottext:prefix_html="" hottext:suffix_html="">that</row>
  1321. <row label="r30" hottext:prefix_html="" hottext:suffix_html="">not</row>
  1322. <row label="r31" hottext:prefix_html="" hottext:suffix_html="">every</row>
  1323. <row label="r32" hottext:prefix_html="" hottext:suffix_html="">message</row>
  1324. <row label="r33" hottext:prefix_html="" hottext:suffix_html="">needs</row>
  1325. <row label="r34" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1326. <row label="r35" hottext:prefix_html="" hottext:suffix_html="">stick</row>
  1327. <row label="r36" hottext:prefix_html="" hottext:suffix_html="">around</row>
  1328. <row label="r37" hottext:prefix_html="" hottext:suffix_html=".">forever</row>
  1329. <row label="r38" hottext:prefix_html="" hottext:suffix_html="">Opt-in</row>
  1330. <row label="r39" hottext:prefix_html="" hottext:suffix_html="">features</row>
  1331. <row label="r40" hottext:prefix_html="" hottext:suffix_html="">like</row>
  1332. <row label="r41" hottext:prefix_html="" hottext:suffix_html="">Disappearing</row>
  1333. <row label="r42" hottext:prefix_html="" hottext:suffix_html="">Mode</row>
  1334. <row label="r43" hottext:prefix_html="" hottext:suffix_html="">or</row>
  1335. <row label="r44" hottext:prefix_html="" hottext:suffix_html="">Message</row>
  1336. <row label="r45" hottext:prefix_html="" hottext:suffix_html="">Expiration</row>
  1337. <row label="r46" hottext:prefix_html="" hottext:suffix_html="">let</row>
  1338. <row label="r47" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1339. <row label="r48" hottext:prefix_html="" hottext:suffix_html="">choose</row>
  1340. <row label="r49" hottext:prefix_html="" hottext:suffix_html="">when</row>
  1341. <row label="r50" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1342. <row label="r51" hottext:prefix_html="" hottext:suffix_html=",">disappear</row>
  1343. <row label="r52" hottext:prefix_html="" hottext:suffix_html="">so</row>
  1344. <row label="r53" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1345. <row label="r54" hottext:prefix_html="" hottext:suffix_html="">can</row>
  1346. <row label="r55" hottext:prefix_html="" hottext:suffix_html="">share</row>
  1347. <row label="r56" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1348. <row label="r57" hottext:prefix_html="" hottext:suffix_html="">moment</row>
  1349. <row label="r58" hottext:prefix_html="" hottext:suffix_html="">and</row>
  1350. <row label="r59" hottext:prefix_html="" hottext:suffix_html="">just</row>
  1351. <row label="r60" hottext:prefix_html="" hottext:suffix_html="">have</row>
  1352. <row label="r61" hottext:prefix_html="" hottext:suffix_html=".">fun</row>
  1353.  
  1354. </select>
  1355. <suspend/>
  1356.  
  1357. <exec>
  1358. qn = C2_1
  1359.  
  1360. if qn.any:
  1361. for eachRow in qn.rows:
  1362. if not eachRow.ch1 or eachRow.ch2:
  1363. eachRow.val = qn.ch0.index
  1364. </exec>
  1365.  
  1366. <select
  1367. label="C2_2"
  1368. hottext:atleast="1"
  1369. uses="hottext.3"
  1370. cond="Benefit_Statements.r2">
  1371. <title>As you read the positioning below, please use the highlighter pen to indicate specific words and phrases you like or dislike. You may use one, or both colors.</title>
  1372. <comment><ul>
  1373. <li>Use the green highlighter to indicate words/phrases that you particularly like.</li>
  1374. <li>Use the red highlighter to indicate words/phrases that you particularly dislike.</li>
  1375. <li>If you change your mind, select the relevant highlighter and click on the text to remove the color. Please note, you must highlight something to continue.</li>
  1376. </ul></comment>
  1377. <validate>
  1378. validate_hottext(this)
  1379. </validate>
  1380. <choice label="ch1" hottext:marker_color="green" value="1">Like</choice>
  1381. <choice label="ch2" hottext:marker_color="red" value="2">Dislike</choice>
  1382. <choice label="ch0" value="0" where="report">Not marked</choice>
  1383. <row label="r1" hottext:prefix_html="&lt;div&gt;&lt;b&gt;" hottext:suffix_html="">Freedom</row>
  1384. <row label="r2" hottext:prefix_html="" hottext:suffix_html="">of</row>
  1385. <row label="r3" hottext:prefix_html="" hottext:suffix_html="&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;">Expression</row>
  1386. <row label="r4" hottext:prefix_html="" hottext:suffix_html="">You</row>
  1387. <row label="r5" hottext:prefix_html="" hottext:suffix_html="">send</row>
  1388. <row label="r6" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1389. <row label="r7" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1390. <row label="r8" hottext:prefix_html="" hottext:suffix_html="">all</row>
  1391. <row label="r9" hottext:prefix_html="" hottext:suffix_html="">sorts</row>
  1392. <row label="r10" hottext:prefix_html="" hottext:suffix_html="">of</row>
  1393. <row label="r11" hottext:prefix_html="" hottext:suffix_html="">different</row>
  1394. <row label="r12" hottext:prefix_html="" hottext:suffix_html="">people</row>
  1395. <row label="r13" hottext:prefix_html="" hottext:suffix_html="">throughout</row>
  1396. <row label="r14" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1397. <row label="r15" hottext:prefix_html="" hottext:suffix_html=",">day</row>
  1398. <row label="r16" hottext:prefix_html="" hottext:suffix_html="">and</row>
  1399. <row label="r17" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1400. <row label="r18" hottext:prefix_html="" hottext:suffix_html="">should</row>
  1401. <row label="r19" hottext:prefix_html="" hottext:suffix_html="">have</row>
  1402. <row label="r20" hottext:prefix_html="" hottext:suffix_html="">a</row>
  1403. <row label="r21" hottext:prefix_html="" hottext:suffix_html="">messaging</row>
  1404. <row label="r22" hottext:prefix_html="" hottext:suffix_html="">app</row>
  1405. <row label="r23" hottext:prefix_html="" hottext:suffix_html="">that</row>
  1406. <row label="r24" hottext:prefix_html="" hottext:suffix_html="">lets</row>
  1407. <row label="r25" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1408. <row label="r26" hottext:prefix_html="" hottext:suffix_html="">choose</row>
  1409. <row label="r27" hottext:prefix_html="" hottext:suffix_html="">how</row>
  1410. <row label="r28" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1411. <row label="r29" hottext:prefix_html="" hottext:suffix_html="">express</row>
  1412. <row label="r30" hottext:prefix_html="" hottext:suffix_html=".">yourself</row>
  1413. <row label="r31" hottext:prefix_html="" hottext:suffix_html="">Whether</row>
  1414. <row label="r32" hottext:prefix_html="" hottext:suffix_html="">you're</row>
  1415. <row label="r33" hottext:prefix_html="" hottext:suffix_html="">blowing</row>
  1416. <row label="r34" hottext:prefix_html="" hottext:suffix_html="">off</row>
  1417. <row label="r35" hottext:prefix_html="" hottext:suffix_html=",">steam</row>
  1418. <row label="r36" hottext:prefix_html="" hottext:suffix_html="">chatting</row>
  1419. <row label="r37" hottext:prefix_html="" hottext:suffix_html="">with</row>
  1420. <row label="r38" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1421. <row label="r39" hottext:prefix_html="" hottext:suffix_html="">friends</row>
  1422. <row label="r40" hottext:prefix_html="" hottext:suffix_html="">or</row>
  1423. <row label="r41" hottext:prefix_html="" hottext:suffix_html="">messaging</row>
  1424. <row label="r42" hottext:prefix_html="" hottext:suffix_html="">with</row>
  1425. <row label="r43" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1426. <row label="r44" hottext:prefix_html="" hottext:suffix_html=",">family</row>
  1427. <row label="r45" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1428. <row label="r46" hottext:prefix_html="" hottext:suffix_html="">should</row>
  1429. <row label="r47" hottext:prefix_html="" hottext:suffix_html="">be</row>
  1430. <row label="r48" hottext:prefix_html="" hottext:suffix_html="">yourself</row>
  1431. <row label="r49" hottext:prefix_html="" hottext:suffix_html="">in</row>
  1432. <row label="r50" hottext:prefix_html="" hottext:suffix_html="">every</row>
  1433. <row label="r51" hottext:prefix_html="" hottext:suffix_html=".">conversation</row>
  1434. <row label="r52" hottext:prefix_html="" hottext:suffix_html="">Opt-in</row>
  1435. <row label="r53" hottext:prefix_html="" hottext:suffix_html="">features</row>
  1436. <row label="r54" hottext:prefix_html="" hottext:suffix_html="">like</row>
  1437. <row label="r55" hottext:prefix_html="" hottext:suffix_html="">Disappearing</row>
  1438. <row label="r56" hottext:prefix_html="" hottext:suffix_html="">Mode</row>
  1439. <row label="r57" hottext:prefix_html="" hottext:suffix_html="">or</row>
  1440. <row label="r58" hottext:prefix_html="" hottext:suffix_html="">Message</row>
  1441. <row label="r59" hottext:prefix_html="" hottext:suffix_html="">Expiration</row>
  1442. <row label="r60" hottext:prefix_html="" hottext:suffix_html="">let</row>
  1443. <row label="r61" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1444. <row label="r62" hottext:prefix_html="" hottext:suffix_html="">decide</row>
  1445. <row label="r63" hottext:prefix_html="" hottext:suffix_html="">when</row>
  1446. <row label="r64" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1447. <row label="r65" hottext:prefix_html="" hottext:suffix_html="">send</row>
  1448. <row label="r66" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1449. <row label="r67" hottext:prefix_html="" hottext:suffix_html="">that</row>
  1450. <row label="r68" hottext:prefix_html="" hottext:suffix_html="">don't</row>
  1451. <row label="r69" hottext:prefix_html="" hottext:suffix_html="">stick</row>
  1452. <row label="r70" hottext:prefix_html="" hottext:suffix_html="">around</row>
  1453. <row label="r71" hottext:prefix_html="" hottext:suffix_html=".">forever</row>
  1454.  
  1455. </select>
  1456. <suspend/>
  1457.  
  1458. <exec>
  1459. qn = C2_2
  1460.  
  1461. if qn.any:
  1462. for eachRow in qn.rows:
  1463. if not eachRow.ch1 or eachRow.ch2:
  1464. eachRow.val = qn.ch0.index
  1465. </exec>
  1466.  
  1467. <select
  1468. label="C3_3"
  1469. hottext:atleast="1"
  1470. uses="hottext.3"
  1471. cond="Benefit_Statements.r3">
  1472. <title>As you read the positioning below, please use the highlighter pen to indicate specific words and phrases you like or dislike. You may use one, or both colors.</title>
  1473. <comment><ul>
  1474. <li>Use the green highlighter to indicate words/phrases that you particularly like.</li>
  1475. <li>Use the red highlighter to indicate words/phrases that you particularly dislike.</li>
  1476. <li>If you change your mind, select the relevant highlighter and click on the text to remove the color. Please note, you must highlight something to continue.</li>
  1477. </ul></comment>
  1478. <validate>
  1479. validate_hottext(this)
  1480. </validate>
  1481. <choice label="ch1" hottext:marker_color="green" value="1">Like</choice>
  1482. <choice label="ch2" hottext:marker_color="red" value="2">Dislike</choice>
  1483. <choice label="ch0" value="0" where="report">Not marked</choice>
  1484. <row label="r1" hottext:prefix_html="&lt;div&gt;&lt;b&gt;" hottext:suffix_html="&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;">Privacy</row>
  1485. <row label="r2" hottext:prefix_html="" hottext:suffix_html="">Your</row>
  1486. <row label="r3" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1487. <row label="r4" hottext:prefix_html="" hottext:suffix_html="">should</row>
  1488. <row label="r5" hottext:prefix_html="" hottext:suffix_html="">only</row>
  1489. <row label="r6" hottext:prefix_html="" hottext:suffix_html="">be</row>
  1490. <row label="r7" hottext:prefix_html="" hottext:suffix_html="">seen</row>
  1491. <row label="r8" hottext:prefix_html="" hottext:suffix_html="">by</row>
  1492. <row label="r9" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1493. <row label="r10" hottext:prefix_html="" hottext:suffix_html="">and</row>
  1494. <row label="r11" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1495. <row label="r12" hottext:prefix_html="" hottext:suffix_html="">person</row>
  1496. <row label="r13" hottext:prefix_html="" hottext:suffix_html="">you're</row>
  1497. <row label="r14" hottext:prefix_html="" hottext:suffix_html="">sending</row>
  1498. <row label="r15" hottext:prefix_html="" hottext:suffix_html="">them</row>
  1499. <row label="r16" hottext:prefix_html="" hottext:suffix_html=".">to</row>
  1500. <row label="r17" hottext:prefix_html="" hottext:suffix_html="">With</row>
  1501. <row label="r18" hottext:prefix_html="" hottext:suffix_html="">new</row>
  1502. <row label="r19" hottext:prefix_html="" hottext:suffix_html="">modes</row>
  1503. <row label="r20" hottext:prefix_html="" hottext:suffix_html="">that</row>
  1504. <row label="r21" hottext:prefix_html="" hottext:suffix_html="">ensure</row>
  1505. <row label="r22" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1506. <row label="r23" hottext:prefix_html="" hottext:suffix_html="">conversations</row>
  1507. <row label="r24" hottext:prefix_html="" hottext:suffix_html="">don't</row>
  1508. <row label="r25" hottext:prefix_html="" hottext:suffix_html="">stick</row>
  1509. <row label="r26" hottext:prefix_html="" hottext:suffix_html="">around</row>
  1510. <row label="r27" hottext:prefix_html="" hottext:suffix_html=",">forever</row>
  1511. <row label="r28" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1512. <row label="r29" hottext:prefix_html="" hottext:suffix_html="">now</row>
  1513. <row label="r30" hottext:prefix_html="" hottext:suffix_html="">have</row>
  1514. <row label="r31" hottext:prefix_html="" hottext:suffix_html="">more</row>
  1515. <row label="r32" hottext:prefix_html="" hottext:suffix_html="">ways</row>
  1516. <row label="r33" hottext:prefix_html="" hottext:suffix_html="">than</row>
  1517. <row label="r34" hottext:prefix_html="" hottext:suffix_html="">ever</row>
  1518. <row label="r35" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1519. <row label="r36" hottext:prefix_html="" hottext:suffix_html="">make</row>
  1520. <row label="r37" hottext:prefix_html="" hottext:suffix_html="">sure</row>
  1521. <row label="r38" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1522. <row label="r39" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1523. <row label="r40" hottext:prefix_html="" hottext:suffix_html="">stay</row>
  1524. <row label="r41" hottext:prefix_html="" hottext:suffix_html=".">private</row>
  1525. <row label="r42" hottext:prefix_html="" hottext:suffix_html="">Opt-in</row>
  1526. <row label="r43" hottext:prefix_html="" hottext:suffix_html="">features</row>
  1527. <row label="r44" hottext:prefix_html="" hottext:suffix_html="">like</row>
  1528. <row label="r45" hottext:prefix_html="" hottext:suffix_html="">Disappearing</row>
  1529. <row label="r46" hottext:prefix_html="" hottext:suffix_html="">Mode</row>
  1530. <row label="r47" hottext:prefix_html="" hottext:suffix_html="">and</row>
  1531. <row label="r48" hottext:prefix_html="" hottext:suffix_html="">Message</row>
  1532. <row label="r49" hottext:prefix_html="" hottext:suffix_html="">Expiration</row>
  1533. <row label="r50" hottext:prefix_html="" hottext:suffix_html="">let</row>
  1534. <row label="r51" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1535. <row label="r52" hottext:prefix_html="" hottext:suffix_html="">choose</row>
  1536. <row label="r53" hottext:prefix_html="" hottext:suffix_html="">when</row>
  1537. <row label="r54" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1538. <row label="r55" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1539. <row label="r56" hottext:prefix_html="" hottext:suffix_html="">disappear</row>
  1540. <row label="r57" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1541. <row label="r58" hottext:prefix_html="" hottext:suffix_html="">keep</row>
  1542. <row label="r59" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1543. <row label="r60" hottext:prefix_html="" hottext:suffix_html="">conversations</row>
  1544. <row label="r61" hottext:prefix_html="" hottext:suffix_html=".">secure</row>
  1545.  
  1546. </select>
  1547. <suspend/>
  1548.  
  1549. <exec>
  1550. qn = C3_3
  1551.  
  1552. if qn.any:
  1553. for eachRow in qn.rows:
  1554. if not eachRow.ch1 or eachRow.ch2:
  1555. eachRow.val = qn.ch0.index
  1556. </exec>
  1557.  
  1558.  
  1559. <radio
  1560. label="C3"
  1561. altlabel="C3: Relevance"
  1562. type="rating"
  1563. values="order"
  1564. ratingDirection="reverse">
  1565. <title><b class="bolded">[pipe: Benefit_Statements]</b> <br/><br/>How relevant is this statement to you, personally?</title>
  1566. <alt>How relevant is this statement to you, personally?</alt>
  1567. <col label="c1">Extremely relevant</col>
  1568. <col label="c2">Very relevant</col>
  1569. <col label="c3">Somewhat relevant</col>
  1570. <col label="c4">Not very relevant</col>
  1571. <col label="c5">Not at all relevant</col>
  1572. </radio>
  1573. <suspend/>
  1574.  
  1575. <radio
  1576. label="C4"
  1577. altlabel="C4: Interest"
  1578. type="rating"
  1579. values="order"
  1580. ratingDirection="reverse">
  1581. <title><b class="bolded">[pipe: Benefit_Statements]</b> <br/><br/>How interested are you in using disappearing messages based upon this statement?</title>
  1582. <alt>How different are the features mentioned in this statement compared to what's currently available on messaging apps?</alt>
  1583. <col label="c1">Extremely Interested</col>
  1584. <col label="c2">Very Interested</col>
  1585. <col label="c3">Somewhat Interested</col>
  1586. <col label="c4">Not Very Interested</col>
  1587. <col label="c5">Not At All Interested</col>
  1588. </radio>
  1589. <suspend/>
  1590.  
  1591. <radio
  1592. label="C5"
  1593. altlabel="C5: Uniqueness"
  1594. type="rating"
  1595. values="order"
  1596. ratingDirection="reverse">
  1597. <title><b class="bolded">[pipe: Benefit_Statements]</b> <br/><br/>How unique and different is this statement compared to how you currently use messaging and communication apps?</title>
  1598. <alt>How unique and different is this statement compared to how you currently use messaging and communication apps?</alt>
  1599. <col label="c1">Completely unique &amp; different</col>
  1600. <col label="c2">Unique &amp; different</col>
  1601. <col label="c3">Moderately unique &amp; different</col>
  1602. <col label="c4">Not really unique &amp; different</col>
  1603. <col label="c5">Not unique &amp; different at all</col>
  1604. </radio>
  1605. <suspend/>
  1606.  
  1607. <block
  1608. label="C6_B" randomize="1" randomizeChildren="1">
  1609. <html
  1610. label="C6_INT"
  1611. where="survey">
  1612. [pipe: Benefit_Statements] <br/><br/>
  1613. <b>Which of the following best describes the kinds of messages you would send based on this statement?</b>
  1614. </html>
  1615.  
  1616. <select
  1617. label="C6_1"
  1618. shuffle="choices"
  1619. type="rating"
  1620. values="order"
  1621. ratingDirection="reverse"
  1622. uses="sliderpoints.3">
  1623. <title> </title>
  1624. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1625. <exec>
  1626. order = random.randint(1,2)
  1627. if order == 1:
  1628. C6_1.choices.order = [0,1,2,3,4]
  1629. else:
  1630. C6_1.choices.order = [4,3,2,1,0]
  1631. </exec>
  1632. <choice label="ch1">Insignificant</choice>
  1633. <choice label="ch2"></choice>
  1634. <choice label="ch3"></choice>
  1635. <choice label="ch4"></choice>
  1636. <choice label="ch5">Necessary</choice>
  1637. </select>
  1638.  
  1639. <select
  1640. label="C6_2"
  1641. shuffle="choices"
  1642. type="rating"
  1643. values="order"
  1644. ratingDirection="reverse"
  1645. uses="sliderpoints.3">
  1646. <title> </title>
  1647. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1648. <exec>
  1649. order = random.randint(1,2)
  1650. if order == 1:
  1651. C6_2.choices.order = [0,1,2,3,4]
  1652. else:
  1653. C6_2.choices.order = [4,3,2,1,0]
  1654. </exec>
  1655. <choice label="ch1">Funny</choice>
  1656. <choice label="ch2"></choice>
  1657. <choice label="ch3"></choice>
  1658. <choice label="ch4"></choice>
  1659. <choice label="ch5">Serious</choice>
  1660. </select>
  1661.  
  1662. <select
  1663. label="C6_3"
  1664. shuffle="choices"
  1665. type="rating"
  1666. values="order"
  1667. ratingDirection="reverse"
  1668. uses="sliderpoints.3">
  1669. <title> </title>
  1670. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1671. <exec>
  1672. order = random.randint(1,2)
  1673. if order == 1:
  1674. C6_3.choices.order = [0,1,2,3,4]
  1675. else:
  1676. C6_3.choices.order = [4,3,2,1,0]
  1677. </exec>
  1678. <choice label="ch1">Brief</choice>
  1679. <choice label="ch2"></choice>
  1680. <choice label="ch3"></choice>
  1681. <choice label="ch4"></choice>
  1682. <choice label="ch5">Detailed</choice>
  1683. </select>
  1684.  
  1685. <select
  1686. label="C6_4"
  1687. shuffle="choices"
  1688. type="rating"
  1689. values="order"
  1690. ratingDirection="reverse"
  1691. uses="sliderpoints.3">
  1692. <title> </title>
  1693. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1694. <exec>
  1695. order = random.randint(1,2)
  1696. if order == 1:
  1697. C6_4.choices.order = [0,1,2,3,4]
  1698. else:
  1699. C6_4.choices.order = [4,3,2,1,0]
  1700. </exec>
  1701. <choice label="ch1">Creative</choice>
  1702. <choice label="ch2"></choice>
  1703. <choice label="ch3"></choice>
  1704. <choice label="ch4"></choice>
  1705. <choice label="ch5">Logical</choice>
  1706. </select>
  1707.  
  1708. <select
  1709. label="C6_5"
  1710. shuffle="choices"
  1711. type="rating"
  1712. values="order"
  1713. ratingDirection="reverse"
  1714. uses="sliderpoints.3">
  1715. <title> </title>
  1716. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1717. <exec>
  1718. order = random.randint(1,2)
  1719. if order == 1:
  1720. C6_5.choices.order = [0,1,2,3,4]
  1721. else:
  1722. C6_5.choices.order = [4,3,2,1,0]
  1723. </exec>
  1724. <choice label="ch1">Spontaneous </choice>
  1725. <choice label="ch2"></choice>
  1726. <choice label="ch3"></choice>
  1727. <choice label="ch4"></choice>
  1728. <choice label="ch5">Planned</choice>
  1729. </select>
  1730. <suspend/>
  1731. </block>
  1732.  
  1733. <block
  1734. label="C6_BL" randomize="1" randomizeChildren="1">
  1735.  
  1736. <html
  1737. label="C6_INT2"
  1738. where="survey">
  1739. [pipe: Benefit_Statements] <br/><br/>
  1740. <b>Which of the following best describes the kinds of messages you would send based on this statement?</b>
  1741. </html>
  1742.  
  1743. <select
  1744. label="C6_6"
  1745. shuffle="choices"
  1746. type="rating"
  1747. values="order"
  1748. ratingDirection="reverse"
  1749. uses="sliderpoints.3">
  1750. <title> </title>
  1751. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1752. <exec>
  1753. order = random.randint(1,2)
  1754. if order == 1:
  1755. C6_6.choices.order = [0,1,2,3,4]
  1756. else:
  1757. C6_6.choices.order = [4,3,2,1,0]
  1758. </exec>
  1759. <choice label="ch1">Fantasy</choice>
  1760. <choice label="ch2"></choice>
  1761. <choice label="ch3"></choice>
  1762. <choice label="ch4"></choice>
  1763. <choice label="ch5">Realistic</choice>
  1764. </select>
  1765.  
  1766.  
  1767. <select
  1768. label="C6_7"
  1769. shuffle="choices"
  1770. type="rating"
  1771. values="order"
  1772. ratingDirection="reverse"
  1773. uses="sliderpoints.3">
  1774. <title> </title>
  1775. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1776. <exec>
  1777. order = random.randint(1,2)
  1778. if order == 1:
  1779. C6_7.choices.order = [0,1,2,3,4]
  1780. else:
  1781. C6_7.choices.order = [4,3,2,1,0]
  1782. </exec>
  1783. <choice label="ch1">Vulnerable</choice>
  1784. <choice label="ch2"></choice>
  1785. <choice label="ch3"></choice>
  1786. <choice label="ch4"></choice>
  1787. <choice label="ch5">Guarded</choice>
  1788. </select>
  1789.  
  1790. <select
  1791. label="C6_8"
  1792. shuffle="choices"
  1793. type="rating"
  1794. values="order"
  1795. ratingDirection="reverse"
  1796. uses="sliderpoints.3">
  1797. <title> </title>
  1798. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1799. <exec>
  1800. order = random.randint(1,2)
  1801. if order == 1:
  1802. C6_8.choices.order = [0,1,2,3,4]
  1803. else:
  1804. C6_8.choices.order = [4,3,2,1,0]
  1805. </exec>
  1806. <choice label="ch1">Private</choice>
  1807. <choice label="ch2"></choice>
  1808. <choice label="ch3"></choice>
  1809. <choice label="ch4"></choice>
  1810. <choice label="ch5">Public</choice>
  1811. </select>
  1812.  
  1813. <select
  1814. label="C6_9"
  1815. shuffle="choices"
  1816. type="rating"
  1817. values="order"
  1818. ratingDirection="reverse"
  1819. uses="sliderpoints.3">
  1820. <title> </title>
  1821. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1822. <exec>
  1823. order = random.randint(1,2)
  1824. if order == 1:
  1825. C6_9.choices.order = [0,1,2,3,4]
  1826. else:
  1827. C6_9.choices.order = [4,3,2,1,0]
  1828. </exec>
  1829. <choice label="ch1">Casual </choice>
  1830. <choice label="ch2"></choice>
  1831. <choice label="ch3"></choice>
  1832. <choice label="ch4"></choice>
  1833. <choice label="ch5">Formal</choice>
  1834. </select>
  1835.  
  1836. <select
  1837. label="C6_10"
  1838. shuffle="choices"
  1839. type="rating"
  1840. values="order"
  1841. ratingDirection="reverse"
  1842. uses="sliderpoints.3">
  1843. <title> </title>
  1844. <alt>Which of the following best describes the kinds of messages you would send based on this statement?</alt>
  1845. <exec>
  1846. order = random.randint(1,2)
  1847. if order == 1:
  1848. C6_10.choices.order = [0,1,2,3,4]
  1849. else:
  1850. C6_10.choices.order = [4,3,2,1,0]
  1851. </exec>
  1852. <choice label="ch1">Secretive</choice>
  1853. <choice label="ch2"></choice>
  1854. <choice label="ch3"></choice>
  1855. <choice label="ch4"></choice>
  1856. <choice label="ch5">Honest/Open</choice>
  1857. </select>
  1858. <suspend/>
  1859.  
  1860. </block>
  1861.  
  1862.  
  1863. <select
  1864. label="C7"
  1865. type="rating"
  1866. values="order"
  1867. ratingDirection="reverse"
  1868. uses="sliderpoints.3">
  1869. <title>[pipe: Benefit_Statements] <br/><br/> Who would you be most likely to message if the features described in this statement were available?</title>
  1870. <alt>Who would you be most likely to message if the features described in this statement were available?</alt>
  1871. <choice label="ch1">Someone I Am Very Close To (e.g., Family member, spouse, best friend)</choice>
  1872. <choice label="ch2"></choice>
  1873. <choice label="ch3"></choice>
  1874. <choice label="ch4"></choice>
  1875. <choice label="ch5">A Distant Acquaintance (e.g., Co-worker, friend of a friend)</choice>
  1876. </select>
  1877. <suspend/>
  1878.  
  1879. <radio
  1880. label="C8"
  1881. shuffle="rows"
  1882. type="rating"
  1883. values="order"
  1884. ratingDirection="reverse">
  1885. <title>[pipe: Benefit_Statements] <br/><br/> Thinking about this statement specifically, how strongly do you agree or disagree with each of the following? This would...</title>
  1886. <alt>Thinking about this statement specifically, how strongly do you agree or disagree with each of the following? This would...</alt>
  1887. <col label="c1">Strongly Agree</col>
  1888. <col label="c2">Somewhat Agree</col>
  1889. <col label="c3">Neither Agree nor Disagree</col>
  1890. <col label="c4">Somewhat Disagree</col>
  1891. <col label="c5">Strongly Disagree</col>
  1892.  
  1893. <row label="r1">Motivate me to reach out to people more often</row>
  1894. <row label="r2">Enable me to share more personal content</row>
  1895. <row label="r3">Allow me to share inconsequential or silly content</row>
  1896. <row label="r4">Give me the freedom to change my mind</row>
  1897. <row label="r5">Make me feel safe to express my feelings</row>
  1898. <row label="r6">Allow me to take back a comment I might regret</row>
  1899. <row label="r7">Lower the risk of being made fun of</row>
  1900. <row label="r8">Allow me to be sneaky or secretive</row>
  1901. <row label="r9">Allow me to send risqu&#233; content</row>
  1902. <row label="r10">Protect me against people I don't know or trust</row>
  1903. <row label="r11">Allow me send private/confidential information (i.e. password or credit card number)</row>
  1904. </radio>
  1905. <suspend/>
  1906.  
  1907. <checkbox
  1908. label="C9"
  1909. atleast="1"
  1910. atmost="3"
  1911. shuffle="rows">
  1912. <title>[pipe: Benefit_Statements] <br/><br/> If a messaging app offered this experience, what type of content would you be most likely to send?</title>
  1913. <alt>If a messaging app offered this experience, what type of content would you be most likely to send?</alt>
  1914. <comment>Please select up to 3.</comment>
  1915. <row label="r1">Photos</row>
  1916. <row label="r2">Video</row>
  1917. <row label="r3">Text</row>
  1918. <row label="r4">Memes</row>
  1919. <row label="r5">GIFs</row>
  1920. <row label="r6">Bitmojis</row>
  1921. <row label="r7" open="1" openSize="25" randomize="0">Other</row>
  1922. </checkbox>
  1923. <suspend/>
  1924.  
  1925. <checkbox
  1926. label="C10"
  1927. atleast="1"
  1928. atmost="3"
  1929. shuffle="rows">
  1930. <title>[pipe: Benefit_Statements] <br/><br/> What types of conversations and chats would you be likely to have if this were offered by a messaging app? </title>
  1931. <alt>What types of conversations and chats would you be likely to have if this were offered by a messaging app? </alt>
  1932. <comment>Please select up to 3.</comment>
  1933. <row label="r1">Private or sensitive chats</row>
  1934. <row label="r2">Funny or playful chats</row>
  1935. <row label="r3">Chats that allow me to be honest and authentic</row>
  1936. <row label="r4">Chats that allow me to blow off steam</row>
  1937. <row label="r5">Chats that capture the moment at hand</row>
  1938. <row label="r6">Chats that I want to save to look at in the future</row>
  1939. <row label="r7" open="1" openSize="25" randomize="0">Other</row>
  1940. </checkbox>
  1941. <suspend/>
  1942.  
  1943. <html
  1944. label="INT5"
  1945. where="survey">
  1946. <b>Thank you for your answers so far! <br/><br/>
  1947.  
  1948. We now want to show you different features and understand how appealing each may be to you.</b>
  1949. </html>
  1950. <suspend/>
  1951.  
  1952. <radio
  1953. label="C11a"
  1954. shuffle="rows"
  1955. type="rating"
  1956. values="order"
  1957. ratingDirection="reverse">
  1958. <title>[pipe: Benefit_Statements] <br/><br/> How interested are you in using each of the following features as they relate to this statement?</title>
  1959. <alt>How interested are you in using each of the following features as they relate to this statement? </alt>
  1960. <col label="c1">Extremely Interested</col>
  1961. <col label="c2">Very Interested</col>
  1962. <col label="c3">Somewhat Interested</col>
  1963. <col label="c4">Not Very Interested</col>
  1964. <col label="c5">Not At All Interested</col>
  1965.  
  1966. <row label="r1"><b>Disappearing Mode.</b> Enter into a mode where messages automatically disappear when you leave the conversation.</row>
  1967. <row label="r2"><b>Message Expiration.</b> Control how long you store messages for each conversation. Choose to automatically delete your messages after 30 days, 1 year or never.</row>
  1968. <row label="r3"><b>App Lock.</b> Keep your messages safe by adding a TouchID or FaceID to unlock your app.</row>
  1969. <row label="r4"><b>Screenshot Notifications.</b> Receive a notification if someone in your conversation takes a screenshot.</row>
  1970. <row label="r5"><b>Delete for Everyone.</b> If you've made a mistake or sent something you regret, you can permanently remove a message for everyone in the chat.</row>
  1971. <row label="r6"><b>Save Message.</b> Archive and save important messages so you can easily view them later.</row>
  1972. <row label="r7"><b>End-to-End Encryption.</b> No one except the sender and receiver(s) can easily view them later.</row>
  1973. <row label="r8"><b>Privacy Controls.</b> Manage who can search for and contact you.</row>
  1974. </radio>
  1975. <suspend/>
  1976.  
  1977. <radio
  1978. label="C11b"
  1979. shuffle="rows"
  1980. onLoad="copy('C11a', rows=True, prepend=True)">
  1981. <title>[pipe: Benefit_Statements] <br/><br/> How well do you think each of the following features fit specifically with this statement?</title>
  1982. <alt>How well do you think each of the following features fit specifically with this statement?</alt>
  1983. <exec>
  1984. C11b.rows.order = C11a.rows.order
  1985. </exec>
  1986. <col label="c1">Fits Extremely Well</col>
  1987. <col label="c2">Fits Somewhat Well</col>
  1988. <col label="c3">Does Not Fit at All</col>
  1989. </radio>
  1990. <suspend/>
  1991.  
  1992. <textarea
  1993. label="C12a"
  1994. optional="0">
  1995. <title>[pipe: Benefit_Statements] <br/><br/> Thinking about the different messaging apps you are aware of, which do you think would fit best with this statement?</title>
  1996. <alt> Thinking about the different messaging apps you are aware of, which do you think would fit best with this statement?</alt>
  1997. <comment>Please list <u>all</u> apps that you think could apply.</comment>
  1998. </textarea>
  1999. <suspend/>
  2000.  
  2001. <checkbox
  2002. label="C12b"
  2003. atleast="1"
  2004. shuffle="rows">
  2005. <title>[pipe: Benefit_Statements] <br/><br/> Including any app you may have just previously mentioned, which of the following messaging apps do you think would fit best with this statement?</title>
  2006. <alt>Including any app you may have just previously mentioned, which of the following messaging apps do you think would fit best with this statement?</alt>
  2007. <row label="r1">Messenger</row>
  2008. <row label="r2">WhatsApp</row>
  2009. <row label="r3">iMessage</row>
  2010. <row label="r4">Android Message</row>
  2011. <row label="r5">Snapchat</row>
  2012. <row label="r6">TikTok</row>
  2013. <row label="r7">Twitter</row>
  2014. <row label="r8">WeChat</row>
  2015. <row label="r9">Signal</row>
  2016. <row label="r10">Skype</row>
  2017. <row label="r11">Instagram Direct</row>
  2018. <row label="r12">Line</row>
  2019. <row label="r13">Viber</row>
  2020. <row label="r14">KaKao</row>
  2021. </checkbox>
  2022. <suspend/>
  2023.  
  2024. <quota sheet="hC13_C14_Rows" label="hC13_C14_Rows_quota" />
  2025.  
  2026. <checkbox
  2027. label="hC13_C14_Rows"
  2028. where="execute">
  2029. <title>Holds the rows for C13 / C14 - (pipe in 5 apps for each respondent; always show 1, 5, 11 and randomly assign 2 others based on least fill; randomize):</title>
  2030. <exec>
  2031. hC13_C14_Rows.r1.val = 1
  2032. hC13_C14_Rows.r5.val = 1
  2033. hC13_C14_Rows.r11.val = 1
  2034.  
  2035. for eachRow in hC13_C14_Rows.rows:
  2036. if hasMarker('/hC13_C14_Rows/app%s' %eachRow.label[1:]):
  2037. hC13_C14_Rows[eachRow].val = 1
  2038. </exec>
  2039. <row label="r1">Messenger</row>
  2040. <row label="r2">WhatsApp</row>
  2041. <row label="r3">iMessage</row>
  2042. <row label="r4">Android Message</row>
  2043. <row label="r5">Snapchat</row>
  2044. <row label="r6">TikTok</row>
  2045. <row label="r7">Twitter</row>
  2046. <row label="r8">WeChat</row>
  2047. <row label="r9">Signal</row>
  2048. <row label="r10">Skype</row>
  2049. <row label="r11">Instagram Direct</row>
  2050. <row label="r12">Line</row>
  2051. <row label="r13">Viber</row>
  2052. <row label="r14">KaKao</row>
  2053. </checkbox>
  2054. <suspend/>
  2055.  
  2056. <radio
  2057. label="C13"
  2058. shuffle="rows"
  2059. onLoad="copy('C12b', rows=True, prepend=True)"
  2060. rowCond="hC13_C14_Rows[row]">
  2061. <title>[pipe: Benefit_Statements] <br/><br/> How do you think your use of the following messaging apps would be impacted if they offered features that support the statement you just read?</title>
  2062. <alt>How do you think your use of the following messaging apps would be impacted if they offered features that support the statement you just read?</alt>
  2063. <comment>Please select one response per row.</comment>
  2064. <col label="c1">Would use this more</col>
  2065. <col label="c2">Would not change</col>
  2066. <col label="c3">Would use this less</col>
  2067. </radio>
  2068. <suspend/>
  2069.  
  2070. <radio
  2071. label="C14"
  2072. shuffle="rows"
  2073. onLoad="copy('C12b', rows=True, prepend=True)"
  2074. rowCond="hC13_C14_Rows[row]">
  2075. <title>[pipe: Benefit_Statements] <br/><br/> How well does this statement fit with each of the following messaging apps?</title>
  2076. <alt>How well does this statement fit with each of the following messaging apps?</alt>
  2077. <exec>
  2078. C14.rows.order = C13.rows.order
  2079. </exec>
  2080. <col label="c1">Fits Extremely Well</col>
  2081. <col label="c2">Fits Somewhat Well</col>
  2082. <col label="c3">Does Not Fit at All</col>
  2083. </radio>
  2084. <suspend/>
  2085.  
  2086. <block label="Demographics_block" cond="vFINAL_AGE_GENDER_1.r2 or vFINAL_AGE_GENDER_1.r3 or vFINAL_AGE_GENDER_1.r5 or vFINAL_AGE_GENDER_1.r6 or vFINAL_AGE_GENDER_1.r7 or vFINAL_AGE_GENDER_1.r8">
  2087.  
  2088. <html
  2089. label="INT6"
  2090. where="survey">
  2091. <b>Great job! You're almost done. The next set of questions are for classification purposes only.</b>
  2092. </html>
  2093. <suspend/>
  2094.  
  2095. <checkbox
  2096. label="DM1"
  2097. atleast="1"
  2098. shuffle="rows"
  2099. cond="not (HHCMP10.r1)">
  2100. <title>Who else do you live with in your household?</title>
  2101. <row label="r1">Parents</row>
  2102. <row label="r2">Roommates</row>
  2103. <row label="r3">Children</row>
  2104. <row label="r4">Partner</row>
  2105. <row label="r98" open="1" openSize="25" randomize="0">Other</row>
  2106. </checkbox>
  2107. <suspend/>
  2108.  
  2109. <radio
  2110. label="DM2">
  2111. <title>How would you describe your marital status?</title>
  2112. <row label="r1">Never married</row>
  2113. <row label="r2">Married</row>
  2114. <row label="r3">Living with a partner/significant other</row>
  2115. <row label="r4">Divorced</row>
  2116. <row label="r5">Separated (legally)</row>
  2117. <row label="r6">Widowed</row>
  2118. <row label="r7">Prefer not to say</row>
  2119. </radio>
  2120. <suspend/>
  2121.  
  2122. <radio
  2123. label="DM3"
  2124. cond="KIDS02.ival gt 0">
  2125. <title>Do you allow your children under 18 years old to use social or communication apps on a smartphone?</title>
  2126. <row label="r1">Yes</row>
  2127. <row label="r2">No</row>
  2128. <row label="r3">It depends on which app they want to use</row>
  2129. </radio>
  2130. <suspend/>
  2131.  
  2132. <checkbox
  2133. label="DM4"
  2134. atleast="1"
  2135. shuffle="rows"
  2136. cond="not(DM3.r2)">
  2137. <title>Do your children use any of the following social or communication apps on a smartphone?</title>
  2138. <exec>
  2139. DM4.rows.order = S6a.rows.order
  2140. </exec>
  2141. <row label="r1">Messenger</row>
  2142. <row label="r2">WhatsApp</row>
  2143. <row label="r3">iMessage</row>
  2144. <row label="r4">Android Message</row>
  2145. <row label="r5">Snapchat</row>
  2146. <row label="r6">TikTok</row>
  2147. <row label="r7">Twitter</row>
  2148. <row label="r8">WeChat</row>
  2149. <row label="r9">Signal</row>
  2150. <row label="r10">Skype</row>
  2151. <row label="r11">Instagram Direct</row>
  2152. <row label="r12">Line</row>
  2153. <row label="r13">Viber</row>
  2154. <row label="r14">KaKao</row>
  2155. <row label="r98" open="1" openSize="25" randomize="0">Other</row>
  2156. </checkbox>
  2157. <suspend/>
  2158.  
  2159. <radio
  2160. label="DM5">
  2161. <title>Which of the following best describes the highest level of education you have achieved?</title>
  2162. <comment>Please select one.</comment>
  2163. <row label="r1">Advanced degree</row>
  2164. <row label="r2">Bachelor's degree</row>
  2165. <row label="r3">Associate's degree</row>
  2166. <row label="r4">Graduated high school</row>
  2167. <row label="r5">Some high school</row>
  2168. <row label="r6">Some middle school</row>
  2169. </radio>
  2170. <suspend/>
  2171.  
  2172. <radio
  2173. label="DM6">
  2174. <title>Which of the following categories best describes your employment status?</title>
  2175. <comment>Please select one.</comment>
  2176. <row label="r1">Work full-time</row>
  2177. <row label="r2">Work part-time</row>
  2178. <row label="r3">Self employed</row>
  2179. <row label="r4">Unemployed</row>
  2180. <row label="r5">Retired</row>
  2181. <row label="r6">Homemaker/stay-at-home parent</row>
  2182. <row label="r7">Student</row>
  2183. <row label="r8">Prefer not to say</row>
  2184. </radio>
  2185. <suspend/>
  2186.  
  2187. <checkbox
  2188. label="DM7"
  2189. atleast="1">
  2190. <title>Which best describes your ethnicity?</title>
  2191. <row label="r1">White</row>
  2192. <row label="r2">Black/African American</row>
  2193. <row label="r3">Hispanic/Latino</row>
  2194. <row label="r4">Asian</row>
  2195. <row label="r5">Pacific Islander</row>
  2196. <row label="r6">Middle Eastern/Central Asian</row>
  2197. <row label="r98" open="1" openSize="25" randomize="0">Other</row>
  2198. <row label="r99" exclusive="1" randomize="0">Prefer not to say</row>
  2199. </checkbox>
  2200. <suspend/>
  2201.  
  2202. <radio
  2203. label="DM8">
  2204. <title>What is your total annual household income before taxes?</title>
  2205. <comment>Please select one.</comment>
  2206. <row label="r1">Under $25,000</row>
  2207. <row label="r2">$25,000 to $49,999</row>
  2208. <row label="r3">$50,000 to $74,999</row>
  2209. <row label="r4">$75,000 to $99,999</row>
  2210. <row label="r5">$100,000 to $149,999</row>
  2211. <row label="r6">$150,000 to $199,999</row>
  2212. <row label="r7">$200,000 or more</row>
  2213. <row label="r8">Prefer not to answer/don't know</row>
  2214. </radio>
  2215. <suspend/>
  2216.  
  2217. <checkbox
  2218. label="DM9"
  2219. atleast="1">
  2220. <title>Which of the following have happened to you in the past year?</title>
  2221. <row label="r1">Graduated from high school</row>
  2222. <row label="r2">Started college</row>
  2223. <row label="r3">Graduated from college</row>
  2224. <row label="r4">Got married</row>
  2225. <row label="r5">Had a child</row>
  2226. <row label="r6">Started my first full time job</row>
  2227. <row label="r7">Bought a house</row>
  2228. <row label="r8">Sent a child off to college</row>
  2229. <row label="r9">Got divorced/separated</row>
  2230. <row label="r10">Moved in with a significant other</row>
  2231. <row label="r11">Moved out of parent's house</row>
  2232. <row label="r12">Started a part-time job</row>
  2233. <row label="r13">Rented my first apartment/home</row>
  2234. <row label="r14">Bought/Leased my first car</row>
  2235. </checkbox>
  2236.  
  2237. </block>
  2238. <note>End of Demographics_block</note>
  2239.  
  2240. </survey>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement