{"id":18663,"date":"2015-06-10T07:27:08","date_gmt":"2015-06-10T07:27:08","guid":{"rendered":"https:\/\/www.snapsurveys.com\/support-snap11\/?page_id=18663"},"modified":"2018-10-04T12:25:44","modified_gmt":"2018-10-04T11:25:44","slug":"in-survey-calculations-calculate-wait-adapt","status":"publish","type":"page","link":"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/","title":{"rendered":"In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer"},"content":{"rendered":"<p>In Snap you perform calculations and categorise received responses into codes, then use the results in later pages of your questionnaire. You can change text, add codes to questions and change which questions are shown.<\/p>\n<p>This worksheet\u00a0example\u00a0tells you how to calculate how long someone waited to see a pharmacist and displays an apology if appropriate.<\/p>\n<section>\n<h3>Background<\/h3>\n<p>In-survey calculations work on answers as the survey is being completed. Combine the results with text substitution (piping), routing (skip logic) and masking to change your live questionnaire; anything from what the text respondents see to the questions displayed.<\/p>\n<div class=\"read-more-content\">\n<p>You perform in-survey calculations in Snap using derived variables.<\/p>\n<p>You can display the content of the derived variable in the questionnaire and\/or show or hide other parts of the questionnaire depending on their value.<\/p>\n<p>Derived variables are created from responses to other variables. The way you create them will be different for each type of derived variable.<\/p>\n<p>For example, you could display a derived value in the questionnaire to:<\/p>\n<ul>\n<li>add up costs to display a total (in a derived quantity variable)<\/li>\n<li>add a title to someone&#8217;s name (in a derived literal variable).<\/li>\n<\/ul>\n<p>If you want to change the content shown in the questionnaire, you can choose what to show by testing the value of a derived variable. You can:<\/p>\n<ul>\n<li>change text depending on the result<\/li>\n<li>show or hide questions and text depending on the result<\/li>\n<li>use routing to jump to different parts of the questionnaire depending on the result.<\/li>\n<\/ul>\n<\/div>\n<p><a class=\"button radius read-more-show hide\">See more \u2193<\/a><a class=\"button radius read-more-hide hide\">Hide this content \u2191<\/a><\/p>\n<\/section>\n<section>\n<h3>Step 1: Create the derived variable to calculate\u00a0the wait time<\/h3>\n<p>You can work out how long someone has had to wait for an appointment and display an apology if appropriate. You must create a derived variable to work out how long the wait was.<\/p>\n<div class=\"read-more-content\">\n<p>This example\u00a0assumes that the appointment time is stored in <strong>Q1<\/strong> and the time the respondent was seen (if later) is stored in <strong>Q2<\/strong>.<\/p>\n<ol>\n<li>Click <img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11843\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2013\/09\/codes.png\" alt=\"Variables window button\" width=\"16\" height=\"16\" \/>\u00a0to display the\u00a0<strong>Variables Window<\/strong>.<\/li>\n<li>Click <img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11837\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2013\/09\/add.png\" alt=\"New button\" width=\"15\" height=\"16\" \/> to add a new variable.<\/li>\n<li>Specify the\u00a0<strong>Variable details<\/strong>:<br \/>\n<strong>Name<\/strong>: Delay.<br \/>\n<strong>Label<\/strong>: Wait time to see pharmacist.<br \/>\n<strong>Type<\/strong>: Derived (the variable will derive its data from the other time variables).<br \/>\n<strong>Response<\/strong>: Quantity (the variable will hold a number of seconds).<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18698\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/der_delay.png\" alt=\"Smart reporting: image of\" width=\"565\" height=\"388\" srcset=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/der_delay.png 565w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/der_delay-150x103.png 150w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/der_delay-500x343.png 500w\" sizes=\"auto, (max-width: 565px) 100vw, 565px\" \/><\/li>\n<li>Set the value for the\u00a0<strong>Valid\u00a0<\/strong>code to be <strong>Q2-Q1<\/strong> to get the difference between the times. (Note that this calculation assumes that Q2 is greater than Q1.)<\/li>\n<li>Click <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-17568\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/01\/save.png\" alt=\"save\" width=\"21\" height=\"17\" \/> to save the variable.<\/li>\n<\/ol>\n<\/div>\n<p><a class=\"button radius read-more-show hide\">Tell me how to do this \u2193<\/a><a class=\"button radius read-more-hide hide\">Hide this content \u2191<\/a><\/p>\n<\/section>\n<section>\n<h3>Step 2: Create the derived variable to categorise\u00a0the wait times<\/h3>\n<p>You can band the time into separate codes using another derived variable. This will provide the appropriate apology text (if necessary).<\/p>\n<div class=\"read-more-content\">\n<p>Times in Snap are stored in seconds. The derived variable calculates time ranges in seconds and bands the result.<\/p>\n<ol>\n<li>Click <img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11843\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2013\/09\/codes.png\" alt=\"Variables window button\" width=\"16\" height=\"16\" \/>\u00a0on the Snap toolbar to display the <strong>Variables<\/strong> window.<\/li>\n<li>Click\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11837\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2013\/09\/add.png\" alt=\"New button\" width=\"15\" height=\"16\" \/> on the <strong>Variables<\/strong> window toolbar to add a new variable.<\/li>\n<li>Specify the <strong>Variable details<\/strong>:<br \/>\n<strong>Name<\/strong>: delayband.<br \/>\n<strong>Label<\/strong>: Delay codes used for apology.<br \/>\n<strong>Type<\/strong>: Derived (the variable will derive its data from the <strong>Delay<\/strong> variable that you have just created).<br \/>\n<strong>Response<\/strong>: Single (the data will be coded into bands).<\/li>\n<li>Double click in the first code label and enter <strong>appt time ok<\/strong>. This is a delay of less than ten minutes.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18701\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/vd_dellayband.png\" alt=\"Derived variable with insert button highlighted\" width=\"567\" height=\"470\" srcset=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/vd_dellayband.png 567w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/vd_dellayband-150x124.png 150w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/vd_dellayband-500x414.png 500w\" sizes=\"auto, (max-width: 567px) 100vw, 567px\" \/><\/li>\n<li>Press [Tab] to move to the <strong>Values<\/strong> column. Enter <strong>delay &lt; 601<\/strong>. This is a delay of ten minutes or less.<\/li>\n<li>Press [Tab] to move to the next code label field and enter <strong>more than ten minutes<\/strong>. Then enter <strong>delay<\/strong> <strong>&lt; 1200<\/strong> as the <strong>Value<\/strong>. This is the range ten to twenty minutes. Since the codes are checked in order, a value less than ten minutes will already have been coded.<\/li>\n<li>Press [Tab] to move to the next code label and enter <strong>more than twenty minutes<\/strong>. Then enter <strong>delay &lt; 3600<\/strong> as the <strong>Value<\/strong>. This is the range twenty to sixty minutes.<\/li>\n<li>Press [Tab] to move to the next code label and enter <strong>more than an hour<\/strong>. Then enter <strong>true<\/strong> as the <strong>Value<\/strong>. This catches all numbers above 3600 seconds.<\/li>\n<li>Click <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-17568\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/01\/save.png\" alt=\"save\" width=\"21\" height=\"17\" \/>\u00a0to save the derived\u00a0variable.<\/li>\n<\/ol>\n<p>The text in the code labels 2, 3 and 4 will be text substituted (piped) into the questionnaire when appropriate. It will not be necessary to show the text in code label 1 in the questionnaire.<\/p>\n<\/div>\n<p><a class=\"button radius read-more-show hide\">Tell me how to do this \u2193<\/a><a class=\"button radius read-more-hide hide\">Hide this content \u2191<\/a><\/p>\n<\/section>\n<section>\n<h3>Step 3: Use the code labels in your questionnaire<\/h3>\n<p>You can insert the label of a selected response in your questionnaire. In this example, you insert the apology text if the delay to see the pharmacist is over ten minutes or display\u00a0appreciation text if the delay\u00a0is ten minutes or under.\u00a0These texts will be displayed in two instructions.<\/p>\n<div class=\"read-more-content\">\n<ol>\n<li>Click\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-21935\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2016\/04\/228new.gif\" alt=\"Questionnaire window: design mode\" width=\"24\" height=\"20\" \/>to\u00a0change to the <strong>Questionnaire<\/strong> view.<\/li>\n<li>Go to the end of the questionnaire and press enter\u00a0to create a new variable.<\/li>\n<li>Change the type to <strong>Instruction<\/strong> and type in first message text &#8220;That&#8217;s great, we aim to see all visitors within 10 minutes of their allotted appointment time.&#8221;<\/li>\n<li>Press enter\u00a0to create another instruction.<\/li>\n<li>Insert the first part of the apology &#8220;We are very sorry to hear that you had to wait&#8221;<\/li>\n<li>Check the toolbar topic is set to <strong>Font<\/strong>, click the<strong>\u00a0[Insert&#8230;]<\/strong> button on the <strong>Questionnaire<\/strong> window toolbar and select <strong>Variable Field<\/strong> from the menu.<\/li>\n<li>The <strong>New variable field<\/strong> dialog appears. Select <strong>delayband<\/strong> as the variable and <strong>Reply<\/strong> as the aspect.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18700\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/new_vf_delayb.png\" alt=\"New vaariable field getting context aspect\" width=\"203\" height=\"161\" srcset=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/new_vf_delayb.png 203w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/new_vf_delayb-150x118.png 150w\" sizes=\"auto, (max-width: 203px) 100vw, 203px\" \/><\/li>\n<li>Click <strong>[OK]<\/strong>. Snap will display the question name within curly brackets {delayband}, to show that it is a text-substituted field.<\/li>\n<li>Add the text &#8220;Please accept out apologies.&#8221;<\/li>\n<li>Click <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-17568\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/01\/save.png\" alt=\"save\" width=\"21\" height=\"17\" \/>\u00a0to save your changes.<\/li>\n<\/ol>\n<\/div>\n<p><a class=\"button radius read-more-show hide\">Tell me how to do this \u2193<\/a><a class=\"button radius read-more-hide hide\">Hide this content \u2191<\/a><\/p>\n<\/section>\n<section>\n<h3>Step 4: Show or hide the text depending on the responses<\/h3>\n<p>You can set when questions and instructions are to be displayed using routing conditions. Set conditions (skip logic) on your instructions so that the correct one is shown depending on the delay.<\/p>\n<div class=\"read-more-content\">\n<ol>\n<li>Select your instruction for no delay and click\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14140\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2014\/03\/routing.png\" alt=\"Routing button\" width=\"20\" height=\"19\" \/> on the <strong>Questionnaire<\/strong> window toolbar to open the <strong>Routing Rules<\/strong> dialog.<\/li>\n<li>Click <strong>[Add]<\/strong> to create a new rule and set the type to<strong> Conditionally Ask Question<\/strong>. Click <strong>[OK]<\/strong>.<\/li>\n<li>Enter <strong>delayband = 1<\/strong> in the <strong>If<\/strong> field and click <strong>[OK]<\/strong>. This instruction will be shown if they had to wait less than ten minutes.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18699\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/if_db_eq1.png\" alt=\"Routing Rules delayband If\" width=\"428\" height=\"429\" srcset=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/if_db_eq1.png 428w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/if_db_eq1-400x400.png 400w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/if_db_eq1-350x350.png 350w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/if_db_eq1-150x150.png 150w\" sizes=\"auto, (max-width: 428px) 100vw, 428px\" \/><\/li>\n<li>Select the instruction for the apology and add a new routing rule in the same way as in step 3 but this time set the <strong>If<\/strong> field to <strong>delayband &gt; 1<\/strong> and click <strong>[OK]<\/strong>. This instruction will be shown if they had to wait longer than ten minutes.<\/li>\n<\/ol>\n<\/div>\n<p><a class=\"button radius read-more-show hide\">Tell me how to do this \u2193<\/a><a class=\"button radius read-more-hide hide\">Hide this content \u2191<\/a><\/p>\n<\/section>\n<section>\n<h3>Step 5: Test your questionnaire<\/h3>\n<p>When you have set up your questionnaire, you should check it to make sure that it works the way you want.<\/p>\n<div class=\"read-more-content\">\n<ol>\n<li>Publish the survey with <strong>Preview<\/strong> enabled.<\/li>\n<li>Click through the preview, entering different appointment times and times you were seen. Confirm that the apology appears with the correct text if the delay is between ten and twenty minutes, over twenty minutes or over an hour. Confirm that the appreciation appears if the delay is ten minutes or less.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18697\" src=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/delay_pv1.png\" alt=\"Preview with two time questions\" width=\"541\" height=\"296\" srcset=\"https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/delay_pv1.png 541w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/delay_pv1-150x82.png 150w, https:\/\/www.snapsurveys.com\/support-snap11\/wp-content\/uploads\/2015\/06\/delay_pv1-500x273.png 500w\" sizes=\"auto, (max-width: 541px) 100vw, 541px\" \/><\/li>\n<\/ol>\n<\/div>\n<p><a class=\"button radius read-more-show hide\">Tell me how to do this \u2193<\/a><a class=\"button radius read-more-hide hide\">Hide this content \u2191<\/a><\/p>\n<\/section>\n<h3>Conclusion<\/h3>\n<p>This worksheet has described how to use a derived variable to decide which questions will be shown using routing. It also uses text substitution to insert dynamic text.\u00a0.<\/p>\n<p>The help includes two tutorials:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.snapsurveys.com\/help\/index.htm#34342\" target=\"_blank\" rel=\"noopener\">In-survey calculation tutorial: Displaying a total and providing an appropriate discount code<\/a>.<\/li>\n<li><a href=\"https:\/\/www.snapsurveys.com\/help\/index.htm#34368\" target=\"_blank\" rel=\"noopener\">In-survey calculation example: displaying an appropriate greeting<\/a>.<\/li>\n<\/ul>\n<p>You can find out more about using derived variables to categorise responses in the section: <a href=\"https:\/\/www.snapsurveys.com\/help\/index.htm#29495\" target=\"_blank\" rel=\"noopener\">Using derived variables<\/a>.<\/p>\n<p>You can see more about dynamic text in the topic: <a href=\"https:\/\/www.snapsurveys.com\/help\/index.htm#21861\" target=\"_blank\" rel=\"noopener\">Inserting a previous response into the text of your questionnaire<\/a>.<\/p>\n<p>There is a worksheet on <a href=\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/using-routing-to-limit-the-grid-questions-displayed\/\">using routing to limit grid questions displayed<\/a>. You can also find out more about routing in the help section: <a href=\"https:\/\/www.snapsurveys.com\/help\/index.htm#21703\" target=\"_blank\" rel=\"noopener\">Introduction to routing<\/a>.<\/p>\n<p>If there is a topic you would like a worksheet on, email to <a class=\"\" title=\"\" href=\"mailto:snapideas@snapsurveys.com\" target=\"_self\">snapideas@snapsurveys.com<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p><a class=\"ninja_pages_read_more\"  href=\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/\"><\/a><\/p>\n","protected":false},"author":10,"featured_media":0,"parent":43,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"page-templates\/child-page.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":{"0":"post-18663","1":"page","2":"type-page","3":"status-publish","5":"search_category-support-hub"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer - Snap Surveys<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer - Snap Surveys\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/\" \/>\n<meta property=\"og:site_name\" content=\"Snap Surveys\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SnapSurveys\" \/>\n<meta property=\"article:modified_time\" content=\"2018-10-04T11:25:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@snapsurveys\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/\",\"url\":\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/\",\"name\":\"In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer - Snap Surveys\",\"isPartOf\":{\"@id\":\"https:\/\/www.snapsurveys.com\/support-snap11\/#website\"},\"datePublished\":\"2015-06-10T07:27:08+00:00\",\"dateModified\":\"2018-10-04T11:25:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.snapsurveys.com\/support-snap11\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Worksheets\",\"item\":\"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snap11\/#website\",\"url\":\"https:\/\/www.snapsurveys.com\/support-snap11\/\",\"name\":\"Snap Surveys\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.snapsurveys.com\/support-snap11\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer - Snap Surveys","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_GB","og_type":"article","og_title":"In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer - Snap Surveys","og_url":"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/","og_site_name":"Snap Surveys","article_publisher":"https:\/\/www.facebook.com\/SnapSurveys","article_modified_time":"2018-10-04T11:25:44+00:00","twitter_card":"summary_large_image","twitter_site":"@snapsurveys","twitter_misc":{"Estimated reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/","url":"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/","name":"In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer - Snap Surveys","isPartOf":{"@id":"https:\/\/www.snapsurveys.com\/support-snap11\/#website"},"datePublished":"2015-06-10T07:27:08+00:00","dateModified":"2018-10-04T11:25:44+00:00","breadcrumb":{"@id":"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/in-survey-calculations-calculate-wait-adapt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.snapsurveys.com\/support-snap11\/"},{"@type":"ListItem","position":2,"name":"Worksheets","item":"https:\/\/www.snapsurveys.com\/support-snap11\/worksheets\/"},{"@type":"ListItem","position":3,"name":"In-survey calculations: how to calculate a wait time and adapt the questionnaire text based on the answer"}]},{"@type":"WebSite","@id":"https:\/\/www.snapsurveys.com\/support-snap11\/#website","url":"https:\/\/www.snapsurveys.com\/support-snap11\/","name":"Snap Surveys","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.snapsurveys.com\/support-snap11\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/pages\/18663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/comments?post=18663"}],"version-history":[{"count":10,"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/pages\/18663\/revisions"}],"predecessor-version":[{"id":26372,"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/pages\/18663\/revisions\/26372"}],"up":[{"embeddable":true,"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/pages\/43"}],"wp:attachment":[{"href":"https:\/\/www.snapsurveys.com\/support-snap11\/wp-json\/wp\/v2\/media?parent=18663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}