﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 5  » How to exclude data from saving</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 23 Sep 2026 17:51:10 GMT</lastBuildDate><ttl>20</ttl><item><title>How to exclude data from saving</title><link>https://forums.millisecond.com/Topic26257.aspx</link><description>Dear all,&lt;br/&gt;&lt;br/&gt;we've got a problem with our script. We are conducting a survey and we need our participants to enter their name within that questionnaire.&lt;br/&gt;However, due to dataprotection, we don't want to save the name in your data..... Does anyone know a way to achieve that or if it is even possible not to save something? We already tried the "recorddata" command, but it didn't work. &lt;br/&gt;&lt;br/&gt;Thank you so much in advance!!&lt;br/&gt;</description><pubDate>Wed, 23 Jan 2019 07:38:00 GMT</pubDate><dc:creator>julschko</dc:creator></item><item><title /><link>https://forums.millisecond.com/Topic26267.aspx</link><description>&lt;div data-id="26261" class="if-quote-wrapper" unselectable="on"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26261" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26261" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26261" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, January 21, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26261"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="26257" class="if-quote-wrapper" unselectable="on" data-guid="1548083515653"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26257" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26257" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26257" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;julschko - Sunday, January 20, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26257"&gt;&lt;div class="if-quote-message-margin"&gt;Dear all,&lt;br/&gt;&lt;br/&gt;we've got a problem with our script. We are conducting a survey and we need our participants to enter their name within that questionnaire.&lt;br/&gt;However, due to dataprotection, we don't want to save the name in your data..... Does anyone know a way to achieve that or if it is even possible not to save something? We already tried the "recorddata" command, but it didn't work. &lt;br/&gt;&lt;br/&gt;Thank you so much in advance!!&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26257"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;If you run your &amp;lt;surveypage&amp;gt;s via a &amp;lt;block&amp;gt;, you can suppress the recording of data from a specific page like so:&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage age&amp;gt;&lt;br/&gt;/ questions = [1=ageq]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox ageq&amp;gt;&lt;br/&gt;/ caption = "Enter your age:"&lt;br/&gt;/ mask = positiveinteger&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage name&amp;gt;&lt;br/&gt;/ questions = [1=nameq]&lt;br/&gt;&lt;strong&gt;/ recorddata = false&lt;/strong&gt;&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox nameq&amp;gt;&lt;br/&gt;/ caption = "Enter your name:"&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage gender&amp;gt;&lt;br/&gt;/ questions = [1=genderq]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;dropdown genderq&amp;gt;&lt;br/&gt;/ caption = "Select your gender:"&lt;br/&gt;/ options = ("Female", "Male", "Nonbinary/Queer/Other")&lt;br/&gt;&amp;lt;/dropdown&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block mysurvey&amp;gt;&lt;br/&gt;/ trials = [1=age; 2=name; 3=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26261"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;That worked!! Thank you so much!!! :)</description><pubDate>Wed, 23 Jan 2019 07:38:00 GMT</pubDate><dc:creator>julschko</dc:creator></item><item><title>RE: How to exclude data from saving</title><link>https://forums.millisecond.com/Topic26261.aspx</link><description>&lt;div data-id="26257" class="if-quote-wrapper" unselectable="on" data-guid="1548083515653"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26257" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26257" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26257" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;julschko - Sunday, January 20, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26257"&gt;&lt;div class="if-quote-message-margin"&gt;Dear all,&lt;br/&gt;&lt;br/&gt;we've got a problem with our script. We are conducting a survey and we need our participants to enter their name within that questionnaire.&lt;br/&gt;However, due to dataprotection, we don't want to save the name in your data..... Does anyone know a way to achieve that or if it is even possible not to save something? We already tried the "recorddata" command, but it didn't work. &lt;br/&gt;&lt;br/&gt;Thank you so much in advance!!&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26257"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;If you run your &amp;lt;surveypage&amp;gt;s via a &amp;lt;block&amp;gt;, you can suppress the recording of data from a specific page like so:&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage age&amp;gt;&lt;br/&gt;/ questions = [1=ageq]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox ageq&amp;gt;&lt;br/&gt;/ caption = "Enter your age:"&lt;br/&gt;/ mask = positiveinteger&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage name&amp;gt;&lt;br/&gt;/ questions = [1=nameq]&lt;br/&gt;&lt;strong&gt;/ recorddata = false&lt;/strong&gt;&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox nameq&amp;gt;&lt;br/&gt;/ caption = "Enter your name:"&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage gender&amp;gt;&lt;br/&gt;/ questions = [1=genderq]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;dropdown genderq&amp;gt;&lt;br/&gt;/ caption = "Select your gender:"&lt;br/&gt;/ options = ("Female", "Male", "Nonbinary/Queer/Other")&lt;br/&gt;&amp;lt;/dropdown&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block mysurvey&amp;gt;&lt;br/&gt;/ trials = [1=age; 2=name; 3=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 21 Jan 2019 07:20:20 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>