<license>GNU General Public License version 3 or later</license>
<version>5.1.2</version>
<version>6.0.0</version>
<apiVersion>3</apiVersion>
<description><![CDATA[<strong>LimeSurvey Bootstrap Vanilla Survey Theme with Accessibility and Options</strong><br>Base on vanilla theme, usage of more aria, fix some role and aria from core.<br>Allow usage of a lot of variations, list of variation can be updated. Some decoration option using boostrap class.]]></description>
<descriptiontype="data"twig="on"><![CDATA[<p>{{ gT('This is a sample survey description. It could be quite long.') }}</p><p>{{ gT("But this one isn't.") }}<p>]]></description>
<welcometype="data"twig="on"><![CDATA[<p>{{ gT('Welcome to this sample survey')}} <p> <p> {{ gT('You should have a great time doing this') }} <p> ]]></welcome>
<therearexquestionstype="data"twig="on"><![CDATA[gT('There is 2 question in this survey'])]]></therearexquestions>
<datasecurity_noticetype="data"twig="on"><![CDATA[ {{ gT("Here your data security notice") }} ]]></datasecurity_notice>
</survey>
<grouptype="core">
<nametype="data"twig="on"><![CDATA[ {{ gT("Group 1: The first lot of questions") }} ]]></name>
<descriptiontype="data"twig="on"><![CDATA[ {{ gT("This group description is fairly vacuous, but quite important.") }} ]]></description>
</group>
<question_1type="core">
<codetype="data">'Q1 '</code>
<texttype="data"twig="on"><![CDATA[ {{ gT("How many roads must a man walk down?") }} ]]></text>
<valid_messagetype="data"twig="on"><![CDATA[ <div id="vmsg_4496_num_answers" class="em_num_answers emtip error"><span class="fa fa-exclamation-circle" aria-hidden="true"></span> {{ gT("Choose one of the following answers") }} </div> ]]></valid_message>
</question_1>
<question_2type="core">
<codetype="data">'Q2 '</code>
<texttype="data"twig="on"><![CDATA[ {{ gT("Please explain something in detail:") }} ]]></text>
<valid_messagetype="data"twig="on"><![CDATA[<div id="vmsg_4496_num_answers" class="em_num_answers emtip error"><span class="fa fa-exclamation-circle" aria-hidden="true"></span> {{ gT("Hint when response is not valid") }} </div> ]]></valid_message>
</question_2>
<assessmentstype="core">
<nametype="data"twig="on"><![CDATA[ {{ gT("Welcome to the Assessment") }} ]]></name>
<messagetype="data"twig="on"><![CDATA[ {{ gT("You got {TOTAL} points out of 3 possible points.") }} ]]></message>
</assessments>
<!-- This is an exemple to show you how to add your custom screen in the theme editor with custom values -->
<!-- The name of the array inside aSurveyInfo that feed your twig view is specified as "array-name". If you check quotas.twig, you'll notice the main variable is aSurveyInfo.aQuotas -->
<!-- Notice that the data you pass here are simple. You can't pass complex arrays inside the array, only key => value pairs.-->
<quotastype="custom"arrayName="aQuotas">
<sMessagetype="data"twig="on"><![CDATA[ {{ gT("Sorry your responses have exceeded a quota on this survey.") }} ]]></sMessage>