<?xml version="1.0" encoding="UTF-8"?>
<surveyConfig title="Validation 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"/>
	<!--	<choice id="7" label="7 Strongly Agree"/> -->
	<!--	<choice id="NA" label="Does not apply / I don't Know"/>-->
      </multipleChoiceConfig>
    </typeTemplate>
  </templates>

  <page label="DESCRIPTION">
    <label>
      Thanks. After this validation, you may have changed your opinion about your choice.<br> </br> <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="v_satisfaction1" mandatory="true"><label>After the validation, I am satisfied with the choice that I took using the Improved System</label><type className="temp.Agreement"/></element>
    <element id="v_confidence1" mandatory="true"><label>After the validation, I am confident that using the Improved System I found the best possible choice from the catalog</label><type className="temp.Agreement"/></element>
    <element id="v_confidence2" mandatory="true"><label>After the validation, I think that I found a very good choice using the Improved System</label><type className="temp.Agreement"/></element>
    <element id="v_better" mandatory="true"><label>After the validation, I think that the Improved System was more useful than the Baseline System</label><type className="temp.Agreement"/></element>

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

