Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.94 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. <radio
  540. label="RESP_AGE_KID_18"
  541. where="execute"
  542. optional="1">
  543. <title>Flag Respodents Over 17.</title>
  544. <exec>
  545. if RESP_AGE_KID.any:
  546. for eachRow in RESP_AGE_KID.rows:
  547. if RESP_AGE_KID[eachRow].ch18:
  548. RESP_AGE_KID_18.val = RESP_AGE_KID_18.r1.index
  549. </exec>
  550. <row label="r1">Over 17</row>
  551.  
  552. </radio>
  553. <suspend/>
  554.  
  555. <html
  556. label="QST"
  557. where="survey"
  558. cond="RESP_AGE_KID.any">
  559. 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.
  560. </html>
  561. <suspend/>
  562.  
  563. <html
  564. label="QICCR"
  565. where="survey"
  566. cond="RESP_AGE_KID.any">
  567. 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.
  568. </html>
  569. <suspend/>
  570.  
  571. <radio
  572. label="QCONSENT"
  573. cond="RESP_AGE_KID.any">
  574. <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>
  575. <row label="r1">Yes, the child between <span style="color: blue;">13-17</span> is now going to complete this survey.</row>
  576. <row label="r2">No, please find me another survey.</row>
  577. </radio>
  578. <suspend/>
  579.  
  580. <term cond="QCONSENT.r2" label="QCONSENT_Term">QCONSENT: Child won't participate</term>
  581.  
  582. <select
  583. label="KID_AGE"
  584. cond="RESP_AGE_KID.any">
  585. <title>What is your age?</title>
  586. <choice label="ch1">13</choice>
  587. <choice label="ch2">14</choice>
  588. <choice label="ch3">15</choice>
  589. <choice label="ch4">16</choice>
  590. <choice label="ch5">17</choice>
  591. </select>
  592. <suspend/>
  593.  
  594. <radio
  595. label="KID_GENDER"
  596. cond="RESP_AGE_KID.any">
  597. <title>Are you a...?</title>
  598. <row label="r1">Boy</row>
  599. <row label="r2">Girl</row>
  600. </radio>
  601. <suspend/>
  602.  
  603. <radio
  604. label="S2"
  605. cond="not RESP_AGE_KID.any">
  606. <title>What is your gender?</title>
  607. <comment>Please select one.</comment>
  608. <row label="r1">Male</row>
  609. <row label="r2">Female</row>
  610. <row label="r3">Non-binary</row>
  611. <row label="r4">Prefer not to answer</row>
  612. </radio>
  613. <suspend/>
  614.  
  615. <radio
  616. label="vFINAL_AGE_GENDER_1"
  617. where="execute"
  618. optional="1">
  619. <title>Age</title>
  620. <exec>
  621. if KID_GENDER.r1:
  622. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r1.index
  623. elif S1.r3 and S2.r1:
  624. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r2.index
  625. elif S1.r4 and S2.r1:
  626. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r3.index
  627. elif KID_GENDER.r2:
  628. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r4.index
  629. elif S1.r3 and S2.r2:
  630. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r5.index
  631. elif S1.r4 and S2.r2:
  632. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r6.index
  633. elif S1.r3 and (S2.r3 or S2.r4):
  634. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r7.index
  635. elif S1.r4 and (S2.r3 or S2.r4):
  636. vFINAL_AGE_GENDER_1.val = vFINAL_AGE_GENDER_1.r8.index
  637. </exec>
  638. <row label="r1">Male_13-17 "13-17"</row>
  639. <row label="r2">Male_18_24 "18-24"</row>
  640. <row label="r3">Male _25_34 "25-34",</row>
  641. <row label="r4">Female_13-17 "13-17"</row>
  642. <row label="r5">Female_18_24 "18-24"</row>
  643. <row label="r6">Female _25_34 "25-34</row>
  644. <row label="r7">Other_18_24</row>
  645. <row label="r8">Other_25_34</row>
  646. </radio>
  647. <suspend/>
  648.  
  649. <checkbox
  650. label="S3"
  651. atleast="1"
  652. shuffle="rows"
  653. cond="not RESP_AGE_KID.any">
  654. <title>Do you, any members of your family, work in any of the following industries?</title>
  655. <comment>Select all that apply.</comment>
  656. <row label="r1">An advertising agency or department</row>
  657. <row label="r2">A marketing company or department</row>
  658. <row label="r3">A telecommunications company</row>
  659. <row label="r4">A market research company or department</row>
  660. <row label="r5">A consumer technology company</row>
  661. <row label="r6">A public relations firm or department</row>
  662. <row label="r7">A social media company or department</row>
  663. <row label="r8">A photo or video company or department</row>
  664. <row label="r9">Financial services</row>
  665. <row label="r10">Government/Public services</row>
  666. <row label="r11">Retail trade/Wholesale business</row>
  667. <row label="r99" exclusive="1" randomize="0">None of these</row>
  668. </checkbox>
  669. <suspend/>
  670.  
  671. <checkbox
  672. label="S5a"
  673. atleast="1">
  674. <title>Which of the following types of electronic devices do you currently own <u>and</u> personally use?</title>
  675. <comment>Please select all that apply.</comment>
  676. <row label="r1">Desktop/Laptop computer</row>
  677. <row label="r2">Smartphone (i.e. iPhone, Android)</row>
  678. <row label="r3">Voice control device (i.e. Amazon Echo, Google Home)</row>
  679. <row label="r4">Tablet (i.e. iPad, Android tablet)</row>
  680. <row label="r5">Video gaming system (i.e. PS4, XBOX 360)</row>
  681. <row label="r6">Portable gaming device (i.e. PS Vita, Nintendo Portable)</row>
  682. <row label="r7">HDTV</row>
  683. <row label="r99" exclusive="1" randomize="0">None of the above</row>
  684. </checkbox>
  685. <suspend/>
  686.  
  687. <radio
  688. label="S5b">
  689. <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>
  690. <comment>Please select one.</comment>
  691. <row label="r1">iPhone</row>
  692. <row label="r2">Android</row>
  693. <row label="r3" open="1" openSize="25" randomize="0">Other</row>
  694. </radio>
  695. <suspend/>
  696.  
  697. <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>
  698. <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>
  699. <term cond="not S5a.r2" label="S5a_term">S5a: Smartphone not selected.</term>
  700. <term cond="S5b.r3" label="S5b_term">S5b: Other is selected.</term>
  701.  
  702. <radio
  703. label="S6a"
  704. shuffle="rows"
  705. type="rating"
  706. values="reverse">
  707. <title>What is your general impression of the following social or communication apps?</title>
  708. <col label="c1">Love</col>
  709. <col label="c2">Like</col>
  710. <col label="c3">Neutral</col>
  711. <col label="c4">Dislike</col>
  712. <col label="c5">Hate</col>
  713. <col label="c6" value="0">Haven't heard of</col>
  714.  
  715. <row label="r1">Messenger</row>
  716. <row label="r2">WhatsApp</row>
  717. <row label="r3">iMessage</row>
  718. <row label="r4">Android Message</row>
  719. <row label="r5">Snapchat</row>
  720. <row label="r6">TikTok</row>
  721. <row label="r7">Twitter</row>
  722. <row label="r8">WeChat</row>
  723. <row label="r9">Signal</row>
  724. <row label="r10">Skype</row>
  725. <row label="r11">Instagram</row>
  726. <row label="r12">Facebook</row>
  727. <row label="r13">Line</row>
  728. <row label="r14">Viber</row>
  729. <row label="r15">KaKao</row>
  730. <net label="Top2" values="4,5" where="report,summary">Top 2</net>
  731. <net label="Bot2" values="2,1" where="report,summary" pos="below">Bottom 2</net>
  732. </radio>
  733. <suspend/>
  734.  
  735. <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>
  736.  
  737. <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>
  738.  
  739. <checkbox
  740. label="S6b"
  741. atleast="1"
  742. shuffle="rows">
  743. <title>Which of the following social or communication apps do you currently have downloaded on your smartphone?</title>
  744. <exec>
  745. S6b.rows.order = S6a.rows.order
  746. </exec>
  747. <row label="r1">Messenger</row>
  748. <row label="r2">WhatsApp</row>
  749. <row label="r3" cond="S5b.r1">iMessage</row>
  750. <row label="r4" cond="S5b.r2">Android Message</row>
  751. <row label="r5">Snapchat</row>
  752. <row label="r6">TikTok</row>
  753. <row label="r7">Twitter</row>
  754. <row label="r8">WeChat</row>
  755. <row label="r9">Signal</row>
  756. <row label="r10">Skype</row>
  757. <row label="r11">Instagram</row>
  758. <row label="r12">Facebook</row>
  759. <row label="r13">Line</row>
  760. <row label="r14">Viber</row>
  761. <row label="r15">KaKao</row>
  762. <row label="r98" open="1" openSize="25" optional="1" randomize="0">Other</row>
  763. <row label="r99" exclusive="1" randomize="0">None of the above</row>
  764. </checkbox>
  765. <suspend/>
  766.  
  767. <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>
  768.  
  769. <radio
  770. label="S7"
  771. shuffle="rows"
  772. rowCond="S6b[row]">
  773. <title>How frequently do you use each of the following messaging/communication apps?</title>
  774. <exec>
  775. S7.rows.order = S6a.rows.order
  776. </exec>
  777. <col label="c1">Several times an hour</col>
  778. <col label="c2">Several times a day</col>
  779. <col label="c3">About once a day</col>
  780. <col label="c4">Several times a week</col>
  781. <col label="c5">Weekly</col>
  782. <col label="c6">A few times a month</col>
  783. <col label="c7">A few times a year</col>
  784. <col label="c8">Never</col>
  785. <col label="c9">Don't know</col>
  786.  
  787. <row label="r1">Messenger</row>
  788. <row label="r2">WhatsApp</row>
  789. <row label="r3">iMessage</row>
  790. <row label="r4">Android Message</row>
  791. <row label="r5">Snapchat</row>
  792. <row label="r6">TikTok</row>
  793. <row label="r7">Twitter</row>
  794. <row label="r8">WeChat</row>
  795. <row label="r9">Signal</row>
  796. <row label="r10">Skype</row>
  797. <row label="r11">Instagram</row>
  798. <row label="r12">Facebook</row>
  799. <row label="r13">Line</row>
  800. <row label="r14">Viber</row>
  801. <row label="r15">KaKao</row>
  802. <row label="r98" randomize="0" alt="S6b Other">${S6b.r98.open}</row>
  803. </radio>
  804. <suspend/>
  805.  
  806. <radio
  807. label="hS7_term"
  808. where="execute"
  809. optional="1">
  810. <title>Hidden: holds which respondents should be terminated on S7.</title>
  811. <exec>
  812. for eachRow in S7.rows[:-4]:
  813. for eachCol in S7.cols:
  814. if eachCol[eachRow]:
  815. hS7_term[eachRow].val = hS7_term[eachCol].index
  816. break
  817. </exec>
  818. <col label="c1">Several times an hour</col>
  819. <col label="c2">Several times a day</col>
  820. <col label="c3">About once a day</col>
  821. <col label="c4">Several times a week</col>
  822. <col label="c5">Weekly</col>
  823. <col label="c6">A few times a month</col>
  824. <col label="c7">A few times a year</col>
  825. <col label="c8">Never</col>
  826. <col label="c9">Don't know</col>
  827.  
  828. <row label="r1">Messenger</row>
  829. <row label="r2">WhatsApp</row>
  830. <row label="r3">iMessage</row>
  831. <row label="r4">Android Message</row>
  832. <row label="r5">Snapchat</row>
  833. <row label="r6">TikTok</row>
  834. <row label="r7">Twitter</row>
  835. <row label="r8">WeChat</row>
  836. <row label="r9">Signal</row>
  837. <row label="r10">Skype</row>
  838. <row label="r11">Instagram</row>
  839. <row label="r12">Facebook</row>
  840. </radio>
  841. <suspend/>
  842.  
  843.  
  844. <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>
  845.  
  846. <radio
  847. label="S8"
  848. shuffle="rows,groups">
  849. <title>How frequently do you use each of the following features?</title>
  850. <group label="g1" where="none">1</group>
  851. <group label="g2" where="none">2</group>
  852. <group label="g3" where="none">3</group>
  853. <group label="g4" where="none">4</group>
  854. <group label="g5" where="none">5</group>
  855.  
  856. <col label="c1">Several times an hour</col>
  857. <col label="c2">Several times a day</col>
  858. <col label="c3">About once a day</col>
  859. <col label="c4">Several times a week</col>
  860. <col label="c5">Weekly</col>
  861. <col label="c6">A few times a month</col>
  862. <col label="c7">A few times a year</col>
  863. <col label="c8">Never</col>
  864. <col label="c9">Don't know</col>
  865.  
  866. <row label="r1" cond="S6b.r11" groups="g1">Instagram Direct</row>
  867. <row label="r2" cond="S6b.r11" groups="g1">Instagram Stories</row>
  868. <row label="r3" cond="S6b.r11" groups="g1">Instagram Live</row>
  869. <row label="r4" cond="S6b.r12" groups="g2">Facebook Stories</row>
  870. <row label="r5" cond="S6b.r12" groups="g2">Facebook Live</row>
  871. <row label="r6" cond="S6b.r12" groups="g2">Facebook Groups</row>
  872. <row label="r7" cond="S6b.r5" groups="g3">Snapchat Direct Chats</row>
  873. <row label="r8" cond="S6b.r5" groups="g3">Snapchat Direct Snaps</row>
  874. <row label="r9" cond="S6b.r5" groups="g3">Snapchat Stories</row>
  875. <row label="r10" groups="g4">Video Calling (e.g. Messenger Video Call, FaceTime, etc.)</row>
  876. <row label="r11" cond="S6b.r9" groups="g5">Disappearing messages on Signal</row>
  877. </radio>
  878. <suspend/>
  879.  
  880. <checkbox
  881. label="S9a"
  882. atleast="1"
  883. shuffle="rows">
  884. <title>Which of the following do you do on the Instagram app?</title>
  885. <comment>Select all that apply.</comment>
  886. <row label="r1">Post a picture or video on feed</row>
  887. <row label="r2">Like, comment, or tag someone on a post</row>
  888. <row label="r3">Share a post with a friend or group via DM</row>
  889. <row label="r4">Like or comment on a shared post in DM</row>
  890. <row label="r5">Post a Story</row>
  891. <row label="r6">Watch a Story</row>
  892. <row label="r7">Like, comment, or vote on a Story</row>
  893. <row label="r8">Share a Story with a friend or group via DM</row>
  894. <row label="r9">Like or comment on a shared Story in DM</row>
  895. <row label="r10">Send a celeb/influencer a message or question in DM</row>
  896. <row label="r11">Have a 1:1 conversation via DM</row>
  897. <row label="r12">Start/participate in a group conversation via DM</row>
  898. <row label="r13">Watch IGTV</row>
  899. <row label="r14">Browse the Explore feed</row>
  900. <row label="r99" exclusive="1" randomize="0">None of the above</row>
  901. </checkbox>
  902. <suspend/>
  903.  
  904. <radio
  905. label="S9b"
  906. shuffle="rows"
  907. rowCond="S9a[row]"
  908. cond="not S9a.r99">
  909. <title>About how often do you do this action on Instagram?</title>
  910. <exec>
  911. S9b.rows.order = S9a.rows.order
  912. </exec>
  913. <col label="c1">Rarely</col>
  914. <col label="c2">A few times per month</col>
  915. <col label="c3">Once a week</col>
  916. <col label="c4">A few times per week</col>
  917. <col label="c5">Once a day</col>
  918. <col label="c6">Multiple times a day</col>
  919. <row label="r1">Post a picture or video on feed</row>
  920. <row label="r2">Like, comment, or tag someone on a post</row>
  921. <row label="r3">Share a post with a friend or group via DM</row>
  922. <row label="r4">Like or comment on a shared post in DM</row>
  923. <row label="r5">Post a Story</row>
  924. <row label="r6">Watch a Story</row>
  925. <row label="r7">Like, comment, or vote on a Story</row>
  926. <row label="r8">Share a Story with a friend or group via DM</row>
  927. <row label="r9">Like or comment on a shared Story in DM</row>
  928. <row label="r10">Send a celeb/influencer a message or question in DM</row>
  929. <row label="r11">Have a 1:1 conversation via DM</row>
  930. <row label="r12">Start/participate in a group conversation via DM</row>
  931. <row label="r13">Watch IGTV</row>
  932. <row label="r14">Browse the Explore feed</row>
  933. </radio>
  934. <suspend/>
  935.  
  936. <radio
  937. label="vMRK_IG_USAGE"
  938. where="execute"
  939. optional="1">
  940. <title>Holds if user</title>
  941. <exec>
  942. if S9a.but(S9a.r99).count ge 2:
  943. vMRK_IG_USAGE.val = vMRK_IG_USAGE.r1.index
  944. else:
  945. vMRK_IG_USAGE.val = vMRK_IG_USAGE.r2.index
  946. </exec>
  947. <row label="r1">vIGUser = must do at least two items at S9a</row>
  948. <row label="r2">vIGNonUser = doesn't meet above criteria</row>
  949. </radio>
  950. <suspend/>
  951.  
  952. <radio
  953. label="vMRK_IG_DM_USAGE"
  954. where="execute"
  955. optional="1">
  956. <title>Holds the usage</title>
  957. <exec>
  958. if vMRK_IG_USAGE.r1:
  959. rowz = [S9b.r3, S9b.r4, S9b.r8, S9b.r9, S9b.r10, S9b.r11, S9b.r12]
  960. for eachRow in rowz:
  961. if eachRow.c3 or eachRow.c4 or eachRow.c5 or eachRow.c6:
  962. vMRK_IG_DM_USAGE.val = vMRK_IG_DM_USAGE.r1.index
  963. break
  964. if not vMRK_IG_DM_USAGE.r1:
  965. rowz = [S9b.r1,S9b.r2,S9b.r5,S9b.r6]
  966. for eachRow in rowz:
  967. if eachRow.c3 or eachRow.c4 or eachRow.c5 or eachRow.c6:
  968. vMRK_IG_DM_USAGE.val = vMRK_IG_DM_USAGE.r2.index
  969.  
  970. </exec>
  971. <row label="r1">vDMUser = vIGUser and S9b = 3-6 (weekly+) for at least one item: 3, 4, 8, 9, 10, 11, or 12</row>
  972. <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>
  973. </radio>
  974. <suspend/>
  975.  
  976.  
  977.  
  978. <radio
  979. label="CF11a"
  980. type="rating"
  981. values="reverse"
  982. ratingDirection="reverse">
  983. <title>How interested are you, if at all, in the impact of technology on society? Would you say that you are...?</title>
  984. <col label="c1">Extremely Interested</col>
  985. <col label="c2">Very Interested</col>
  986. <col label="c3">Somewhat Interested</col>
  987. <col label="c4">A Little Interested</col>
  988. <col label="c5">Not at All Interested</col>
  989. </radio>
  990. <suspend/>
  991.  
  992. <radio
  993. label="CF11b"
  994. type="rating"
  995. values="reverse"
  996. ratingDirection="reverse"
  997. 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';"
  998. cardsort:cardCSS="width: auto;"
  999. cardsort:completionCSS="color: rgb( 66, 106, 146 ); font-size: 12px;"
  1000. cardsort:displayCounter="0"
  1001. cardsort:displayNavigation="0"
  1002. cardsort:displayProgress="0"
  1003. cardsort:bucketsPerRow="5"
  1004. uses="cardsort.6">
  1005. <title>How interested are you, if at all, in each of the following topics listed below.</title>
  1006. <col label="c1">Extremely</col>
  1007. <col label="c2">Very</col>
  1008. <col label="c3">Somewhat</col>
  1009. <col label="c4">A Little</col>
  1010. <col label="c5">Not At All</col>
  1011.  
  1012. <row label="r1">Keeping up with innovations in technology</row>
  1013. <row label="r2">Knowing which tech companies are providing access to the Internet in countries that have limited or no access</row>
  1014. <row label="r3">Understanding how tech companies are handling the data and personal information of their customers</row>
  1015. <row label="r4">Knowing whether tech companies pay taxes in the countries where they operate</row>
  1016. <row label="r5">Understanding the role of social media and other technology platforms in emotional wellbeing</row>
  1017. <row label="r6">The ways that tech companies are helping people feel more control over their online experience</row>
  1018. <style copy="UniversalAutoContinue" arg:hideButton="0"/>
  1019. </radio>
  1020. <suspend/>
  1021.  
  1022. <radio
  1023. label="CF11c"
  1024. type="rating"
  1025. values="reverse"
  1026. ratingDirection="reverse">
  1027. <title>How strongly do you agree with the statement <i>"I usually have my own point of view on key social issues"</i>.</title>
  1028. <col label="c1">Strongly Agree</col>
  1029. <col label="c2">Somewhat Agree</col>
  1030. <col label="c3">Neither Agree nor Disagree</col>
  1031. <col label="c4">Somewhat Disagree</col>
  1032. <col label="c5">Strongly Disagree</col>
  1033. </radio>
  1034. <suspend/>
  1035.  
  1036. <checkbox
  1037. label="Conversation_Frames_qualified"
  1038. where="execute">
  1039. <title>Hidden: Holds whether the respondent is qualified as Conversation Frames.</title>
  1040. <exec>
  1041. counter = 0
  1042. if CF11a.c1 or CF11a.c2:
  1043. counter +=1
  1044. for eachRow in CF11b.rows:
  1045. if CF11b[eachRow].c1 or CF11b[eachRow].c2:
  1046. counter +=1
  1047. if CF11c.c1 or CF11c.c2:
  1048. counter +=1
  1049.  
  1050. if counter ge 6:
  1051. Conversation_Frames_qualified.r1.val = 1
  1052. </exec>
  1053. <row label="r1">Qualified</row>
  1054. </checkbox>
  1055. <suspend/>
  1056.  
  1057. <checkbox
  1058. label="Survey_qualified"
  1059. where="execute">
  1060. <title>Hidden: Holds whether the respondent is qualified for the survey.</title>
  1061. <exec>
  1062. 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)):
  1063. Survey_qualified.r1.val = 1
  1064. </exec>
  1065. <row label="r1">Qualified</row>
  1066. </checkbox>
  1067. <suspend/>
  1068.  
  1069. <term cond="not Survey_qualified.r1" label="Survey_qualified_term">Survey_qualified: Participant did not meet the qualification criteria for the survey.</term>
  1070.  
  1071. <!--
  1072. <quota sheet="General" label="General_quota" />
  1073. -->
  1074.  
  1075. <html
  1076. label="INT2"
  1077. where="survey">
  1078. <b>Welcome to the survey! You are exactly who we would like to hear from. <br/><br/>
  1079.  
  1080. 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>
  1081. </html>
  1082. <suspend/>
  1083.  
  1084. <radio
  1085. label="A1"
  1086. shuffle="rows"
  1087. type="rating"
  1088. values="order"
  1089. ratingDirection="reverse">
  1090. <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>
  1091. <col label="c1">Extremely important</col>
  1092. <col label="c2">Very important</col>
  1093. <col label="c3">Somewhat important</col>
  1094. <col label="c4">Not very important</col>
  1095. <col label="c5">Not at all important</col>
  1096.  
  1097. <row label="r1"><b>Who I am messaging</b> (friends, family, coworkers, significant other etc.)</row>
  1098. <row label="r2"><b>Who I am with</b> when I am sending the message (friends, family, coworkers, significant other etc.)</row>
  1099. <row label="r3">The <b>type of content</b> I'm sending (pictures, video, text, GIFs, memes, etc.)</row>
  1100. <row label="r4">The <b>tone of the discussion</b> I'm having (fun &amp; lighthearted, serious, private, etc.)</row>
  1101. <row label="r5"><b>Where I am</b> sending the message from (at home, at a party, at work, etc.)</row>
  1102. </radio>
  1103. <suspend/>
  1104.  
  1105. <radio
  1106. label="A2"
  1107. type="rating"
  1108. values="order"
  1109. ratingDirection="reverse">
  1110. <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/>
  1111. How familiar are you with disappearing messages offered as a feature from messaging apps?</title>
  1112. <col label="c1">Extremely familiar</col>
  1113. <col label="c2">Very familiar</col>
  1114. <col label="c3">Somewhat familiar</col>
  1115. <col label="c4">Not very familiar</col>
  1116. <col label="c5">Not at all familiar</col>
  1117. </radio>
  1118. <suspend/>
  1119.  
  1120. <html
  1121. label="INT2b"
  1122. where="survey">
  1123. <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/>
  1124.  
  1125. A mode where messages automatically disappear when you leave the conversation.</b>
  1126. </html>
  1127. <suspend/>
  1128.  
  1129. <radio
  1130. label="A3"
  1131. type="rating"
  1132. values="order"
  1133. ratingDirection="reverse">
  1134. <title>How do you feel about disappearing message features?</title>
  1135. <col label="c1">I love it</col>
  1136. <col label="c2">I like it</col>
  1137. <col label="c3">I am neutral about it</col>
  1138. <col label="c4">I dislike it</col>
  1139. <col label="c5">I hate it</col>
  1140. </radio>
  1141. <suspend/>
  1142.  
  1143. <textarea
  1144. label="A4"
  1145. optional="0">
  1146. <title>Please describe, in detail, what it is about disappearing messages that made you say "[pipe: A3]". </title>
  1147. <alt>Please describe, in detail, what it is about disappearing messages that made you say [insert response from A3].</alt>
  1148. </textarea>
  1149. <suspend/>
  1150.  
  1151. <radio
  1152. label="A5"
  1153. altlabel="A5 - Relevance"
  1154. type="rating"
  1155. values="order"
  1156. ratingDirection="reverse">
  1157. <title>How relevant are disappearing message features to you, personally?</title>
  1158. <col label="c1">Extremely relevant</col>
  1159. <col label="c2">Very relevant</col>
  1160. <col label="c3">Somewhat relevant</col>
  1161. <col label="c4">Not very relevant</col>
  1162. <col label="c5">Not at all relevant</col>
  1163. </radio>
  1164. <suspend/>
  1165.  
  1166. <radio
  1167. label="A6"
  1168. type="rating"
  1169. values="order"
  1170. ratingDirection="reverse">
  1171. <title>How interested are you in using an app that offers disappearing message features?</title>
  1172. <col label="c1">Extremely Interested</col>
  1173. <col label="c2">Very Interested</col>
  1174. <col label="c3">Somewhat Interested</col>
  1175. <col label="c4">Not Very Interested</col>
  1176. <col label="c5">Not At All Interested</col>
  1177. </radio>
  1178. <suspend/>
  1179.  
  1180. <checkbox
  1181. label="A7"
  1182. atleast="1"
  1183. atmost="3"
  1184. shuffle="rows"
  1185. cond="A6.c1 or A6.c2 or A6.c3">
  1186. <title>Why would you want to use disappearing messages when communicating with someone?</title>
  1187. <row label="r1">To share inconsequential or silly content</row>
  1188. <row label="r2">To have the freedom to change your mind</row>
  1189. <row label="r3">To feel safe to express your feelings</row>
  1190. <row label="r4">To take back a comment you might regret</row>
  1191. <row label="r5">To lower the risk of being made fun of</row>
  1192. <row label="r6">To be sneaky or secretive</row>
  1193. <row label="r7">To send risqu&#233; content</row>
  1194. <row label="r8">To protect against people you don't know or trust</row>
  1195. <row label="r9">To send private/confidential information (i.e. password or credit card number)</row>
  1196. <row label="r10" open="1" openSize="25" randomize="0">Other</row>
  1197. </checkbox>
  1198. <suspend/>
  1199.  
  1200. <html
  1201. label="INTC"
  1202. where="survey">
  1203. 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.
  1204. <br/><br/>
  1205. 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!
  1206.  
  1207. </html>
  1208. <suspend/>
  1209.  
  1210.  
  1211. <quota sheet="Benefit_statements_order" label="Benefit_statements_order_quota" />
  1212.  
  1213. <radio
  1214. label="Benefit_statements_order"
  1215. where="execute"
  1216. optional="1">
  1217. <title>Hidden: Holds the order in which the benefit statements will be shown.</title>
  1218. <exec>
  1219. for eachRow in Benefit_statements_order.rows:
  1220. if hasMarker('/Benefit_statements_order/order%s' %eachRow.label[1:]):
  1221. Benefit_statements_order.val = Benefit_statements_order.attr('r%s' %eachRow.label[1:]).index
  1222. </exec>
  1223. <row label="r1">
  1224. <b>Live in the Moment</b><br/><br/>
  1225. 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>
  1226. <row label="r2">
  1227. <b>Freedom of Expression</b><br/><br/>
  1228. 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>
  1229. <row label="r3">
  1230. <b>Privacy</b><br/><br/>
  1231. 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>
  1232. </radio>
  1233. <suspend/>
  1234.  
  1235. <style label="disable_next" arg:timeout="5000" mode="after" name="survey.respview.footer" with="Statement_01" wrap="ready">
  1236. <![CDATA[
  1237. var b = $ ("#btn_next, #btn_finish")
  1238. b.disable()
  1239. setTimeout(function() { b.enable()} , $(timeout))
  1240. ]]>
  1241. </style>
  1242.  
  1243. <html
  1244. label="Statement_01"
  1245. where="survey">
  1246. [pipe:Benefit_statements_order]
  1247. </html>
  1248. <suspend/>
  1249.  
  1250.  
  1251.  
  1252. <radio
  1253. label="C1a"
  1254. type="rating"
  1255. values="reverse"
  1256. ratingDirection="reverse">
  1257. <title><b class="bolded">[pipe: Benefit_statements_order]</b> <br/><br/>How do you feel about this statement overall?</title>
  1258. <row label="r1">I love it</row>
  1259. <row label="r2">I like it</row>
  1260. <row label="r3">I am neutral about it</row>
  1261. <row label="r4">I dislike it</row>
  1262. <row label="r5">I hate it</row>
  1263. </radio>
  1264. <suspend/>
  1265.  
  1266.  
  1267.  
  1268. <textarea
  1269. label="C1b"
  1270. optional="0">
  1271. <title><b class="bolded">[pipe: Benefit_statements_order]</b> <br/><br/>Please describe, in detail, what it is about this statement that made you say [pipe: C1a]?</title>
  1272. </textarea>
  1273. <suspend/>
  1274.  
  1275.  
  1276. <html
  1277. label="INT4"
  1278. where="survey">
  1279. We would now like for you to evaluate the same statement and indicate what you like and/or dislike about it.
  1280. </html>
  1281. <suspend/>
  1282.  
  1283. <select
  1284. label="C2_1"
  1285. hottext:atleast="1"
  1286. uses="hottext.3"
  1287. cond="Benefit_statements_order.r1">
  1288. <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>
  1289. <comment><ul>
  1290. <li>Use the green highlighter to indicate words/phrases that you particularly like.</li>
  1291. <li>Use the red highlighter to indicate words/phrases that you particularly dislike.</li>
  1292. <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>
  1293. </ul></comment>
  1294. <validate>
  1295. validate_hottext(this)
  1296. </validate>
  1297. <choice label="ch1" hottext:marker_color="green" value="1">Like</choice>
  1298. <choice label="ch2" hottext:marker_color="red" value="2">Dislike</choice>
  1299. <choice label="ch0" value="0" where="report">Not marked</choice>
  1300. <row label="r1" hottext:prefix_html="&lt;div&gt;" hottext:suffix_html="">Sometimes</row>
  1301. <row label="r2" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1302. <row label="r3" hottext:prefix_html="" hottext:suffix_html="">want</row>
  1303. <row label="r4" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1304. <row label="r5" hottext:prefix_html="" hottext:suffix_html="">live</row>
  1305. <row label="r6" hottext:prefix_html="" hottext:suffix_html="">in</row>
  1306. <row label="r7" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1307. <row label="r8" hottext:prefix_html="" hottext:suffix_html=".">moment</row>
  1308. <row label="r9" hottext:prefix_html="" hottext:suffix_html="">When</row>
  1309. <row label="r10" hottext:prefix_html="" hottext:suffix_html="">you're</row>
  1310. <row label="r11" hottext:prefix_html="" hottext:suffix_html="">sending</row>
  1311. <row label="r12" hottext:prefix_html="" hottext:suffix_html="">silly</row>
  1312. <row label="r13" hottext:prefix_html="" hottext:suffix_html="">pictures</row>
  1313. <row label="r14" hottext:prefix_html="" hottext:suffix_html="">asking</row>
  1314. <row label="r15" hottext:prefix_html="" hottext:suffix_html="">for</row>
  1315. <row label="r16" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1316. <row label="r17" hottext:prefix_html="" hottext:suffix_html="">friend's</row>
  1317. <row label="r18" hottext:prefix_html="" hottext:suffix_html="">opinion</row>
  1318. <row label="r19" hottext:prefix_html="" hottext:suffix_html="">or</row>
  1319. <row label="r20" hottext:prefix_html="" hottext:suffix_html="">just</row>
  1320. <row label="r21" hottext:prefix_html="" hottext:suffix_html="">goofing</row>
  1321. <row label="r22" hottext:prefix_html="" hottext:suffix_html=",">off</row>
  1322. <row label="r23" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1323. <row label="r24" hottext:prefix_html="" hottext:suffix_html="">know</row>
  1324. <row label="r25" hottext:prefix_html="" hottext:suffix_html="">that</row>
  1325. <row label="r26" hottext:prefix_html="" hottext:suffix_html="">not</row>
  1326. <row label="r27" hottext:prefix_html="" hottext:suffix_html="">every</row>
  1327. <row label="r28" hottext:prefix_html="" hottext:suffix_html="">message</row>
  1328. <row label="r29" hottext:prefix_html="" hottext:suffix_html="">needs</row>
  1329. <row label="r30" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1330. <row label="r31" hottext:prefix_html="" hottext:suffix_html="">stick</row>
  1331. <row label="r32" hottext:prefix_html="" hottext:suffix_html="">around</row>
  1332. <row label="r33" hottext:prefix_html="" hottext:suffix_html=".">forever</row>
  1333. <row label="r34" hottext:prefix_html="" hottext:suffix_html="">Opt-in</row>
  1334. <row label="r35" hottext:prefix_html="" hottext:suffix_html="">features</row>
  1335. <row label="r36" hottext:prefix_html="" hottext:suffix_html="">like</row>
  1336. <row label="r37" hottext:prefix_html="" hottext:suffix_html="">Disappearing</row>
  1337. <row label="r38" hottext:prefix_html="" hottext:suffix_html="">Mode</row>
  1338. <row label="r39" hottext:prefix_html="" hottext:suffix_html="">or</row>
  1339. <row label="r40" hottext:prefix_html="" hottext:suffix_html="">Message</row>
  1340. <row label="r41" hottext:prefix_html="" hottext:suffix_html="">Expiration</row>
  1341. <row label="r42" hottext:prefix_html="" hottext:suffix_html="">let</row>
  1342. <row label="r43" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1343. <row label="r44" hottext:prefix_html="" hottext:suffix_html="">choose</row>
  1344. <row label="r45" hottext:prefix_html="" hottext:suffix_html="">when</row>
  1345. <row label="r46" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1346. <row label="r47" hottext:prefix_html="" hottext:suffix_html=",">disappear</row>
  1347. <row label="r48" hottext:prefix_html="" hottext:suffix_html="">so</row>
  1348. <row label="r49" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1349. <row label="r50" hottext:prefix_html="" hottext:suffix_html="">can</row>
  1350. <row label="r51" hottext:prefix_html="" hottext:suffix_html="">share</row>
  1351. <row label="r52" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1352. <row label="r53" hottext:prefix_html="" hottext:suffix_html="">moment</row>
  1353. <row label="r54" hottext:prefix_html="" hottext:suffix_html="">and</row>
  1354. <row label="r55" hottext:prefix_html="" hottext:suffix_html="">just</row>
  1355. <row label="r56" hottext:prefix_html="" hottext:suffix_html="">have</row>
  1356. <row label="r57" hottext:prefix_html="" hottext:suffix_html=".">fun</row>
  1357. </select>
  1358. <suspend/>
  1359.  
  1360. <exec>
  1361. qn = C2_1
  1362.  
  1363. if qn.any:
  1364. for eachRow in qn.rows:
  1365. if not eachRow.ch1 or eachRow.ch2:
  1366. eachRow.val = qn.ch0.index
  1367. </exec>
  1368.  
  1369. <select
  1370. label="C2_2"
  1371. hottext:atleast="1"
  1372. uses="hottext.3"
  1373. cond="Benefit_statements_order.r2">
  1374. <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>
  1375. <comment><ul>
  1376. <li>Use the green highlighter to indicate words/phrases that you particularly like.</li>
  1377. <li>Use the red highlighter to indicate words/phrases that you particularly dislike.</li>
  1378. <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>
  1379. </ul></comment>
  1380. <validate>
  1381. validate_hottext(this)
  1382. </validate>
  1383. <choice label="ch1" hottext:marker_color="green" value="1">Like</choice>
  1384. <choice label="ch2" hottext:marker_color="red" value="2">Dislike</choice>
  1385. <choice label="ch0" value="0" where="report">Not marked</choice>
  1386. <row label="r1" hottext:prefix_html="&lt;div&gt;" hottext:suffix_html="">You</row>
  1387. <row label="r2" hottext:prefix_html="" hottext:suffix_html="">send</row>
  1388. <row label="r3" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1389. <row label="r4" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1390. <row label="r5" hottext:prefix_html="" hottext:suffix_html="">all</row>
  1391. <row label="r6" hottext:prefix_html="" hottext:suffix_html="">sorts</row>
  1392. <row label="r7" hottext:prefix_html="" hottext:suffix_html="">of</row>
  1393. <row label="r8" hottext:prefix_html="" hottext:suffix_html="">different</row>
  1394. <row label="r9" hottext:prefix_html="" hottext:suffix_html="">people</row>
  1395. <row label="r10" hottext:prefix_html="" hottext:suffix_html="">throughout</row>
  1396. <row label="r11" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1397. <row label="r12" hottext:prefix_html="" hottext:suffix_html=",">day</row>
  1398. <row label="r13" hottext:prefix_html="" hottext:suffix_html="">and</row>
  1399. <row label="r14" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1400. <row label="r15" hottext:prefix_html="" hottext:suffix_html="">should</row>
  1401. <row label="r16" hottext:prefix_html="" hottext:suffix_html="">have</row>
  1402. <row label="r17" hottext:prefix_html="" hottext:suffix_html="">a</row>
  1403. <row label="r18" hottext:prefix_html="" hottext:suffix_html="">messaging</row>
  1404. <row label="r19" hottext:prefix_html="" hottext:suffix_html="">app</row>
  1405. <row label="r20" hottext:prefix_html="" hottext:suffix_html="">that</row>
  1406. <row label="r21" hottext:prefix_html="" hottext:suffix_html="">lets</row>
  1407. <row label="r22" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1408. <row label="r23" hottext:prefix_html="" hottext:suffix_html="">choose</row>
  1409. <row label="r24" hottext:prefix_html="" hottext:suffix_html="">how</row>
  1410. <row label="r25" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1411. <row label="r26" hottext:prefix_html="" hottext:suffix_html="">express</row>
  1412. <row label="r27" hottext:prefix_html="" hottext:suffix_html=".">yourself</row>
  1413. <row label="r28" hottext:prefix_html="" hottext:suffix_html="">Whether</row>
  1414. <row label="r29" hottext:prefix_html="" hottext:suffix_html="">you're</row>
  1415. <row label="r30" hottext:prefix_html="" hottext:suffix_html="">blowing</row>
  1416. <row label="r31" hottext:prefix_html="" hottext:suffix_html="">off</row>
  1417. <row label="r32" hottext:prefix_html="" hottext:suffix_html=",">steam</row>
  1418. <row label="r33" hottext:prefix_html="" hottext:suffix_html="">chatting</row>
  1419. <row label="r34" hottext:prefix_html="" hottext:suffix_html="">with</row>
  1420. <row label="r35" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1421. <row label="r36" hottext:prefix_html="" hottext:suffix_html="">friends</row>
  1422. <row label="r37" hottext:prefix_html="" hottext:suffix_html="">or</row>
  1423. <row label="r38" hottext:prefix_html="" hottext:suffix_html="">messaging</row>
  1424. <row label="r39" hottext:prefix_html="" hottext:suffix_html="">with</row>
  1425. <row label="r40" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1426. <row label="r41" hottext:prefix_html="" hottext:suffix_html=",">family</row>
  1427. <row label="r42" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1428. <row label="r43" hottext:prefix_html="" hottext:suffix_html="">should</row>
  1429. <row label="r44" hottext:prefix_html="" hottext:suffix_html="">be</row>
  1430. <row label="r45" hottext:prefix_html="" hottext:suffix_html="">yourself</row>
  1431. <row label="r46" hottext:prefix_html="" hottext:suffix_html="">in</row>
  1432. <row label="r47" hottext:prefix_html="" hottext:suffix_html="">every</row>
  1433. <row label="r48" hottext:prefix_html="" hottext:suffix_html=".">conversation</row>
  1434. <row label="r49" hottext:prefix_html="" hottext:suffix_html="">Opt-in</row>
  1435. <row label="r50" hottext:prefix_html="" hottext:suffix_html="">features</row>
  1436. <row label="r51" hottext:prefix_html="" hottext:suffix_html="">like</row>
  1437. <row label="r52" hottext:prefix_html="" hottext:suffix_html="">Disappearing</row>
  1438. <row label="r53" hottext:prefix_html="" hottext:suffix_html="">Mode</row>
  1439. <row label="r54" hottext:prefix_html="" hottext:suffix_html="">or</row>
  1440. <row label="r55" hottext:prefix_html="" hottext:suffix_html="">Message</row>
  1441. <row label="r56" hottext:prefix_html="" hottext:suffix_html="">Expiration</row>
  1442. <row label="r57" hottext:prefix_html="" hottext:suffix_html="">let</row>
  1443. <row label="r58" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1444. <row label="r59" hottext:prefix_html="" hottext:suffix_html="">decide</row>
  1445. <row label="r60" hottext:prefix_html="" hottext:suffix_html="">when</row>
  1446. <row label="r61" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1447. <row label="r62" hottext:prefix_html="" hottext:suffix_html="">send</row>
  1448. <row label="r63" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1449. <row label="r64" hottext:prefix_html="" hottext:suffix_html="">that</row>
  1450. <row label="r65" hottext:prefix_html="" hottext:suffix_html="">don't</row>
  1451. <row label="r66" hottext:prefix_html="" hottext:suffix_html="">stick</row>
  1452. <row label="r67" hottext:prefix_html="" hottext:suffix_html="">around</row>
  1453. <row label="r68" hottext:prefix_html="" hottext:suffix_html=".">forever</row>
  1454. </select>
  1455. <suspend/>
  1456.  
  1457. <exec>
  1458. qn = C2_2
  1459.  
  1460. if qn.any:
  1461. for eachRow in qn.rows:
  1462. if not eachRow.ch1 or eachRow.ch2:
  1463. eachRow.val = qn.ch0.index
  1464. </exec>
  1465.  
  1466. <select
  1467. label="C3_3"
  1468. hottext:atleast="1"
  1469. uses="hottext.3"
  1470. cond="Benefit_statements_order.r3">
  1471. <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>
  1472. <comment><ul>
  1473. <li>Use the green highlighter to indicate words/phrases that you particularly like.</li>
  1474. <li>Use the red highlighter to indicate words/phrases that you particularly dislike.</li>
  1475. <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>
  1476. </ul></comment>
  1477. <validate>
  1478. validate_hottext(this)
  1479. </validate>
  1480. <choice label="ch1" hottext:marker_color="green" value="1">Like</choice>
  1481. <choice label="ch2" hottext:marker_color="red" value="2">Dislike</choice>
  1482. <choice label="ch0" value="0" where="report">Not marked</choice>
  1483. <row label="r1" hottext:prefix_html="&lt;div&gt;" hottext:suffix_html="">Your</row>
  1484. <row label="r2" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1485. <row label="r3" hottext:prefix_html="" hottext:suffix_html="">should</row>
  1486. <row label="r4" hottext:prefix_html="" hottext:suffix_html="">only</row>
  1487. <row label="r5" hottext:prefix_html="" hottext:suffix_html="">be</row>
  1488. <row label="r6" hottext:prefix_html="" hottext:suffix_html="">seen</row>
  1489. <row label="r7" hottext:prefix_html="" hottext:suffix_html="">by</row>
  1490. <row label="r8" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1491. <row label="r9" hottext:prefix_html="" hottext:suffix_html="">and</row>
  1492. <row label="r10" hottext:prefix_html="" hottext:suffix_html="">the</row>
  1493. <row label="r11" hottext:prefix_html="" hottext:suffix_html="">person</row>
  1494. <row label="r12" hottext:prefix_html="" hottext:suffix_html="">you're</row>
  1495. <row label="r13" hottext:prefix_html="" hottext:suffix_html="">sending</row>
  1496. <row label="r14" hottext:prefix_html="" hottext:suffix_html="">them</row>
  1497. <row label="r15" hottext:prefix_html="" hottext:suffix_html=".">to</row>
  1498. <row label="r16" hottext:prefix_html="" hottext:suffix_html="">With</row>
  1499. <row label="r17" hottext:prefix_html="" hottext:suffix_html="">new</row>
  1500. <row label="r18" hottext:prefix_html="" hottext:suffix_html="">modes</row>
  1501. <row label="r19" hottext:prefix_html="" hottext:suffix_html="">that</row>
  1502. <row label="r20" hottext:prefix_html="" hottext:suffix_html="">ensure</row>
  1503. <row label="r21" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1504. <row label="r22" hottext:prefix_html="" hottext:suffix_html="">conversations</row>
  1505. <row label="r23" hottext:prefix_html="" hottext:suffix_html="">don't</row>
  1506. <row label="r24" hottext:prefix_html="" hottext:suffix_html="">stick</row>
  1507. <row label="r25" hottext:prefix_html="" hottext:suffix_html="">around</row>
  1508. <row label="r26" hottext:prefix_html="" hottext:suffix_html=",">forever</row>
  1509. <row label="r27" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1510. <row label="r28" hottext:prefix_html="" hottext:suffix_html="">now</row>
  1511. <row label="r29" hottext:prefix_html="" hottext:suffix_html="">have</row>
  1512. <row label="r30" hottext:prefix_html="" hottext:suffix_html="">more</row>
  1513. <row label="r31" hottext:prefix_html="" hottext:suffix_html="">ways</row>
  1514. <row label="r32" hottext:prefix_html="" hottext:suffix_html="">than</row>
  1515. <row label="r33" hottext:prefix_html="" hottext:suffix_html="">ever</row>
  1516. <row label="r34" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1517. <row label="r35" hottext:prefix_html="" hottext:suffix_html="">make</row>
  1518. <row label="r36" hottext:prefix_html="" hottext:suffix_html="">sure</row>
  1519. <row label="r37" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1520. <row label="r38" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1521. <row label="r39" hottext:prefix_html="" hottext:suffix_html="">stay</row>
  1522. <row label="r40" hottext:prefix_html="" hottext:suffix_html=".">private</row>
  1523. <row label="r41" hottext:prefix_html="" hottext:suffix_html="">Opt-in</row>
  1524. <row label="r42" hottext:prefix_html="" hottext:suffix_html="">features</row>
  1525. <row label="r43" hottext:prefix_html="" hottext:suffix_html="">like</row>
  1526. <row label="r44" hottext:prefix_html="" hottext:suffix_html="">Disappearing</row>
  1527. <row label="r45" hottext:prefix_html="" hottext:suffix_html="">Mode</row>
  1528. <row label="r46" hottext:prefix_html="" hottext:suffix_html="">and</row>
  1529. <row label="r47" hottext:prefix_html="" hottext:suffix_html="">Message</row>
  1530. <row label="r48" hottext:prefix_html="" hottext:suffix_html="">Expiration</row>
  1531. <row label="r49" hottext:prefix_html="" hottext:suffix_html="">let</row>
  1532. <row label="r50" hottext:prefix_html="" hottext:suffix_html="">you</row>
  1533. <row label="r51" hottext:prefix_html="" hottext:suffix_html="">choose</row>
  1534. <row label="r52" hottext:prefix_html="" hottext:suffix_html="">when</row>
  1535. <row label="r53" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1536. <row label="r54" hottext:prefix_html="" hottext:suffix_html="">messages</row>
  1537. <row label="r55" hottext:prefix_html="" hottext:suffix_html="">disappear</row>
  1538. <row label="r56" hottext:prefix_html="" hottext:suffix_html="">to</row>
  1539. <row label="r57" hottext:prefix_html="" hottext:suffix_html="">keep</row>
  1540. <row label="r58" hottext:prefix_html="" hottext:suffix_html="">your</row>
  1541. <row label="r59" hottext:prefix_html="" hottext:suffix_html="">conversations</row>
  1542. <row label="r60" hottext:prefix_html="" hottext:suffix_html=".">secure</row>
  1543. </select>
  1544. <suspend/>
  1545.  
  1546. <exec>
  1547. qn = C3_3
  1548.  
  1549. if qn.any:
  1550. for eachRow in qn.rows:
  1551. if not eachRow.ch1 or eachRow.ch2:
  1552. eachRow.val = qn.ch0.index
  1553. </exec>
  1554.  
  1555.  
  1556. <radio
  1557. label="C3"
  1558. altlabel="C3: Relevance"
  1559. type="rating"
  1560. values="reverse"
  1561. ratingDirection="reverse">
  1562. <title><b class="bolded">[pipe: Benefit_statements_order]</b> <br/><br/>How relevant is this statement to you, personally?</title>
  1563. <alt>How relevant is this statement to you, personally?</alt>
  1564. <col label="c1">Extremely relevant</col>
  1565. <col label="c2">Very relevant</col>
  1566. <col label="c3">Somewhat relevant</col>
  1567. <col label="c4">Not very relevant</col>
  1568. <col label="c5">Not at all relevant</col>
  1569. </radio>
  1570. <suspend/>
  1571.  
  1572. <radio
  1573. label="C4"
  1574. altlabel="C4: Interest"
  1575. type="rating"
  1576. values="reverse"
  1577. ratingDirection="reverse">
  1578. <title><b class="bolded">[pipe: Benefit_statements_order]</b> <br/><br/>How interested are you in using disappearing messages based upon this statement?</title>
  1579. <alt>How different are the features mentioned in this statement compared to what's currently available on messaging apps?</alt>
  1580. <col label="c1">Extremely Interested</col>
  1581. <col label="c2">Very Interested</col>
  1582. <col label="c3">Somewhat Interested</col>
  1583. <col label="c4">Not Very Interested</col>
  1584. <col label="c5">Not At All Interested</col>
  1585. </radio>
  1586. <suspend/>
  1587.  
  1588. <radio
  1589. label="C5"
  1590. altlabel="C5: Uniqueness"
  1591. type="rating"
  1592. values="reverse"
  1593. ratingDirection="reverse">
  1594. <title><b class="bolded">[pipe: Benefit_statements_order]</b> <br/><br/>How unique and different is this statement compared to how you currently use messaging and communication apps?</title>
  1595. <alt>How unique and different is this statement compared to how you currently use messaging and communication apps?</alt>
  1596. <col label="c1">Completely unique &amp; different</col>
  1597. <col label="c2">Unique &amp; different</col>
  1598. <col label="c3">Moderately unique &amp; different</col>
  1599. <col label="c4">Not really unique &amp; different</col>
  1600. <col label="c5">Not unique &amp; different at all</col>
  1601. </radio>
  1602. <suspend/>
  1603.  
  1604. <block
  1605. label="C6_B" randomize="1" randomizeChildren="1">
  1606. <html
  1607. label="C6_INT"
  1608. where="survey">
  1609. [pipe: Benefit_statements_order] <br/><br/>
  1610. Which of the following best describes the kinds of messages you would send based on this statement?
  1611. </html>
  1612.  
  1613. <select
  1614. label="C6_1"
  1615. shuffle="choices"
  1616. uses="sliderpoints.3">
  1617. <title> </title>
  1618. <choice label="ch1">Insignificant</choice>
  1619. <choice label="ch2" randomize="0"></choice>
  1620. <choice label="ch3" randomize="0"></choice>
  1621. <choice label="ch4" randomize="0"></choice>
  1622. <choice label="ch5">Necessary</choice>
  1623. </select>
  1624.  
  1625. <select
  1626. label="C6_2"
  1627. shuffle="choices"
  1628. uses="sliderpoints.3">
  1629. <title> </title>
  1630. <choice label="ch1">Funny</choice>
  1631. <choice label="ch2" randomize="0"></choice>
  1632. <choice label="ch3" randomize="0"></choice>
  1633. <choice label="ch4" randomize="0"></choice>
  1634. <choice label="ch5">Serious</choice>
  1635. </select>
  1636.  
  1637. <select
  1638. label="C6_3"
  1639. shuffle="choices"
  1640. uses="sliderpoints.3">
  1641. <title> </title>
  1642. <choice label="ch1">Brief</choice>
  1643. <choice label="ch2" randomize="0"></choice>
  1644. <choice label="ch3" randomize="0"></choice>
  1645. <choice label="ch4" randomize="0"></choice>
  1646. <choice label="ch5">Detailed</choice>
  1647. </select>
  1648.  
  1649. <select
  1650. label="C6_4"
  1651. shuffle="choices"
  1652. uses="sliderpoints.3">
  1653. <title> </title>
  1654. <choice label="ch1">Creative</choice>
  1655. <choice label="ch2" randomize="0"></choice>
  1656. <choice label="ch3" randomize="0"></choice>
  1657. <choice label="ch4" randomize="0"></choice>
  1658. <choice label="ch5">Logical</choice>
  1659. </select>
  1660.  
  1661. <select
  1662. label="C6_5"
  1663. shuffle="choices"
  1664. uses="sliderpoints.3">
  1665. <title> </title>
  1666. <choice label="ch1">Spontaneous </choice>
  1667. <choice label="ch2" randomize="0"></choice>
  1668. <choice label="ch3" randomize="0"></choice>
  1669. <choice label="ch4" randomize="0"></choice>
  1670. <choice label="ch5">Planned</choice>
  1671. </select>
  1672. <suspend/>
  1673. </block>
  1674.  
  1675. <block
  1676. label="C6_BL" randomize="1" randomizeChildren="1">
  1677.  
  1678. <html
  1679. label="C6_INT2"
  1680. where="survey">
  1681. [pipe: Benefit_statements_order] <br/><br/>
  1682. Which of the following best describes the kinds of messages you would send based on this statement?
  1683. </html>
  1684.  
  1685. <select
  1686. label="C6_6"
  1687. shuffle="choices"
  1688. uses="sliderpoints.3">
  1689. <title> </title>
  1690. <choice label="ch1">Fantasy</choice>
  1691. <choice label="ch2" randomize="0"></choice>
  1692. <choice label="ch3" randomize="0"></choice>
  1693. <choice label="ch4" randomize="0"></choice>
  1694. <choice label="ch5">Realistic</choice>
  1695. </select>
  1696.  
  1697.  
  1698. <select
  1699. label="C6_7"
  1700. shuffle="choices"
  1701. uses="sliderpoints.3">
  1702. <title> </title>
  1703. <choice label="ch1">Vulnerable</choice>
  1704. <choice label="ch2" randomize="0"></choice>
  1705. <choice label="ch3" randomize="0"></choice>
  1706. <choice label="ch4" randomize="0"></choice>
  1707. <choice label="ch5">Guarded</choice>
  1708. </select>
  1709.  
  1710. <select
  1711. label="C6_8"
  1712. shuffle="choices"
  1713. uses="sliderpoints.3">
  1714. <title> </title>
  1715. <choice label="ch1">Private</choice>
  1716. <choice label="ch2" randomize="0"></choice>
  1717. <choice label="ch3" randomize="0"></choice>
  1718. <choice label="ch4" randomize="0"></choice>
  1719. <choice label="ch5">Public</choice>
  1720. </select>
  1721.  
  1722. <select
  1723. label="C6_9"
  1724. shuffle="choices"
  1725. uses="sliderpoints.3">
  1726. <title> </title>
  1727. <choice label="ch1">Casual </choice>
  1728. <choice label="ch2" randomize="0"></choice>
  1729. <choice label="ch3" randomize="0"></choice>
  1730. <choice label="ch4" randomize="0"></choice>
  1731. <choice label="ch5">Formal</choice>
  1732. </select>
  1733.  
  1734. <select
  1735. label="C6_10"
  1736. shuffle="choices"
  1737. uses="sliderpoints.3">
  1738. <title> </title>
  1739. <choice label="ch1">Secretive</choice>
  1740. <choice label="ch2" randomize="0"></choice>
  1741. <choice label="ch3" randomize="0"></choice>
  1742. <choice label="ch4" randomize="0"></choice>
  1743. <choice label="ch5">Honest/Open</choice>
  1744. </select>
  1745. <suspend/>
  1746.  
  1747. </block>
  1748.  
  1749.  
  1750. <select
  1751. label="C7"
  1752. uses="sliderpoints.3">
  1753. <title>Who would you be most likely to message if the features described in this statement were available?</title>
  1754. <choice label="ch1">Someone I Am Very Close To (e.g., Family member, spouse, best friend)</choice>
  1755. <choice label="ch2" randomize="0"></choice>
  1756. <choice label="ch3" randomize="0"></choice>
  1757. <choice label="ch4" randomize="0"></choice>
  1758. <choice label="ch5">A Distant Acquaintance (e.g., Co-worker, friend of a friend)</choice>
  1759. </select>
  1760. <suspend/>
  1761.  
  1762. <radio
  1763. label="C8"
  1764. shuffle="rows">
  1765. <title>Thinking about this statement specifically, how strongly do you agree or disagree with each of the following? This would...</title>
  1766. <col label="c1">Strongly Agree</col>
  1767. <col label="c2">Somewhat Agree</col>
  1768. <col label="c3">Neither Agree nor Disagree</col>
  1769. <col label="c4">Somewhat Disagree</col>
  1770. <col label="c5">Strongly Disagree</col>
  1771. <row label="r1">Motivate me to reach out to people more often</row>
  1772. <row label="r2">Enable me to share more personal content</row>
  1773. <row label="r3">Allow me to share inconsequential or silly content</row>
  1774. <row label="r4">Give me the freedom to change my mind</row>
  1775. <row label="r5">Make me feel safe to express my feelings</row>
  1776. <row label="r6">Allow me to take back a comment I might regret</row>
  1777. <row label="r7">Lower the risk of being made fun of</row>
  1778. <row label="r8">Allow me to be sneaky or secretive</row>
  1779. <row label="r9">Allow me to send risqu&#233; content</row>
  1780. <row label="r10">Protect me against people I don't know or trust</row>
  1781. <row label="r11">Allow me send private/confidential information (i.e. password or credit card number)</row>
  1782. </radio>
  1783. <suspend/>
  1784.  
  1785. <checkbox
  1786. label="C9"
  1787. atleast="1"
  1788. atmost="3"
  1789. shuffle="rows">
  1790. <title>If a messaging app offered this experience, what type of content would you be most likely to send?</title>
  1791. <comment>Please select up to 3.</comment>
  1792. <row label="r1">Photos</row>
  1793. <row label="r2">Video</row>
  1794. <row label="r3">Text</row>
  1795. <row label="r4">Memes</row>
  1796. <row label="r5">GIFs</row>
  1797. <row label="r6">Bitmojis</row>
  1798. <row label="r7" open="1" openSize="25" randomize="0">Other</row>
  1799. </checkbox>
  1800. <suspend/>
  1801.  
  1802. <checkbox
  1803. label="C10"
  1804. atleast="1"
  1805. atmost="3"
  1806. shuffle="rows">
  1807. <title>What types of conversations and chats would you be likely to have if this were offered by a messaging app? </title>
  1808. <comment>Please select up to 3.</comment>
  1809. <row label="r1">Private or sensitive chats</row>
  1810. <row label="r2">Funny or playful chats</row>
  1811. <row label="r3">Chats that allow me to be honest and authentic</row>
  1812. <row label="r4">Chats that allow me to blow off steam</row>
  1813. <row label="r5">Chats that capture the moment at hand</row>
  1814. <row label="r6">Chats that I want to save to look at in the future</row>
  1815. <row label="r7" open="1" openSize="25" randomize="0">Other</row>
  1816. </checkbox>
  1817. <suspend/>
  1818.  
  1819. <html
  1820. label="INT5"
  1821. where="survey">
  1822. Thank you for your answers so far! <br/><br/>
  1823.  
  1824. We now want to show you different features and understand how appealing each may be to you
  1825. </html>
  1826.  
  1827. <radio
  1828. label="C11a"
  1829. shuffle="rows">
  1830. <title>How interested are you in using each of the following features as they relate to this statement?</title>
  1831. <col label="c1">Extremely Interested</col>
  1832. <col label="c2">Very Interested</col>
  1833. <col label="c3">Somewhat Interested</col>
  1834. <col label="c4">Not Very Interested</col>
  1835. <col label="c5">Not At All Interested</col>
  1836. <row label="r1"><b>Disappearing Mode.</b> Enter into a mode where messages automatically disappear when you leave the conversation.</row>
  1837. <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>
  1838. <row label="r3"><b>App Lock.</b> Keep your messages safe by adding a TouchID or FaceID to unlock your app.</row>
  1839. <row label="r4"><b>Screenshot Notifications.</b> Receive a notification if someone in your conversation takes a screenshot.</row>
  1840. <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>
  1841. <row label="r6"><b>Save Message.</b> Archive and save important messages so you can easily view them later.</row>
  1842. <row label="r7"><b>End-to-End Encryption.</b> No one except the sender and receiver(s) can easily view them later.</row>
  1843. <row label="r8"><b>Privacy Controls.</b> Manage who can search for and contact you.</row>
  1844. </radio>
  1845. <suspend/>
  1846.  
  1847. <exec>
  1848. C11b.rows.order = C11a.rows.order
  1849. </exec>
  1850.  
  1851. <radio
  1852. label="C11b"
  1853. shuffle="rows">
  1854. <title>How well do you think each of the following features fit specifically with this statement?</title>
  1855. <col label="c1">Fits Extremely Well</col>
  1856. <col label="c2">Fits Somewhat Well</col>
  1857. <col label="c3">Does Not Fit at All</col>
  1858. <row label="r1"><b>Disappearing Mode.</b> Enter into a mode where messages automatically disappear when you leave the conversation.</row>
  1859. <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>
  1860. <row label="r3"><b>App Lock.</b> Keep your messages safe by adding a TouchID or FaceID to unlock your app.</row>
  1861. <row label="r4"><b>Screenshot Notifications.</b> Receive a notification if someone in your conversation takes a screenshot.</row>
  1862. <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>
  1863. <row label="r6"><b>Save Message.</b> Archive and save important messages so you can easily view them later.</row>
  1864. <row label="r7"><b>End-to-End Encryption.</b> No one except the sender and receiver(s) can easily view them later.</row>
  1865. <row label="r8"><b>Privacy Controls.</b> Manage who can search for and contact you.</row>
  1866.  
  1867. </radio>
  1868. <suspend/>
  1869.  
  1870. <textarea
  1871. label="C12a"
  1872. optional="0">
  1873. <title>Thinking about the different messaging apps you are aware of, which do you think would fit best with this statement?</title>
  1874. <comment>Please list <u>all</u> apps that you think could apply.</comment>
  1875. </textarea>
  1876. <suspend/>
  1877.  
  1878. <checkbox
  1879. label="C12b"
  1880. atleast="1"
  1881. shuffle="rows">
  1882. <title>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>
  1883. <row label="r1">Messenger</row>
  1884. <row label="r2">WhatsApp</row>
  1885. <row label="r3">iMessage</row>
  1886. <row label="r4">Android Message</row>
  1887. <row label="r5">Snapchat</row>
  1888. <row label="r6">TikTok</row>
  1889. <row label="r7">Twitter</row>
  1890. <row label="r8">WeChat</row>
  1891. <row label="r9">Signal</row>
  1892. <row label="r10">Skype</row>
  1893. <row label="r11">Instagram Direct</row>
  1894. <row label="r12">Line</row>
  1895. <row label="r13">Viber</row>
  1896. <row label="r14">KaKao</row>
  1897. </checkbox>
  1898.  
  1899. <suspend/>
  1900.  
  1901.  
  1902.  
  1903. <checkbox
  1904. label="C14"
  1905. atleast="1"
  1906. shuffle="rows">
  1907. <title>Which of the following statements are you interested in learning more about?</title>
  1908. <row label="r1">Positioning Benefit Statement 1</row>
  1909. <row label="r2">Positioning Benefit Statement 2</row>
  1910. <row label="r3">Positioning Benefit Statement 3</row>
  1911. </checkbox>
  1912. <suspend/>
  1913.  
  1914. <textarea
  1915. label="C15"
  1916. optional="0">
  1917. <title><b class="bolded">[pipe: C10_rank1_pipe]</b> <br/><br/> Which messaging apps would you expect to offer these features? </title>
  1918. <alt>Which messaging apps would you expect to offer these features?</alt>
  1919. </textarea>
  1920. <suspend/>
  1921.  
  1922. <checkbox
  1923. label="C16"
  1924. atleast="1"
  1925. shuffle="rows">
  1926. <title><b class="bolded">[pipe: C10_rank1_pipe]</b> <br/><br/> Including any app you may have previously mentioned, which of the following messaging apps would you expect to offer these new features?</title>
  1927. <alt>Including any app you may have previously mentioned, which of the following messaging apps would you expect to offer these new features?</alt>
  1928. <row label="r1">Messenger</row>
  1929. <row label="r2">WhatsApp</row>
  1930. <row label="r3">iMessage</row>
  1931. <row label="r4">Android Message</row>
  1932. <row label="r5">Snapchat</row>
  1933. <row label="r6">TikTok</row>
  1934. <row label="r7">Twitter</row>
  1935. <row label="r8">WeChat</row>
  1936. <row label="r9">Signal</row>
  1937. <row label="r10">Skype</row>
  1938. <row label="r11">Instagram Direct</row>
  1939. </checkbox>
  1940. <suspend/>
  1941.  
  1942. <radio
  1943. label="C17"
  1944. shuffle="rows"
  1945. 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';"
  1946. cardsort:cardCSS="width: auto;"
  1947. cardsort:completionCSS="color: rgb( 66, 106, 146 ); font-size: 12px;"
  1948. cardsort:displayCounter="0"
  1949. cardsort:displayNavigation="0"
  1950. cardsort:displayProgress="0"
  1951. cardsort:bucketsPerRow="5"
  1952. uses="cardsort.6"
  1953. onLoad="copy('C16', rows=True, prepend=True)">
  1954. <title><b class="bolded">[pipe: C10_rank1_pipe]</b> <br/><br/> Assuming these features were made available with each of the following apps, how do you think your use of these apps will change over the next year or so?</title>
  1955. <alt>Assuming these features were made available with each of the following apps, how do you think your use of these apps will change over the next year or so?</alt>
  1956. <comment>Please select one response per row.</comment>
  1957. <exec>
  1958. C17.rows.order = C16.rows.order
  1959. </exec>
  1960. <col label="c1">Will use this more</col>
  1961. <col label="c2">Will not change</col>
  1962. <col label="c3">Will use this less</col>
  1963. <style copy="UniversalAutoContinue" arg:hideButton="0"/>
  1964. </radio>
  1965. <suspend/>
  1966.  
  1967. <radio
  1968. label="C18"
  1969. type="rating"
  1970. values="reverse"
  1971. ratingDirection="reverse">
  1972. <title><b class="bolded">[pipe: C10_rank1_pipe]</b> <br/><br/> How believable is it that Messenger would offer these features?</title>
  1973. <alt>How believable is it that Messenger would offer these features?</alt>
  1974. <col label="c1">Extremely believable</col>
  1975. <col label="c2">Very believable</col>
  1976. <col label="c3">Somewhat believable</col>
  1977. <col label="c4">Not very believable</col>
  1978. <col label="c5">Not at all believable</col>
  1979. </radio>
  1980. <suspend/>
  1981.  
  1982. <radio
  1983. label="C19"
  1984. shuffle="rows">
  1985. <title><b class="bolded">[pipe: C10_rank1_pipe]</b> <br/><br/> Does your opinion of these messaging app features change if they were offered by Messenger, knowing that Messenger is an app from Facebook? </title>
  1986. <alt>Does your opinion of these messaging app features change if they were offered by Messenger, knowing that Messenger is an app from Facebook?</alt>
  1987. <row label="r1">Yes, positively</row>
  1988. <row label="r2">Yes, negatively</row>
  1989. <row label="r3" randomize="0">No, this does not impact my opinion</row>
  1990. </radio>
  1991. <suspend/>
  1992.  
  1993. <html
  1994. label="INT4B"
  1995. where="survey">
  1996. <b>Thank you for your answers so far! <br/><br/>
  1997.  
  1998. In this next section we are looking to understand a little bit more about your preferences and habits when it comes to your use of messaging apps.</b>
  1999. </html>
  2000. <suspend/>
  2001.  
  2002. <radio
  2003. label="AT1"
  2004. shuffle="rows"
  2005. type="rating"
  2006. values="reverse"
  2007. ratingDirection="reverse"
  2008. 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';"
  2009. cardsort:cardCSS="width: auto;"
  2010. cardsort:completionCSS="color: rgb( 66, 106, 146 ); font-size: 12px;"
  2011. cardsort:displayCounter="0"
  2012. cardsort:displayNavigation="0"
  2013. cardsort:displayProgress="0"
  2014. cardsort:bucketsPerRow="5"
  2015. uses="cardsort.6">
  2016. <title>How much do you agree or disagree with each of the following statements?</title>
  2017. <col label="c1">Strongly agree</col>
  2018. <col label="c2">Agree</col>
  2019. <col label="c3">Neither agree nor disagree</col>
  2020. <col label="c4">Disagree</col>
  2021. <col label="c5">Strongly disagree</col>
  2022.  
  2023. <row label="r1">I wish messages on my phone would automatically go away after a certain amount of time has passed</row>
  2024. <row label="r2">Messages on my phone take up too much storage space</row>
  2025. <row label="r3">Sometimes I want to have 'off-the-record' conversations that aren't saved in my messaging app</row>
  2026. <row label="r4">I do not use messaging apps to share private information</row>
  2027. <row label="r5">Messaging apps are the best way for me to stay in close touch with friends and family</row>
  2028. <row label="r6">It's important that I'm able to archive messages through my app</row>
  2029. <row label="r7">I'm not comfortable saving messages that contain private information</row>
  2030. <row label="r8">Messaging apps do not provide enough privacy for me</row>
  2031. <row label="r9">I only use messaging apps for fun chats</row>
  2032. <style copy="UniversalAutoContinue" arg:hideButton="0"/>
  2033. </radio>
  2034. <suspend/>
  2035.  
  2036. <checkbox
  2037. label="AT2"
  2038. shuffle="rows"
  2039. exactly="3">
  2040. <title>Please select the three most important features of a messaging app.</title>
  2041. <row label="r1">Data security</row>
  2042. <row label="r2">Impermanence</row>
  2043. <row label="r3">Filters</row>
  2044. <row label="r4">Message Archive</row>
  2045. <row label="r5">Individuality</row>
  2046. <row label="r6">Freedom of expression</row>
  2047. <row label="r7">Authenticity</row>
  2048. <row label="r8">Sharing with no consequences</row>
  2049. <row label="r9">Having fun</row>
  2050. <row label="r10">Disappearing Messages</row>
  2051. <row label="r11">Message Expiration</row>
  2052. <row label="r12">Hidden chats</row>
  2053. <row label="r13">Screenshot notifications</row>
  2054. <row label="r14">Message deletion for everyone in the chat</row>
  2055. <row label="r15">Clearing chat history</row>
  2056. <row label="r16">Stories</row>
  2057. <row label="r17">Voice + Video Calls</row>
  2058. <row label="r18">End-to-End Encryption</row>
  2059. </checkbox>
  2060. <suspend/>
  2061.  
  2062. <radio
  2063. label="AT3"
  2064. shuffle="rows"
  2065. type="rating"
  2066. values="order"
  2067. cardsort:bucketCSS="height: 50px; width: 100px; padding: 0; border-radius: 10px; background-color: #9dc533; border: 0 none; color: white; font-size: 18px; font-weight: bold; font-family: 'Lato Light';"
  2068. cardsort:cardCSS="width: auto;"
  2069. cardsort:completionCSS="color: rgb( 66, 106, 146 ); font-size: 12px;"
  2070. cardsort:displayCounter="0"
  2071. cardsort:displayNavigation="0"
  2072. cardsort:displayProgress="0"
  2073. cardsort:bucketsPerRow="10"
  2074. uses="cardsort.6"
  2075. onLoad="copy('AT2', rows=True, prepend=True)">
  2076. <title>On a scale from 1-10 with 1 being the furthest from and 10 being the closest to, how closely do you associate each of the following features or benefits with <u>privacy</u>?</title>
  2077. <exec>
  2078. AT3.rows.order = AT2.rows.order
  2079. </exec>
  2080. <col label="c1">1</col>
  2081. <col label="c2">2</col>
  2082. <col label="c3">3</col>
  2083. <col label="c4">4</col>
  2084. <col label="c5">5</col>
  2085. <col label="c6">6</col>
  2086. <col label="c7">7</col>
  2087. <col label="c8">8</col>
  2088. <col label="c9">9</col>
  2089. <col label="c10">10</col>
  2090. <style copy="UniversalAutoContinue" arg:hideButton="0"/>
  2091. </radio>
  2092. <suspend/>
  2093.  
  2094. <radio
  2095. label="AT4"
  2096. shuffle="rows">
  2097. <title>Which of the following messaging apps do you consider to have the best privacy and security?</title>
  2098. <exec>
  2099. AT4.rows.order = C16.rows.order
  2100. </exec>
  2101. <row label="r1">Messenger</row>
  2102. <row label="r2">WhatsApp</row>
  2103. <row label="r3">iMessage</row>
  2104. <row label="r4">Android Message</row>
  2105. <row label="r5">Snapchat</row>
  2106. <row label="r6">TikTok</row>
  2107. <row label="r7">Twitter</row>
  2108. <row label="r8">WeChat</row>
  2109. <row label="r9">Signal</row>
  2110. <row label="r10">Skype</row>
  2111. <row label="r11">Instagram Direct</row>
  2112. <row label="r98" open="1" openSize="25" randomize="0">Other</row>
  2113. </radio>
  2114. <suspend/>
  2115.  
  2116. <radio
  2117. label="AT5"
  2118. type="rating"
  2119. values="reverse"
  2120. ratingDirection="reverse">
  2121. <title>How important is impermanent messaging to you?</title>
  2122. <col label="c1">Extremely important</col>
  2123. <col label="c2">Very important</col>
  2124. <col label="c3">Somewhat important</col>
  2125. <col label="c4">Not very important</col>
  2126. <col label="c5">Not at all important</col>
  2127. </radio>
  2128. <suspend/>
  2129.  
  2130. <html
  2131. label="INT6"
  2132. where="survey">
  2133. <b>Great job! You're almost done. The next set of questions are for classification purposes only.</b>
  2134. </html>
  2135. <suspend/>
  2136.  
  2137.  
  2138. <checkbox
  2139. label="DM1"
  2140. atleast="1"
  2141. cond="not (HHCMP10.r1)">
  2142. <title>Who else do you live with in your household?</title>
  2143. <row label="r1">Parents</row>
  2144. <row label="r2">Roommates</row>
  2145. <row label="r3">Children</row>
  2146. <row label="r4">Partner</row>
  2147. <row label="r98" open="1" openSize="25" randomize="0">Other</row>
  2148. </checkbox>
  2149. <suspend/>
  2150.  
  2151.  
  2152. <radio
  2153. label="DM2">
  2154. <title> How would you describe your marital status?</title>
  2155. <row label="r1">Never married</row>
  2156. <row label="r2">Married</row>
  2157. <row label="r3">Living with a partner/significant other</row>
  2158. <row label="r4">Divorced</row>
  2159. <row label="r5">Separated (legally)</row>
  2160. <row label="r6">Widowed</row>
  2161. <row label="r7">Prefer not to say</row>
  2162. </radio>
  2163. <suspend/>
  2164.  
  2165. <radio
  2166. label="DM3"
  2167. cond="KIDS02.ival gt 0">
  2168. <title>Do you allow your children under 18 years old to use social or communication apps on a smartphone?</title>
  2169. <row label="r1">Yes</row>
  2170. <row label="r2">No</row>
  2171. <row label="r3">It depends on which app they want to use</row>
  2172. </radio>
  2173. <suspend/>
  2174.  
  2175. <exec>
  2176. DM4.rows.order = S6a.rows.order
  2177. </exec>
  2178.  
  2179. <checkbox
  2180. label="DM4"
  2181. atleast="1"
  2182. cond="not(DM3.r2)">
  2183. <title>Do your children use any of the following social or communication apps on a smartphone</title>
  2184. <row label="r1">Messenger</row>
  2185. <row label="r2">WhatsApp</row>
  2186. <row label="r3">iMessage</row>
  2187. <row label="r4">Android Message</row>
  2188. <row label="r5">Snapchat</row>
  2189. <row label="r6">TikTok</row>
  2190. <row label="r7">Twitter</row>
  2191. <row label="r8">WeChat</row>
  2192. <row label="r9">Signal</row>
  2193. <row label="r10">Skype</row>
  2194. <row label="r11">Instagram Direct</row>
  2195. <row label="r12">Line</row>
  2196. <row label="r13">Viber</row>
  2197. <row label="r14">KaKao</row>
  2198. <row label="r98" open="1" openSize="25" randomize="0">Other</row>
  2199. </checkbox>
  2200. <suspend/>
  2201.  
  2202. <radio
  2203. label="DM5">
  2204. <title>Which of the following best describes the highest level of education you have achieved?</title>
  2205. <comment>Please select one.</comment>
  2206. <row label="r1">Advanced degree</row>
  2207. <row label="r2">Bachelor's degree</row>
  2208. <row label="r3">Associate's degree</row>
  2209. <row label="r4">Graduated high school</row>
  2210. <row label="r5">Some high school</row>
  2211. <row label="r6">Some middle school</row>
  2212. </radio>
  2213. <suspend/>
  2214.  
  2215.  
  2216. <radio
  2217. label="DM6">
  2218. <title>Which of the following categories best describes your employment status?</title>
  2219. <comment>Please select one.</comment>
  2220. <row label="r1">Work full-time</row>
  2221. <row label="r2">Work part-time</row>
  2222. <row label="r3">Self employed</row>
  2223. <row label="r4">Unemployed</row>
  2224. <row label="r5">Retired</row>
  2225. <row label="r6">Homemaker/stay-at-home parent</row>
  2226. <row label="r7">Student</row>
  2227. <row label="r8">Prefer not to say</row>
  2228. </radio>
  2229. <suspend/>
  2230.  
  2231. <checkbox
  2232. label="DM7"
  2233. atleast="1">
  2234. <title>Which best describes your ethnicity?</title>
  2235. <row label="r1">White</row>
  2236. <row label="r2">Black/African American</row>
  2237. <row label="r3">Hispanic/Latino</row>
  2238. <row label="r4">Asian</row>
  2239. <row label="r5">Pacific Islander</row>
  2240. <row label="r6">Middle Eastern/Central Asian</row>
  2241. <row label="r98" open="1" openSize="25" randomize="0">Other</row>
  2242. <row label="r99">Prefer not to say</row>
  2243. </checkbox>
  2244. <suspend/>
  2245.  
  2246. <radio
  2247. label="DM8_1">
  2248. <title>What is your total annual household income before taxes?</title>
  2249. <comment>Please select one.</comment>
  2250. <row label="r1">Under $25,000</row>
  2251. <row label="r2">$25,000 to $49,999</row>
  2252. <row label="r3">$50,000 to $74,999</row>
  2253. <row label="r4">$75,000 to $99,999</row>
  2254. <row label="r5">$100,000 to $149,999</row>
  2255. <row label="r6">$150,000 to $199,999</row>
  2256. <row label="r7">$200,000 or more</row>
  2257. <row label="r8">Prefer not to answer/don't know</row>
  2258. </radio>
  2259. <suspend/>
  2260.  
  2261.  
  2262. <checkbox
  2263. label="DM9"
  2264. atleast="1">
  2265. <title>Which of the following have happened to you in the past year? [multi select]</title>
  2266. <row label="r1">Graduated from high school</row>
  2267. <row label="r2">Started college</row>
  2268. <row label="r3">Graduated from college</row>
  2269. <row label="r4">Got married</row>
  2270. <row label="r5">Had a child</row>
  2271. <row label="r6">Started my first full time job</row>
  2272. <row label="r7">Bought a house</row>
  2273. <row label="r8">Sent a child off to college</row>
  2274. <row label="r9">Got divorced/separated</row>
  2275. <row label="r10">Moved in with a significant other</row>
  2276. <row label="r11">Moved out of parent's house</row>
  2277. <row label="r12">Started a part-time job</row>
  2278. <row label="r13">Rented my first apartment/home</row>
  2279. <row label="r14">Bought/Leased my first car</row>
  2280. </checkbox>
  2281. <suspend/>
  2282.  
  2283. </survey>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement