<?xml version="1.0" encoding="UTF-8"?>
<surveyConfig title="General Questionnaire">

  <templates>
    <typeTemplate name="Agreement" className="survey.MultipleChoice">
      <multipleChoiceConfig alignment="horizontal" leftlabel="Strongly Disagree" rightlabel="Strongly Agree">
	<choice id="1" label="1"/>
	<choice id="2" label="2"/>
	<choice id="3" label="3"/>
	<choice id="4" label="4"/>
	<choice id="5" label="5"/>
	<choice id="6" label="6"/>
	<choice id="7" label="7"/>
	
	
      </multipleChoiceConfig>
    </typeTemplate>

    <typeTemplate name="TlxLevel" className="survey.Nasa">
      <nasaConfig min="0" max="20" leftlabel="Low" rightlabel="High"/>
    </typeTemplate>
  </templates>

  <page label="DESCRIPTION">
    <label>
      Thanks. Now we are going to ask you some questions about:
      <ul>
	<li>The task </li>
	<li>Workload </li>
	<li>Easyness and usefulness of the system </li>
	<li>Enjoyment and trust </li>
      </ul>

      <b>Note:</b> When we say "the Task", we refer to <b>the task about finding a second-hand car</b>.<br> </br>

      
	<br> </br>
<br> </br>
	<b>Note:</b> When we say "the System", <b>we refer to the Improved System</b> (the one that you have just used).<br> </br>
      
      <br> </br>
      Click next to start.
    </label>
  </page>


  <page label="TASK">
    <label>
      We ask now some questions about the task.<br> </br>
      For each of the statements below, please indicate the degree of your agreement with the statement by selecting the appropriate choice.
    </label>

    


    

    
      <label>
	<br> </br>
	<br> </br>
	The following questions are meant to compare the use of the improved system with the baseline one.
	<br> </br>
      </label>
      <element id="task_easyness1" mandatory="true">
<label>With the improved system, it was easier to accomplish the task</label>
<type className="temp.Agreement"/>
</element>
      <element id="satisfaction1" mandatory="true">
<label>I am more satisfied with my choice</label>
<type className="temp.Agreement"/>
</element>
      <element id="confidence1" mandatory="true">
<label>I am more confident that I have found my optimal choice from the ones in the catalog</label>
<type className="temp.Agreement"/>
</element>
      <element id="confidence2" mandatory="true">
<label>I have found a better choice</label>
<type className="temp.Agreement"/>
</element>
    

  </page>


  
  <page label="NASA TLX (1/2)">
    <label>
      NASA has designed a standard test called NASA TLX for subjective workload assessment.<br> </br>
<br> </br>
      Please click on each scale at the point that best indicates your experience of the task.<br> </br>
    </label>    

    <element id="tlx_mental_demand" mandatory="true">
      <label>
	<b>Mental demand</b>
<br> </br>
	How much mental and perceptual activity was required (e.g., thinking, deciding, calculating, remembering,<br> </br>
	looking, searching, etc.)? Was the task easy or demanding, simple or complex, exacting or forgiving?
      </label>
      <type className="temp.TlxLevel"/>
    </element>

    <element id="tlx_physical_demand" mandatory="true">
      <label>
	<b>Physical demand</b>
<br> </br>
	How much physical activity was required (e.g., pushing,	pulling, turning, controlling, activating, etc.)?<br> </br>
	Was the task easy or demanding, slow or brisk, slack or strenuous, restful or laborious?
      </label>
      <type className="temp.TlxLevel"/>
    </element>

    <element id="tlx_temporal_demand" mandatory="true">
      <label>
	<b>Temporal demand</b>
<br> </br>
	How much time pressure did you feel due to the rate or pace at which the events occurred using the system?<br> </br>
	Was the pace slow and leisurely or rapid and frantic?
      </label>
      <type className="temp.TlxLevel"/>
    </element>

    <element id="tlx_effort" mandatory="true">
      <label>
	<b>Effort</b>
<br> </br>
	How hard did you have to work (mentally and physically)	to accomplish your level of performance?
      </label>
      <type className="temp.TlxLevel"/>
    </element>

    <element id="tlx_performance" mandatory="true">
      <label>
	<b>Performance</b>
<br> </br>
	How successful do you think you were in accomplishing the goals of the task set by the experimenter (or yourself)?<br> </br>
	How satisfied were you with your performance in accomplishing these goals?
      </label>
      <type className="temp.TlxLevel"/>
    </element>

    <element id="tlx_frustration_level" mandatory="true">
      <label>
	<b>Frustration level</b>
<br> </br>
	How insecure, discouraged, irritated, stressed and annoyed versus secure, gratified, content, relaxed and complacent<br> </br>
	did you feel during the task?
      </label>
      <type className="temp.TlxLevel"/>
    </element>
  </page>

  <page label="NASA TLX (2/2)">
    <label>Tick the factor that represents the more important contribution to the workload for the task:</label>
    

    <element id="tlx_temporal_demand_or_frustration" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="temporal_demand" label="Temporal Demand"/>
	  <choice id="frustration" label="Frustration"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_physical_demand_or_frustration" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="physical_demand" label="Physical Demand"/>
	  <choice id="frustration" label="Frustration"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_physical_demand_or_temporal_demand" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="physical_demand" label="Physical Demand"/>
	  <choice id="temporal_demand" label="Temporal Demand"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_temporal_demand_or_effort" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="temporal_demand" label="Temporal Demand"/>
	  <choice id="effort" label="Effort"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_effort_or_physical_demand" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="effort" label="Effort"/>
	  <choice id="physical_demand" label="Physical Demand"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_mental_demand_or_effort" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="mental_demand" label="Mental Demand"/>
	  <choice id="effort" label="Effort"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_performance_or_temporal_demand" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="performance" label="Performance"/>
	  <choice id="temporal_demand" label="Temporal Demand"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_performance_or_mental_demand" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="performance" label="Performance"/>
	  <choice id="mental_demand" label="Mental Demand"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_frustration_or_effort" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="frustration" label="Frustration"/>
	  <choice id="effort" label="Effort"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_effort_or_performance" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="effort" label="Effort"/>
	  <choice id="performance" label="Performance"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_performance_or_frustration" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="performance" label="Performance"/>
	  <choice id="frustration" label="Frustration"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_frustration_or_mental_demand" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="frustration" label="Frustration"/>
	  <choice id="mental_demand" label="Mental Demand"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_mental_demand_or_physical_demand" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="mental_demand" label="Mental Demand"/>
	  <choice id="physical_demand" label="Physical Demand"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_physical_demand_or_performance" mandatory="true" layoutGroup="tlxfactors"> 
     <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="physical_demand" label="Physical Demand"/>
	  <choice id="performance" label="Performance"/>
	</multipleChoiceConfig>
      </type>
    </element>

    <element id="tlx_temporal_demand_or_mental_demand" mandatory="true" layoutGroup="tlxfactors">
      <label>Which factor represents the more important contribution:</label>
      <type className="survey.MultipleChoice">
	  <multipleChoiceConfig alignment="horizontal">
	  <choice id="temporal_demand" label="Temporal Demand"/>
	  <choice id="mental_demand" label="Mental Demand"/>
	</multipleChoiceConfig>
      </type>
    </element>
  </page>
  

  <page label="SYSTEM. EASY TO USE">

    

    
      <label>
	The following questions are meant to compare the use of the improved system with the baseline one.<br> </br>
	For each of the statements below, please indicate the degree of your agreement with the statement by selecting the appropriate choice.
      </label>
      <element id="peou1_i" mandatory="true">
<label>I became more confused when I used the system</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou2_i" mandatory="true">
<label>I made more errors when using the system</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou3_i" mandatory="true">
<label>Interacting with the system was more frustrating</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou4_i" mandatory="true">
<label>I found it easier to recover from errors encountered while using the system</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou5_i" mandatory="true">
<label>The system was more rigid and inflexible to interact with</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou6_i" mandatory="true">
<label>I found it easier to get the system to do what I wanted it to do</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou7_i" mandatory="true">
<label>The system behaved more in unexpected ways</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou17_i" mandatory="true">
<label>I felt more in control of the system</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou8_i" mandatory="true">
<label>I found it more cumbersome to use the system</label>
<type className="temp.Agreement"/>
</element>
      
      <element id="peou9_i" mandatory="true">
<label>My interaction with the system was easier for me to understand</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou10_i" mandatory="true">
<label>The system provided more helpful guidance to interact with it</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou11_i" mandatory="true">
<label>This system is more user-friendly</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou12_i" mandatory="true">
<label>I can more quickly find the information I need on this system</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou13_i" mandatory="true">
<label>The system was easier to use for product assessment</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou14_i" mandatory="true">
<label>The system was easier to use to compare products</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou15_i" mandatory="true">
<label>The system was easier to use to accomplish the task</label>
<type className="temp.Agreement"/>
</element>
      <element id="peou16_i" mandatory="true">
<label>Overall, I found the system easier to use</label>
<type className="temp.Agreement"/>
</element>
    
  </page>

  <page label="SYSTEM. USEFULNESS">
    

    
      <label>
	The following questions are meant to compare the use of the improved system with the baseline one.<br> </br>
	For each of the statements below, please indicate the degree of your agreement with the statement by selecting the appropriate choice.
      </label>
      <element id="pu1_i" mandatory="true">
<label>This system provided better quality information</label>
<type className="temp.Agreement"/>
</element>
      <element id="pu2_i" mandatory="true">
<label>About the products, I got a better "picture/understanding" of the different possibilites for my region of interest</label>
<type className="temp.Agreement"/>
</element>
      <element id="pu4_i" mandatory="true">
<label>This system was more useful for product assessment</label>
<type className="temp.Agreement"/>
</element>
      <element id="pu5_i" mandatory="true">
<label>This system was more useful for comparing products</label>
<type className="temp.Agreement"/>
</element>
      <element id="pu6_i" mandatory="true">
<label>This system was more useful for accomplishing the task</label>
<type className="temp.Agreement"/>
</element>
      <element id="pu12" mandatory="true">
<label>This system improved my performance in accomplishing the task</label>
<type className="temp.Agreement"/>
</element>
      <element id="pu13" mandatory="true">
<label>This system increased my effectivenes for accomplishing the task</label>
<type className="temp.Agreement"/>
</element>
    
  </page>

  <page label="SYSTEM. ENJOYMENT">
    

    
      <label>
	The following questions are meant to compare the use of the improved system with the baseline one.<br> </br>
	For each of the statements below, please indicate the degree of your agreement with the statement by selecting the appropriate choice.
      </label>
      <element id="enjoyment1_i" mandatory="true">
<label>I found my interaction with this system more interesting</label>
<type className="temp.Agreement"/>
</element>
      <element id="enjoyment3_i" mandatory="true">
<label>I found my interaction with this system more enjoyable</label>
<type className="temp.Agreement"/>
</element>
    

  </page>


  <page label="SYSTEM. TRUST">
    <label>Imagining that an online vendor uses this system for his store.<br> </br>
</label>

    

    
      <label>
	The following questions are meant to compare the use of the improved system with the baseline one.<br> </br>
	For each of the statements below, please indicate the degree of your agreement with the statement by selecting the appropriate choice.
      </label>
      <element id="trust1_i" mandatory="true">
<label>I would feel that this online vendor is more honest</label>
<type className="temp.Agreement"/>
</element>
      <element id="trust2_i" mandatory="true">
<label>I would feel that this online vendor is more trustworthy</label>
<type className="temp.Agreement"/>
</element>

      <element id="trust5_i" mandatory="true">
<label>I would feel that this online vendor is more competent</label>
<type className="temp.Agreement"/>
</element>

      <element id="trust3_I" mandatory="true">
<label>I would feel that this online vendor cares more about customers</label>
<type className="temp.Agreement"/>
</element>
    


  </page>


  <page label="QUESTIONNAIRE FINISHED">
    <label>
      The questionnaire has finished.<br> </br>
      <b>Click "Finish" to continue.</b>
    </label>
  </page>

</surveyConfig>

