View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20599 | Bug reports | Survey taking | public | 2026-07-07 17:20 | 2026-07-09 08:57 |
| Reporter | gabrieljenik | Assigned To | c_schmitz | ||
| Priority | urgent | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 6.17.x | ||||
| Summary | 20599: When questions have a relevance equation, mandatory questions are not enforced. | ||||
| Description | I am seeing issues in a survey, where I have mandatory questions, and I am able to move forward without answering them This happens on v6 and v7 | ||||
| Steps To Reproduce | Steps to reproduce1- Create a survey with 2 questions (radio button). Expected resultMandatory rule is enforced. Can't move next. Actual resultMandatory rule is NOT enforced. Can move next. | ||||
| Tags | No tags attached. | ||||
| Bug heat | 6 | ||||
| Complete LimeSurvey version number (& build) | 6.x | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | Mysql | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | 6.x | ||||
|
@DenisChenu Can you please look at this asap? |
|
|
@gabrieljenik can you create a sample lss ? |
|
|
Can not reproduce : https://shnoulle.limesurvey.net/971349 limesurvey_survey_mandatoryRelevance.lss (32,621 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<document>
<LimeSurveyDocType>Survey</LimeSurveyDocType>
<DBVersion>500</DBVersion>
<languages>
<language>en</language>
</languages>
<answers>
<fields>
<fieldname>aid</fieldname>
<fieldname>qid</fieldname>
<fieldname>code</fieldname>
<fieldname>sortorder</fieldname>
<fieldname>assessment_value</fieldname>
<fieldname>scale_id</fieldname>
</fields>
<rows>
<row>
<aid><![CDATA[17166]]></aid>
<qid><![CDATA[1197]]></qid>
<code><![CDATA[HIDE]]></code>
<sortorder><![CDATA[0]]></sortorder>
<assessment_value><![CDATA[0]]></assessment_value>
<scale_id><![CDATA[0]]></scale_id>
</row>
<row>
<aid><![CDATA[17170]]></aid>
<qid><![CDATA[1198]]></qid>
<code><![CDATA[AO01]]></code>
<sortorder><![CDATA[0]]></sortorder>
<assessment_value><![CDATA[0]]></assessment_value>
<scale_id><![CDATA[0]]></scale_id>
</row>
<row>
<aid><![CDATA[17167]]></aid>
<qid><![CDATA[1197]]></qid>
<code><![CDATA[SHOW]]></code>
<sortorder><![CDATA[1]]></sortorder>
<assessment_value><![CDATA[0]]></assessment_value>
<scale_id><![CDATA[0]]></scale_id>
</row>
<row>
<aid><![CDATA[17171]]></aid>
<qid><![CDATA[1198]]></qid>
<code><![CDATA[AO02]]></code>
<sortorder><![CDATA[1]]></sortorder>
<assessment_value><![CDATA[0]]></assessment_value>
<scale_id><![CDATA[0]]></scale_id>
</row>
</rows>
</answers>
<answer_l10ns>
<fields>
<fieldname>id</fieldname>
<fieldname>aid</fieldname>
<fieldname>answer</fieldname>
<fieldname>language</fieldname>
</fields>
<rows>
<row>
<id><![CDATA[23323]]></id>
<aid><![CDATA[17166]]></aid>
<answer><![CDATA[No other]]></answer>
<language><![CDATA[en]]></language>
</row>
<row>
<id><![CDATA[23327]]></id>
<aid><![CDATA[17170]]></aid>
<answer><![CDATA[Choice 1]]></answer>
<language><![CDATA[en]]></language>
</row>
<row>
<id><![CDATA[23324]]></id>
<aid><![CDATA[17167]]></aid>
<answer><![CDATA[Show other]]></answer>
<language><![CDATA[en]]></language>
</row>
<row>
<id><![CDATA[23328]]></id>
<aid><![CDATA[17171]]></aid>
<answer><![CDATA[Choice 2]]></answer>
<language><![CDATA[en]]></language>
</row>
</rows>
</answer_l10ns>
<groups>
<fields>
<fieldname>gid</fieldname>
<fieldname>sid</fieldname>
<fieldname>group_order</fieldname>
<fieldname>randomization_group</fieldname>
<fieldname>grelevance</fieldname>
</fields>
<rows>
<row>
<gid><![CDATA[142]]></gid>
<sid><![CDATA[971349]]></sid>
<group_order><![CDATA[1]]></group_order>
<randomization_group/>
<grelevance><![CDATA[1]]></grelevance>
</row>
</rows>
</groups>
<group_l10ns>
<fields>
<fieldname>id</fieldname>
<fieldname>gid</fieldname>
<fieldname>group_name</fieldname>
<fieldname>description</fieldname>
<fieldname>language</fieldname>
<fieldname>sid</fieldname>
<fieldname>group_order</fieldname>
<fieldname>randomization_group</fieldname>
<fieldname>grelevance</fieldname>
</fields>
<rows>
<row>
<id><![CDATA[188]]></id>
<gid><![CDATA[142]]></gid>
<group_name><![CDATA[My first question group]]></group_name>
<language><![CDATA[en]]></language>
<sid><![CDATA[971349]]></sid>
<group_order><![CDATA[1]]></group_order>
<randomization_group/>
<grelevance><![CDATA[1]]></grelevance>
</row>
</rows>
</group_l10ns>
<questions>
<fields>
<fieldname>qid</fieldname>
<fieldname>parent_qid</fieldname>
<fieldname>sid</fieldname>
<fieldname>gid</fieldname>
<fieldname>type</fieldname>
<fieldname>title</fieldname>
<fieldname>preg</fieldname>
<fieldname>other</fieldname>
<fieldname>mandatory</fieldname>
<fieldname>encrypted</fieldname>
<fieldname>question_order</fieldname>
<fieldname>scale_id</fieldname>
<fieldname>same_default</fieldname>
<fieldname>relevance</fieldname>
<fieldname>question_theme_name</fieldname>
<fieldname>modulename</fieldname>
<fieldname>same_script</fieldname>
</fields>
<rows>
<row>
<qid><![CDATA[1197]]></qid>
<parent_qid><![CDATA[0]]></parent_qid>
<sid><![CDATA[971349]]></sid>
<gid><![CDATA[142]]></gid>
<type><![CDATA[L]]></type>
<title><![CDATA[Q00]]></title>
<other><![CDATA[N]]></other>
<mandatory><![CDATA[Y]]></mandatory>
<encrypted><![CDATA[N]]></encrypted>
<question_order><![CDATA[1]]></question_order>
<scale_id><![CDATA[0]]></scale_id>
<same_default><![CDATA[0]]></same_default>
<relevance><![CDATA[1]]></relevance>
<question_theme_name><![CDATA[listradio]]></question_theme_name>
<same_script><![CDATA[0]]></same_script>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<parent_qid><![CDATA[0]]></parent_qid>
<sid><![CDATA[971349]]></sid>
<gid><![CDATA[142]]></gid>
<type><![CDATA[L]]></type>
<title><![CDATA[Q01]]></title>
<other><![CDATA[N]]></other>
<mandatory><![CDATA[Y]]></mandatory>
<encrypted><![CDATA[N]]></encrypted>
<question_order><![CDATA[2]]></question_order>
<scale_id><![CDATA[0]]></scale_id>
<same_default><![CDATA[0]]></same_default>
<relevance><![CDATA[Q00.NAOK == "SHOW"]]></relevance>
<question_theme_name><![CDATA[listradio]]></question_theme_name>
<same_script><![CDATA[0]]></same_script>
</row>
</rows>
</questions>
<question_l10ns>
<fields>
<fieldname>id</fieldname>
<fieldname>qid</fieldname>
<fieldname>question</fieldname>
<fieldname>help</fieldname>
<fieldname>script</fieldname>
<fieldname>language</fieldname>
</fields>
<rows>
<row>
<id><![CDATA[2030]]></id>
<qid><![CDATA[1197]]></qid>
<question><![CDATA[A first example question. Please answer this question:]]></question>
<help><![CDATA[This is a question help text.]]></help>
<script/>
<language><![CDATA[en]]></language>
</row>
<row>
<id><![CDATA[2031]]></id>
<qid><![CDATA[1198]]></qid>
<question><![CDATA[A first example question. Please answer this question:]]></question>
<help><![CDATA[This is a question help text.]]></help>
<script/>
<language><![CDATA[en]]></language>
</row>
</rows>
</question_l10ns>
<question_attributes>
<fields>
<fieldname>qid</fieldname>
<fieldname>attribute</fieldname>
<fieldname>value</fieldname>
<fieldname>language</fieldname>
</fields>
<rows>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[answer_order]]></attribute>
<value><![CDATA[normal]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[array_filter]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[array_filter_exclude]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[array_filter_style]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[cssclass]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[display_columns]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[em_validation_q]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[hidden]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[hide_tip]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[javascript]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[moveSomeAnswers]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[other_comment_mandatory]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[other_numbers_only]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[other_position]]></attribute>
<value><![CDATA[default]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[other_position_code]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[other_replace_text]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[page_break]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[public_statistics]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[radioToStarRating]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[random_group]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[readonly]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[save_as_default]]></attribute>
<value><![CDATA[N]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[scale_export]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[scriptActivate]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[statistics_graphtype]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[statistics_showgraph]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_action]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_countdown_message]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_disable_next]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_disable_prev]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_message]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_message_delay]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_message_style]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_timer_style]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_warning]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_warning_2]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_warning_2_display_time]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_warning_2_message]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_warning_2_style]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_warning_display_time]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_warning_message]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1197]]></qid>
<attribute><![CDATA[time_limit_warning_style]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[answer_order]]></attribute>
<value><![CDATA[normal]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[array_filter]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[array_filter_exclude]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[array_filter_style]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[cssclass]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[display_columns]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[em_validation_q]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[hidden]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[hide_tip]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[javascript]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[moveSomeAnswers]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[other_comment_mandatory]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[other_numbers_only]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[other_position]]></attribute>
<value><![CDATA[default]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[other_position_code]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[other_replace_text]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[page_break]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[public_statistics]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[radioToStarRating]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[random_group]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[readonly]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[save_as_default]]></attribute>
<value><![CDATA[N]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[scale_export]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[scriptActivate]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[statistics_graphtype]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[statistics_showgraph]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_action]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_countdown_message]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_disable_next]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_disable_prev]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_message]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_message_delay]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_message_style]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_timer_style]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_warning]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_warning_2]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_warning_2_display_time]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_warning_2_message]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_warning_2_style]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_warning_display_time]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_warning_message]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[1198]]></qid>
<attribute><![CDATA[time_limit_warning_style]]></attribute>
<value/>
<language/>
</row>
</rows>
</question_attributes>
<surveys>
<fields>
<fieldname>sid</fieldname>
<fieldname>gsid</fieldname>
<fieldname>admin</fieldname>
<fieldname>expires</fieldname>
<fieldname>startdate</fieldname>
<fieldname>adminemail</fieldname>
<fieldname>anonymized</fieldname>
<fieldname>format</fieldname>
<fieldname>savetimings</fieldname>
<fieldname>template</fieldname>
<fieldname>language</fieldname>
<fieldname>additional_languages</fieldname>
<fieldname>datestamp</fieldname>
<fieldname>usecookie</fieldname>
<fieldname>allowregister</fieldname>
<fieldname>allowsave</fieldname>
<fieldname>autonumber_start</fieldname>
<fieldname>autoredirect</fieldname>
<fieldname>allowprev</fieldname>
<fieldname>printanswers</fieldname>
<fieldname>ipaddr</fieldname>
<fieldname>ipanonymize</fieldname>
<fieldname>refurl</fieldname>
<fieldname>showsurveypolicynotice</fieldname>
<fieldname>publicstatistics</fieldname>
<fieldname>publicgraphs</fieldname>
<fieldname>listpublic</fieldname>
<fieldname>htmlemail</fieldname>
<fieldname>sendconfirmation</fieldname>
<fieldname>tokenanswerspersistence</fieldname>
<fieldname>assessments</fieldname>
<fieldname>usecaptcha</fieldname>
<fieldname>usetokens</fieldname>
<fieldname>bounce_email</fieldname>
<fieldname>attributedescriptions</fieldname>
<fieldname>emailresponseto</fieldname>
<fieldname>emailnotificationto</fieldname>
<fieldname>tokenlength</fieldname>
<fieldname>showxquestions</fieldname>
<fieldname>showgroupinfo</fieldname>
<fieldname>shownoanswer</fieldname>
<fieldname>showqnumcode</fieldname>
<fieldname>bouncetime</fieldname>
<fieldname>bounceprocessing</fieldname>
<fieldname>bounceaccounttype</fieldname>
<fieldname>bounceaccounthost</fieldname>
<fieldname>bounceaccountpass</fieldname>
<fieldname>bounceaccountencryption</fieldname>
<fieldname>bounceaccountuser</fieldname>
<fieldname>showwelcome</fieldname>
<fieldname>showprogress</fieldname>
<fieldname>questionindex</fieldname>
<fieldname>navigationdelay</fieldname>
<fieldname>nokeyboard</fieldname>
<fieldname>alloweditaftercompletion</fieldname>
<fieldname>googleanalyticsstyle</fieldname>
<fieldname>googleanalyticsapikey</fieldname>
<fieldname>tokenencryptionoptions</fieldname>
</fields>
<rows>
<row>
<sid><![CDATA[971349]]></sid>
<gsid><![CDATA[1]]></gsid>
<admin><![CDATA[inherit]]></admin>
<adminemail><![CDATA[inherit]]></adminemail>
<anonymized><![CDATA[N]]></anonymized>
<format><![CDATA[I]]></format>
<savetimings><![CDATA[N]]></savetimings>
<template><![CDATA[inherit]]></template>
<language><![CDATA[en]]></language>
<additional_languages/>
<datestamp><![CDATA[N]]></datestamp>
<usecookie><![CDATA[I]]></usecookie>
<allowregister><![CDATA[I]]></allowregister>
<allowsave><![CDATA[I]]></allowsave>
<autonumber_start><![CDATA[0]]></autonumber_start>
<autoredirect><![CDATA[I]]></autoredirect>
<allowprev><![CDATA[I]]></allowprev>
<printanswers><![CDATA[I]]></printanswers>
<ipaddr><![CDATA[N]]></ipaddr>
<ipanonymize><![CDATA[N]]></ipanonymize>
<refurl><![CDATA[N]]></refurl>
<showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
<publicstatistics><![CDATA[I]]></publicstatistics>
<publicgraphs><![CDATA[I]]></publicgraphs>
<listpublic><![CDATA[I]]></listpublic>
<htmlemail><![CDATA[I]]></htmlemail>
<sendconfirmation><![CDATA[I]]></sendconfirmation>
<tokenanswerspersistence><![CDATA[I]]></tokenanswerspersistence>
<assessments><![CDATA[I]]></assessments>
<usecaptcha><![CDATA[E]]></usecaptcha>
<usetokens><![CDATA[N]]></usetokens>
<bounce_email><![CDATA[inherit]]></bounce_email>
<emailresponseto><![CDATA[inherit]]></emailresponseto>
<emailnotificationto><![CDATA[inherit]]></emailnotificationto>
<tokenlength><![CDATA[-1]]></tokenlength>
<showxquestions><![CDATA[I]]></showxquestions>
<showgroupinfo><![CDATA[I]]></showgroupinfo>
<shownoanswer><![CDATA[I]]></shownoanswer>
<showqnumcode><![CDATA[I]]></showqnumcode>
<bounceprocessing><![CDATA[N]]></bounceprocessing>
<showwelcome><![CDATA[I]]></showwelcome>
<showprogress><![CDATA[I]]></showprogress>
<questionindex><![CDATA[-1]]></questionindex>
<navigationdelay><![CDATA[-1]]></navigationdelay>
<nokeyboard><![CDATA[I]]></nokeyboard>
<alloweditaftercompletion><![CDATA[I]]></alloweditaftercompletion>
<tokenencryptionoptions/>
</row>
</rows>
</surveys>
<surveys_languagesettings>
<fields>
<fieldname>surveyls_survey_id</fieldname>
<fieldname>surveyls_language</fieldname>
<fieldname>surveyls_title</fieldname>
<fieldname>surveyls_description</fieldname>
<fieldname>surveyls_welcometext</fieldname>
<fieldname>surveyls_endtext</fieldname>
<fieldname>surveyls_policy_notice</fieldname>
<fieldname>surveyls_policy_error</fieldname>
<fieldname>surveyls_policy_notice_label</fieldname>
<fieldname>surveyls_url</fieldname>
<fieldname>surveyls_urldescription</fieldname>
<fieldname>surveyls_email_invite_subj</fieldname>
<fieldname>surveyls_email_invite</fieldname>
<fieldname>surveyls_email_remind_subj</fieldname>
<fieldname>surveyls_email_remind</fieldname>
<fieldname>surveyls_email_register_subj</fieldname>
<fieldname>surveyls_email_register</fieldname>
<fieldname>surveyls_email_confirm_subj</fieldname>
<fieldname>surveyls_email_confirm</fieldname>
<fieldname>surveyls_dateformat</fieldname>
<fieldname>surveyls_attributecaptions</fieldname>
<fieldname>surveyls_alias</fieldname>
<fieldname>email_admin_notification_subj</fieldname>
<fieldname>email_admin_notification</fieldname>
<fieldname>email_admin_responses_subj</fieldname>
<fieldname>email_admin_responses</fieldname>
<fieldname>surveyls_numberformat</fieldname>
<fieldname>attachments</fieldname>
</fields>
<rows>
<row>
<surveyls_survey_id><![CDATA[971349]]></surveyls_survey_id>
<surveyls_language><![CDATA[en]]></surveyls_language>
<surveyls_title><![CDATA[Check relevance and mandatory]]></surveyls_title>
<surveyls_description/>
<surveyls_welcometext/>
<surveyls_endtext/>
<surveyls_policy_notice/>
<surveyls_policy_notice_label/>
<surveyls_url/>
<surveyls_urldescription/>
<surveyls_email_invite_subj><![CDATA[Invitation to participate in a survey]]></surveyls_email_invite_subj>
<surveyls_email_invite><![CDATA[Dear {FIRSTNAME},<br />
<br />
You have been invited to participate in a survey.<br />
<br />
The survey is titled:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
To participate, please click on the link below.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Click here to do the survey:<br />
{SURVEYURL}<br />
<br />
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br />
{OPTOUTURL}<br />
<br />
If you are blacklisted but want to participate in this survey and want to receive invitations please click the following link:<br />
{OPTINURL}]]></surveyls_email_invite>
<surveyls_email_remind_subj><![CDATA[Reminder to participate in a survey]]></surveyls_email_remind_subj>
<surveyls_email_remind><![CDATA[Dear {FIRSTNAME},<br />
<br />
Recently we invited you to participate in a survey.<br />
<br />
We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.<br />
<br />
The survey is titled:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
To participate, please click on the link below.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Click here to do the survey:<br />
{SURVEYURL}<br />
<br />
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br />
{OPTOUTURL}]]></surveyls_email_remind>
<surveyls_email_register_subj><![CDATA[Survey registration confirmation]]></surveyls_email_register_subj>
<surveyls_email_register><![CDATA[Dear {FIRSTNAME},<br />
<br />
You, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.<br />
<br />
To complete this survey, click on the following URL:<br />
<br />
{SURVEYURL}<br />
<br />
If you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.]]></surveyls_email_register>
<surveyls_email_confirm_subj><![CDATA[Confirmation of your participation in our survey]]></surveyls_email_confirm_subj>
<surveyls_email_confirm><![CDATA[Dear {FIRSTNAME},<br />
<br />
This email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.<br />
<br />
If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME}]]></surveyls_email_confirm>
<surveyls_dateformat><![CDATA[9]]></surveyls_dateformat>
<email_admin_notification_subj><![CDATA[Response submission for survey {SURVEYNAME}]]></email_admin_notification_subj>
<email_admin_notification><![CDATA[Hello,<br />
<br />
A new response was submitted for your survey '{SURVEYNAME}'.<br />
<br />
Click the following link to see the individual response:<br />
{VIEWRESPONSEURL}<br />
<br />
Click the following link to edit the individual response:<br />
{EDITRESPONSEURL}<br />
<br />
View statistics by clicking here:<br />
{STATISTICSURL}]]></email_admin_notification>
<email_admin_responses_subj><![CDATA[Response submission for survey {SURVEYNAME} with results]]></email_admin_responses_subj>
<email_admin_responses><![CDATA[Hello,<br />
<br />
A new response was submitted for your survey '{SURVEYNAME}'.<br />
<br />
Click the following link to see the individual response:<br />
{VIEWRESPONSEURL}<br />
<br />
Click the following link to edit the individual response:<br />
{EDITRESPONSEURL}<br />
<br />
View statistics by clicking here:<br />
{STATISTICSURL}<br />
<br />
<br />
The following answers were given by the participant:<br />
{ANSWERTABLE}]]></email_admin_responses>
<surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
</row>
</rows>
</surveys_languagesettings>
<themes>
<theme>
<sid>971349</sid>
<template_name>fruity</template_name>
<config>
<options>inherit</options>
</config>
</theme>
</themes>
<themes_inherited>
<theme>
<sid>971349</sid>
<template_name>fruity</template_name>
<config>
<options>
<ajaxmode>off</ajaxmode>
<brandlogo>on</brandlogo>
<brandlogofile>themes/survey/fruity/files/logo.png</brandlogofile>
<container>on</container>
<backgroundimage>off</backgroundimage>
<animatebody>off</animatebody>
<bodyanimation>fadeInRight</bodyanimation>
<bodyanimationduration>500</bodyanimationduration>
<animatequestion>off</animatequestion>
<questionanimation>flipInX</questionanimation>
<questionanimationduration>500</questionanimationduration>
<animatealert>off</animatealert>
<alertanimation>shake</alertanimation>
<alertanimationduration>500</alertanimationduration>
<font>noto</font>
<bodybackgroundcolor>#ffffff</bodybackgroundcolor>
<fontcolor>#444444</fontcolor>
<questionbackgroundcolor>#ffffff</questionbackgroundcolor>
<questionborder>on</questionborder>
<questioncontainershadow>on</questioncontainershadow>
<checkicon>f00c</checkicon>
<animatecheckbox>on</animatecheckbox>
<checkboxanimation>rubberBand</checkboxanimation>
<checkboxanimationduration>500</checkboxanimationduration>
<animateradio>on</animateradio>
<radioanimation>zoomIn</radioanimation>
<radioanimationduration>500</radioanimationduration>
<zebrastriping>off</zebrastriping>
<stickymatrixheaders>off</stickymatrixheaders>
<greyoutselected>off</greyoutselected>
<hideprivacyinfo>off</hideprivacyinfo>
<crosshover>off</crosshover>
<showpopups>1</showpopups>
<showclearall>off</showclearall>
<questionhelptextposition>top</questionhelptextposition>
<notables>1</notables>
</options>
</config>
</theme>
</themes_inherited>
</document>
|
|
|
Soft is OK too : https://shnoulle.limesurvey.net/354192?newtest=Y&lang=en |
|
|
Find case below limesurvey_survey_791341.lss (42,304 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<document>
<LimeSurveyDocType>Survey</LimeSurveyDocType>
<DBVersion>651</DBVersion>
<languages>
<language>es</language>
</languages>
<groups>
<fields>
<fieldname>gid</fieldname>
<fieldname>sid</fieldname>
<fieldname>group_order</fieldname>
<fieldname>randomization_group</fieldname>
<fieldname>grelevance</fieldname>
</fields>
<rows>
<row>
<gid><![CDATA[542]]></gid>
<sid><![CDATA[791341]]></sid>
<group_order><![CDATA[0]]></group_order>
<randomization_group/>
<grelevance/>
</row>
</rows>
</groups>
<group_l10ns>
<fields>
<fieldname>id</fieldname>
<fieldname>gid</fieldname>
<fieldname>group_name</fieldname>
<fieldname>description</fieldname>
<fieldname>language</fieldname>
<fieldname>sid</fieldname>
<fieldname>group_order</fieldname>
<fieldname>randomization_group</fieldname>
<fieldname>grelevance</fieldname>
</fields>
<rows>
<row>
<id><![CDATA[728]]></id>
<gid><![CDATA[542]]></gid>
<group_name><![CDATA[G01]]></group_name>
<description><![CDATA[<p> </p>
<p> </p>
]]></description>
<language><![CDATA[es]]></language>
<sid><![CDATA[791341]]></sid>
<group_order><![CDATA[0]]></group_order>
<randomization_group/>
<grelevance/>
</row>
</rows>
</group_l10ns>
<questions>
<fields>
<fieldname>qid</fieldname>
<fieldname>parent_qid</fieldname>
<fieldname>sid</fieldname>
<fieldname>gid</fieldname>
<fieldname>type</fieldname>
<fieldname>title</fieldname>
<fieldname>preg</fieldname>
<fieldname>other</fieldname>
<fieldname>mandatory</fieldname>
<fieldname>encrypted</fieldname>
<fieldname>question_order</fieldname>
<fieldname>scale_id</fieldname>
<fieldname>same_default</fieldname>
<fieldname>relevance</fieldname>
<fieldname>question_theme_name</fieldname>
<fieldname>modulename</fieldname>
<fieldname>same_script</fieldname>
</fields>
<rows>
<row>
<qid><![CDATA[3198]]></qid>
<parent_qid><![CDATA[0]]></parent_qid>
<sid><![CDATA[791341]]></sid>
<gid><![CDATA[542]]></gid>
<type><![CDATA[5]]></type>
<title><![CDATA[Q2]]></title>
<other><![CDATA[N]]></other>
<mandatory><![CDATA[Y]]></mandatory>
<encrypted><![CDATA[N]]></encrypted>
<question_order><![CDATA[2]]></question_order>
<scale_id><![CDATA[0]]></scale_id>
<same_default><![CDATA[0]]></same_default>
<relevance><![CDATA[Q1_SQ001 == 0]]></relevance>
<question_theme_name><![CDATA[5pointchoice]]></question_theme_name>
<modulename/>
<same_script><![CDATA[0]]></same_script>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<parent_qid><![CDATA[0]]></parent_qid>
<sid><![CDATA[791341]]></sid>
<gid><![CDATA[542]]></gid>
<type><![CDATA[5]]></type>
<title><![CDATA[Q3]]></title>
<other><![CDATA[N]]></other>
<mandatory><![CDATA[Y]]></mandatory>
<encrypted><![CDATA[N]]></encrypted>
<question_order><![CDATA[3]]></question_order>
<scale_id><![CDATA[0]]></scale_id>
<same_default><![CDATA[0]]></same_default>
<relevance><![CDATA[1]]></relevance>
<question_theme_name><![CDATA[5pointchoice]]></question_theme_name>
<modulename/>
<same_script><![CDATA[0]]></same_script>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<parent_qid><![CDATA[0]]></parent_qid>
<sid><![CDATA[791341]]></sid>
<gid><![CDATA[542]]></gid>
<type><![CDATA[M]]></type>
<title><![CDATA[Q1]]></title>
<other><![CDATA[N]]></other>
<mandatory><![CDATA[N]]></mandatory>
<encrypted><![CDATA[N]]></encrypted>
<question_order><![CDATA[1]]></question_order>
<scale_id><![CDATA[0]]></scale_id>
<same_default><![CDATA[0]]></same_default>
<relevance><![CDATA[1]]></relevance>
<question_theme_name><![CDATA[multiplechoice]]></question_theme_name>
<modulename/>
<same_script><![CDATA[0]]></same_script>
</row>
</rows>
</questions>
<subquestions>
<fields>
<fieldname>qid</fieldname>
<fieldname>parent_qid</fieldname>
<fieldname>sid</fieldname>
<fieldname>gid</fieldname>
<fieldname>type</fieldname>
<fieldname>title</fieldname>
<fieldname>preg</fieldname>
<fieldname>other</fieldname>
<fieldname>mandatory</fieldname>
<fieldname>encrypted</fieldname>
<fieldname>question_order</fieldname>
<fieldname>scale_id</fieldname>
<fieldname>same_default</fieldname>
<fieldname>relevance</fieldname>
<fieldname>question_theme_name</fieldname>
<fieldname>modulename</fieldname>
<fieldname>same_script</fieldname>
</fields>
<rows>
<row>
<qid><![CDATA[3293]]></qid>
<parent_qid><![CDATA[3292]]></parent_qid>
<sid><![CDATA[791341]]></sid>
<gid><![CDATA[542]]></gid>
<type><![CDATA[T]]></type>
<title><![CDATA[SQ001]]></title>
<other><![CDATA[N]]></other>
<encrypted><![CDATA[N]]></encrypted>
<question_order><![CDATA[0]]></question_order>
<scale_id><![CDATA[0]]></scale_id>
<same_default><![CDATA[0]]></same_default>
<relevance><![CDATA[1]]></relevance>
<same_script><![CDATA[0]]></same_script>
</row>
</rows>
</subquestions>
<question_l10ns>
<fields>
<fieldname>id</fieldname>
<fieldname>qid</fieldname>
<fieldname>question</fieldname>
<fieldname>help</fieldname>
<fieldname>script</fieldname>
<fieldname>language</fieldname>
</fields>
<rows>
<row>
<id><![CDATA[4276]]></id>
<qid><![CDATA[3198]]></qid>
<question><![CDATA[Q2: Mandatory and Relevant (if Q1_SQ001 == 0)]]></question>
<help/>
<script/>
<language><![CDATA[es]]></language>
</row>
<row>
<id><![CDATA[4404]]></id>
<qid><![CDATA[3262]]></qid>
<question><![CDATA[<strong>Q3: Mandatory (w/o Relevace equation)</strong>]]></question>
<help/>
<script/>
<language><![CDATA[es]]></language>
</row>
<row>
<id><![CDATA[4464]]></id>
<qid><![CDATA[3292]]></qid>
<question><![CDATA[Q1]]></question>
<help/>
<script/>
<language><![CDATA[es]]></language>
</row>
<row>
<id><![CDATA[4466]]></id>
<qid><![CDATA[3293]]></qid>
<question><![CDATA[Q2 is not relevant]]></question>
<help/>
<language><![CDATA[es]]></language>
</row>
</rows>
</question_l10ns>
<question_attributes>
<fields>
<fieldname>qid</fieldname>
<fieldname>attribute</fieldname>
<fieldname>value</fieldname>
<fieldname>language</fieldname>
</fields>
<rows>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[clear_default]]></attribute>
<value><![CDATA[N]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[cssclass]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[em_validation_q]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[es]]></language>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[hidden]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[hide_tip]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[image]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[page_break]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[es]]></language>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[public_statistics]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[random_group]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[save_as_default]]></attribute>
<value><![CDATA[N]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[slider_rating]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[statistics_graphtype]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3198]]></qid>
<attribute><![CDATA[statistics_showgraph]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[clear_default]]></attribute>
<value><![CDATA[N]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[cssclass]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[em_validation_q]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[es]]></language>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[hidden]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[hide_tip]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[image]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[page_break]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[es]]></language>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[public_statistics]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[random_group]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[save_as_default]]></attribute>
<value><![CDATA[N]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[slider_rating]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[statistics_graphtype]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3262]]></qid>
<attribute><![CDATA[statistics_showgraph]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[array_filter]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[array_filter_exclude]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[array_filter_style]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[assessment_value]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[cssclass]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[display_columns]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[em_validation_q]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[es]]></language>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[exclude_all_others]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[exclude_all_others_auto]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[hidden]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[hide_tip]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[image]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[keep_codes_order]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[max_answers]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[min_answers]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[other_numbers_only]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[other_position]]></attribute>
<value><![CDATA[end]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[other_position_code]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[other_replace_text]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[other_replace_text]]></attribute>
<value/>
<language><![CDATA[es]]></language>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[page_break]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[es]]></language>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[public_statistics]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[random_group]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[save_as_default]]></attribute>
<value><![CDATA[N]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[scale_export]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[statistics_graphtype]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[statistics_showgraph]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[3292]]></qid>
<attribute><![CDATA[subquestion_order]]></attribute>
<value><![CDATA[normal]]></value>
<language/>
</row>
</rows>
</question_attributes>
<surveys>
<fields>
<fieldname>sid</fieldname>
<fieldname>gsid</fieldname>
<fieldname>admin</fieldname>
<fieldname>expires</fieldname>
<fieldname>startdate</fieldname>
<fieldname>adminemail</fieldname>
<fieldname>anonymized</fieldname>
<fieldname>format</fieldname>
<fieldname>savetimings</fieldname>
<fieldname>template</fieldname>
<fieldname>language</fieldname>
<fieldname>additional_languages</fieldname>
<fieldname>datestamp</fieldname>
<fieldname>usecookie</fieldname>
<fieldname>allowregister</fieldname>
<fieldname>allowsave</fieldname>
<fieldname>autonumber_start</fieldname>
<fieldname>autoredirect</fieldname>
<fieldname>allowprev</fieldname>
<fieldname>printanswers</fieldname>
<fieldname>ipaddr</fieldname>
<fieldname>ipanonymize</fieldname>
<fieldname>refurl</fieldname>
<fieldname>showsurveypolicynotice</fieldname>
<fieldname>publicstatistics</fieldname>
<fieldname>showdatapolicybutton</fieldname>
<fieldname>showlegalnoticebutton</fieldname>
<fieldname>publicgraphs</fieldname>
<fieldname>listpublic</fieldname>
<fieldname>htmlemail</fieldname>
<fieldname>sendconfirmation</fieldname>
<fieldname>tokenanswerspersistence</fieldname>
<fieldname>assessments</fieldname>
<fieldname>usecaptcha</fieldname>
<fieldname>usetokens</fieldname>
<fieldname>bounce_email</fieldname>
<fieldname>attributedescriptions</fieldname>
<fieldname>emailresponseto</fieldname>
<fieldname>emailnotificationto</fieldname>
<fieldname>tokenlength</fieldname>
<fieldname>showxquestions</fieldname>
<fieldname>showgroupinfo</fieldname>
<fieldname>shownoanswer</fieldname>
<fieldname>showqnumcode</fieldname>
<fieldname>bouncetime</fieldname>
<fieldname>bounceprocessing</fieldname>
<fieldname>bounceaccounttype</fieldname>
<fieldname>bounceaccounthost</fieldname>
<fieldname>bounceaccountpass</fieldname>
<fieldname>bounceaccountencryption</fieldname>
<fieldname>bounceaccountuser</fieldname>
<fieldname>showwelcome</fieldname>
<fieldname>showprogress</fieldname>
<fieldname>questionindex</fieldname>
<fieldname>navigationdelay</fieldname>
<fieldname>nokeyboard</fieldname>
<fieldname>alloweditaftercompletion</fieldname>
<fieldname>googleanalyticsstyle</fieldname>
<fieldname>googleanalyticsapikey</fieldname>
<fieldname>tokenencryptionoptions</fieldname>
<fieldname>access_mode</fieldname>
<fieldname>lastmodified</fieldname>
<fieldname>show_in_search</fieldname>
<fieldname>allow_embed</fieldname>
<fieldname>showregisterpolicy</fieldname>
<fieldname>showtokenpolicy</fieldname>
</fields>
<rows>
<row>
<sid><![CDATA[791341]]></sid>
<gsid><![CDATA[1]]></gsid>
<admin><![CDATA[inherit]]></admin>
<adminemail><![CDATA[inherit]]></adminemail>
<anonymized><![CDATA[N]]></anonymized>
<format><![CDATA[G]]></format>
<savetimings><![CDATA[N]]></savetimings>
<template><![CDATA[ucema]]></template>
<language><![CDATA[es]]></language>
<additional_languages/>
<datestamp><![CDATA[Y]]></datestamp>
<usecookie><![CDATA[I]]></usecookie>
<allowregister><![CDATA[N]]></allowregister>
<allowsave><![CDATA[N]]></allowsave>
<autonumber_start><![CDATA[0]]></autonumber_start>
<autoredirect><![CDATA[I]]></autoredirect>
<allowprev><![CDATA[Y]]></allowprev>
<printanswers><![CDATA[I]]></printanswers>
<ipaddr><![CDATA[N]]></ipaddr>
<ipanonymize><![CDATA[N]]></ipanonymize>
<refurl><![CDATA[N]]></refurl>
<showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
<publicstatistics><![CDATA[I]]></publicstatistics>
<showdatapolicybutton><![CDATA[0]]></showdatapolicybutton>
<showlegalnoticebutton><![CDATA[0]]></showlegalnoticebutton>
<publicgraphs><![CDATA[I]]></publicgraphs>
<listpublic><![CDATA[I]]></listpublic>
<htmlemail><![CDATA[I]]></htmlemail>
<sendconfirmation><![CDATA[I]]></sendconfirmation>
<tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence>
<assessments><![CDATA[I]]></assessments>
<usecaptcha><![CDATA[E]]></usecaptcha>
<usetokens><![CDATA[N]]></usetokens>
<bounce_email><![CDATA[inherit]]></bounce_email>
<attributedescriptions><![CDATA[{"attribute_1":{"description":"Proceso","mandatory":"N","encrypted":"Y","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_2":{"description":"Materia","mandatory":"N","encrypted":"Y","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_3":{"description":"Carrera","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_4":{"description":"Curso","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_5":{"description":"A\u00f1o","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_6":{"description":"Periodo","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_7":{"description":"NombreMateria","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_8":{"description":"Carrera","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_9":{"description":"Comision","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_10":{"description":"ID comisi\u00f3n","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_11":{"description":"Reservado 1","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_12":{"description":"Reservado 2","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_13":{"description":"Reservado 3","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_14":{"description":"Reservado 4","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_15":{"description":"Reservado 5","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_16":{"description":"Reservado 6","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_17":{"description":"Reservado 7","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_18":{"description":"Reservado 8","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_19":{"description":"Reservado 9","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_20":{"description":"Docente01","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_21":{"description":"Docente02","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_22":{"description":"Docente03","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_23":{"description":"Docente04","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_24":{"description":"Docente05","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_25":{"description":"Docente06","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_26":{"description":"Docente07","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_27":{"description":"Docente08","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_28":{"description":"Docente09","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_29":{"description":"Docente10","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_30":{"description":"NombreDocente01","mandatory":"N","encrypted":"Y","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_31":{"description":"NombreDocente02","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_32":{"description":"NombreDocente03","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_33":{"description":"NombreDocente04","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_34":{"description":"NombreDocente05","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_35":{"description":"NombreDocente06","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_36":{"description":"NombreDocente07","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_37":{"description":"NombreDocente08","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_38":{"description":"NombreDocente09","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"},"attribute_39":{"description":"NombreDocente10","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":"","type":"TB","type_options":"[]"}}]]></attributedescriptions>
<tokenlength><![CDATA[-1]]></tokenlength>
<showxquestions><![CDATA[N]]></showxquestions>
<showgroupinfo><![CDATA[I]]></showgroupinfo>
<shownoanswer><![CDATA[N]]></shownoanswer>
<showqnumcode><![CDATA[I]]></showqnumcode>
<bounceprocessing><![CDATA[N]]></bounceprocessing>
<showwelcome><![CDATA[N]]></showwelcome>
<showprogress><![CDATA[I]]></showprogress>
<questionindex><![CDATA[-1]]></questionindex>
<navigationdelay><![CDATA[-1]]></navigationdelay>
<nokeyboard><![CDATA[I]]></nokeyboard>
<alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
<googleanalyticsstyle><![CDATA[0]]></googleanalyticsstyle>
<googleanalyticsapikey/>
<tokenencryptionoptions/>
<access_mode><![CDATA[O]]></access_mode>
<lastmodified><![CDATA[2026-07-07 19:57:51]]></lastmodified>
<show_in_search><![CDATA[Y]]></show_in_search>
<allow_embed><![CDATA[Y]]></allow_embed>
<showregisterpolicy><![CDATA[I]]></showregisterpolicy>
<showtokenpolicy><![CDATA[I]]></showtokenpolicy>
</row>
</rows>
</surveys>
<surveys_languagesettings>
<fields>
<fieldname>surveyls_survey_id</fieldname>
<fieldname>surveyls_policy_error</fieldname>
<fieldname>surveyls_legal_notice</fieldname>
<fieldname>surveyls_email_invite_subj</fieldname>
<fieldname>surveyls_email_invite</fieldname>
<fieldname>surveyls_email_remind_subj</fieldname>
<fieldname>surveyls_email_remind</fieldname>
<fieldname>surveyls_email_register_subj</fieldname>
<fieldname>surveyls_email_register</fieldname>
<fieldname>surveyls_email_confirm_subj</fieldname>
<fieldname>surveyls_email_confirm</fieldname>
<fieldname>surveyls_dateformat</fieldname>
<fieldname>surveyls_attributecaptions</fieldname>
<fieldname>surveyls_alias</fieldname>
<fieldname>email_admin_notification_subj</fieldname>
<fieldname>email_admin_notification</fieldname>
<fieldname>email_admin_responses_subj</fieldname>
<fieldname>email_admin_responses</fieldname>
<fieldname>surveyls_numberformat</fieldname>
<fieldname>attachments</fieldname>
<fieldname>surveyls_language</fieldname>
<fieldname>surveyls_title</fieldname>
<fieldname>surveyls_description</fieldname>
<fieldname>surveyls_welcometext</fieldname>
<fieldname>surveyls_endtext</fieldname>
<fieldname>surveyls_policy_notice</fieldname>
<fieldname>surveyls_policy_notice_label</fieldname>
<fieldname>surveyls_url</fieldname>
<fieldname>surveyls_urldescription</fieldname>
<fieldname>surveyls_metatitle</fieldname>
<fieldname>surveyls_metadescription</fieldname>
<fieldname>surveyls_metathumbnail</fieldname>
</fields>
<rows>
<row>
<surveyls_survey_id><![CDATA[791341]]></surveyls_survey_id>
<surveyls_policy_error/>
<surveyls_legal_notice/>
<surveyls_email_invite_subj><![CDATA[Invitation to participate in a survey]]></surveyls_email_invite_subj>
<surveyls_email_invite><![CDATA[Dear {FIRSTNAME},
You have been invited to participate in a survey.
The survey is titled:
"{SURVEYNAME}"
"{SURVEYDESCRIPTION}"
To participate, please click on the link below.
Sincerely,
{ADMINNAME} ({ADMINEMAIL})
----------------------------------------------
Click here to do the survey:
{SURVEYURL}
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:
{OPTOUTURL}
If you are blocklisted but want to participate in this survey and want to receive invitations please click the following link:
{OPTINURL}]]></surveyls_email_invite>
<surveyls_email_remind_subj><![CDATA[Reminder to participate in a survey]]></surveyls_email_remind_subj>
<surveyls_email_remind><![CDATA[Dear {FIRSTNAME},
Recently we invited you to participate in a survey.
We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.
The survey is titled:
"{SURVEYNAME}"
"{SURVEYDESCRIPTION}"
To participate, please click on the link below.
Sincerely,
{ADMINNAME} ({ADMINEMAIL})
----------------------------------------------
Click here to do the survey:
{SURVEYURL}
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:
{OPTOUTURL}]]></surveyls_email_remind>
<surveyls_email_register_subj><![CDATA[Survey registration confirmation]]></surveyls_email_register_subj>
<surveyls_email_register><![CDATA[Dear {FIRSTNAME},
You, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.
To complete this survey, click on the following URL:
{SURVEYURL}
If you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.]]></surveyls_email_register>
<surveyls_email_confirm_subj><![CDATA[Confirmation of your participation in our survey]]></surveyls_email_confirm_subj>
<surveyls_email_confirm><![CDATA[Dear {FIRSTNAME},
This email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.
If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.
Sincerely,
{ADMINNAME}]]></surveyls_email_confirm>
<surveyls_dateformat><![CDATA[9]]></surveyls_dateformat>
<surveyls_alias/>
<email_admin_notification_subj><![CDATA[Response submission for survey {SURVEYNAME}]]></email_admin_notification_subj>
<email_admin_notification><![CDATA[Hello,
A new response was submitted for your survey '{SURVEYNAME}'.
Click the following link to see the individual response:
{VIEWRESPONSEURL}
Click the following link to edit the individual response:
{EDITRESPONSEURL}
View statistics by clicking here:
{STATISTICSURL}]]></email_admin_notification>
<email_admin_responses_subj><![CDATA[Response submission for survey {SURVEYNAME} with results]]></email_admin_responses_subj>
<email_admin_responses><![CDATA[Hello,
A new response was submitted for your survey '{SURVEYNAME}'.
Click the following link to see the individual response:
{VIEWRESPONSEURL}
Click the following link to edit the individual response:
{EDITRESPONSEURL}
View statistics by clicking here:
{STATISTICSURL}
The following answers were given by the participant:
{ANSWERTABLE}]]></email_admin_responses>
<surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
<surveyls_language><![CDATA[en]]></surveyls_language>
<surveyls_title><![CDATA[[TEMPLATE EN v2026] Undergraduate Course Evaluation 2026]]></surveyls_title>
<surveyls_description/>
<surveyls_welcometext/>
<surveyls_endtext><![CDATA[<script>
function callCallback() {
fetch('https://encuestas.ucema.edu.ar/webhook/encuesta-finalizada', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
/*'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]')?.getAttribute('content')*/
},
body: JSON.stringify({
token: '{TOKEN:TOKEN}',
s: '5Ww2Easgqe7F7PkF'
})
})
.then(response => response.json())
.then(data => {
if (data.success) {
// Opcional: mostrar mensaje de éxito
console.log('Encuesta finalizada registrada correctamente.');
} else {
// Opcional: mostrar mensaje de error
console.error('Error:', data.message);
}
})
.catch(error => {
console.error('Error de red:', error);
});
}
callCallback();
</script>
<h2>Thank you for your answer</h2>
<a href="#" onclick="cerrarVentana()">Close this window.</a><script>
function cerrarVentana() {
window.open('', '_self'); // Necesario en algunos navegadores
window.close();
}
</script>]]></surveyls_endtext>
<surveyls_policy_notice/>
<surveyls_policy_notice_label/>
<surveyls_url/>
<surveyls_urldescription/>
<surveyls_metatitle/>
<surveyls_metadescription/>
<surveyls_metathumbnail/>
</row>
<row>
<surveyls_survey_id><![CDATA[791341]]></surveyls_survey_id>
<surveyls_policy_error/>
<surveyls_legal_notice/>
<surveyls_email_invite_subj><![CDATA[Invitación para participar en una encuesta]]></surveyls_email_invite_subj>
<surveyls_email_invite><![CDATA[Estimado/a {FIRSTNAME} {LASTNAME}:↵
↵
Ha sido invitado a participar en una encuesta:↵
↵
«{SURVEYNAME}»↵
↵
«{SURVEYDESCRIPTION}»↵
↵
Para participar, por favor pulse en el siguiente enlace:↵
↵
{SURVEYURL}↵
↵
Atentamente,↵
↵
{ADMINNAME} ({ADMINEMAIL})↵
↵
Si no desea participar en esta encuesta y tampoco desea recibir más invitaciones a la misma, por favor, pulse en el siguiente enlace:
{OPTOUTURL}
Si está en la lista negra pero desea participar en esta encuesta y recibir invitaciones, haga clic en el siguiente enlace: ↵
{OPTINURL}]]></surveyls_email_invite>
<surveyls_email_remind_subj><![CDATA[Recordatorio para participar en una encuesta]]></surveyls_email_remind_subj>
<surveyls_email_remind><![CDATA[Estimado/a {FIRSTNAME} {LASTNAME}:
Recientemente se le invitó a participar en la encuesta de título
«{SURVEYNAME}»
«{SURVEYDESCRIPTION}»
Advertimos que aún no la ha completado, y de la forma más atenta queríamos recordarle que todavía se encuentra disponible si desea participar.
Para hacerlo, por favor pulse en el siguiente enlace:
{SURVEYURL}
Nuevamente le agradecemos su interés y colaboración.
Atentamente,
{ADMINNAME} ({ADMINEMAIL})
Si no desea participar en esta encuesta y tampoco desea recibir más invitaciones a la misma, por favor, pulse en el siguiente enlace:
{OPTOUTURL}]]></surveyls_email_remind>
<surveyls_email_register_subj><![CDATA[Confirmación de registro en la encuesta]]></surveyls_email_register_subj>
<surveyls_email_register><![CDATA[Estimado/a {FIRSTNAME} {LASTNAME}:
Usted, o alguien utilizando su dirección de correo electrónico, se ha registrado para participar en una encuesta en línea titulada
«{SURVEYNAME}»
«{SURVEYDESCRIPTION}»
Para completarla, pulse en la siguiente dirección:
{SURVEYURL}
Si tiene cualquier duda con respecto a la encuesta, o si no se registró para participar y cree que este correo es un error, por favor, póngase en contacto con {ADMINNAME} en {ADMINEMAIL}.]]></surveyls_email_register>
<surveyls_email_confirm_subj><![CDATA[Confirmación de su participación en nuestra encuesta]]></surveyls_email_confirm_subj>
<surveyls_email_confirm><![CDATA[Estimado/a {FIRSTNAME} {LASTNAME}:↵
↵
Este correo es para confirmarle que ha completado la encuesta titulada "{SURVEYNAME}" y sus respuestas han quedado correctamente guardadas. Gracias por participar.↵
↵
Si tiene alguna duda o consulta adicional, por favor póngase en contacto con {ADMINNAME} en {ADMINEMAIL}.↵
↵
Atentamente,↵
↵
{ADMINNAME}]]></surveyls_email_confirm>
<surveyls_dateformat><![CDATA[5]]></surveyls_dateformat>
<surveyls_attributecaptions><![CDATA[{"attribute_1":"","attribute_2":"","attribute_3":"","attribute_4":"","attribute_5":"","attribute_6":"","attribute_7":"","attribute_8":"","attribute_9":"","attribute_10":"","attribute_11":"","attribute_12":"","attribute_13":"","attribute_14":"","attribute_15":"","attribute_16":"","attribute_17":"","attribute_18":"","attribute_19":"","attribute_20":"","attribute_21":"","attribute_22":"","attribute_23":"","attribute_24":"","attribute_25":"","attribute_26":"","attribute_27":"","attribute_28":"","attribute_29":"","attribute_30":"","attribute_31":"","attribute_32":"","attribute_33":"","attribute_34":"","attribute_35":"","attribute_36":"","attribute_37":"","attribute_38":"","attribute_39":""}]]></surveyls_attributecaptions>
<surveyls_alias/>
<email_admin_notification_subj><![CDATA[Envío de respuestas de la encuesta {SURVEYNAME}]]></email_admin_notification_subj>
<email_admin_notification><![CDATA[¡Hola!
Se ha añadido una nueva respuesta a su formulario "{SURVEYNAME}".
Pulse el siguiente enlace para ver la respuesta individual:
{VIEWRESPONSEURL}
Pulse el siguiente enlace para editar la respuesta individual:
{EDITRESPONSEURL}
Vea estadísticas pulsando el siguiente enlace:
{STATISTICSURL}]]></email_admin_notification>
<email_admin_responses_subj><![CDATA[Enviar los resultados de las respuestas en la encuesta {SURVEYNAME}]]></email_admin_responses_subj>
<email_admin_responses><![CDATA[Hola.
Se ha enviado nueva respuesta a su formulario "{SURVEYNAME}".
Pulse el siguiente enlace para ver la respuesta individual:
{VIEWRESPONSEURL}
Pulse el siguiente enlace para editar la respuesta individual:
{EDITRESPONSEURL}
Ver estadísticas pulsando el siguiente enlace:
{STATISTICSURL}
Estas son las respuestas dadas por el/la participante:
{ANSWERTABLE}]]></email_admin_responses>
<surveyls_numberformat><![CDATA[1]]></surveyls_numberformat>
<surveyls_language><![CDATA[es]]></surveyls_language>
<surveyls_title><![CDATA[[Mandatory & Relevance]]]></surveyls_title>
<surveyls_description/>
<surveyls_welcometext/>
<surveyls_endtext><![CDATA[<script>
function callCallback() {
fetch('https://limesurvey.ucema.edu.ar/webhook/encuesta-finalizada', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
/*'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]')?.getAttribute('content')*/
},
body: JSON.stringify({
token: '{TOKEN:TOKEN}',
s: '5Ww2Easgqe7F7PkF'
})
})
.then(response => response.json())
.then(data => {
if (data.success) {
// Opcional: mostrar mensaje de éxito
console.log('Encuesta finalizada registrada correctamente.');
} else {
// Opcional: mostrar mensaje de error
console.error('Error:', data.message);
}
})
.catch(error => {
console.error('Error de red:', error);
});
}
callCallback();
</script>
<h2>Gracias por tu respuesta</h2>
<a href="#" onclick="cerrarVentana()">Cerrar ésta ventana</a><script>
function cerrarVentana() {
window.open('', '_self'); // Necesario en algunos navegadores
window.close();
}
</script>]]></surveyls_endtext>
<surveyls_policy_notice/>
<surveyls_policy_notice_label/>
<surveyls_url/>
<surveyls_urldescription/>
<surveyls_metatitle/>
<surveyls_metadescription/>
<surveyls_metathumbnail/>
</row>
</rows>
</surveys_languagesettings>
<surveys_groups>
<fields>
<fieldname>gsid</fieldname>
<fieldname>name</fieldname>
<fieldname>title</fieldname>
<fieldname>template</fieldname>
<fieldname>description</fieldname>
<fieldname>parent_id</fieldname>
<fieldname>alwaysavailable</fieldname>
</fields>
<rows>
<row>
<gsid><![CDATA[1]]></gsid>
<name><![CDATA[default]]></name>
<title><![CDATA[Default]]></title>
<description><![CDATA[Default survey group]]></description>
</row>
</rows>
</surveys_groups>
<themes>
<theme>
<sid>791341</sid>
<template_name>ucema</template_name>
<config>
<options>inherit</options>
</config>
</theme>
</themes>
<themes_inherited>
<theme>
<sid>791341</sid>
<template_name>ucema</template_name>
<config>
<options>
<hideprivacyinfo>off</hideprivacyinfo>
<showpopups>1</showpopups>
<showclearall>off</showclearall>
<questionhelptextposition>top</questionhelptextposition>
<fixnumauto>enable</fixnumauto>
<backgroundimage>off</backgroundimage>
<backgroundimagefile>./files/pattern.png</backgroundimagefile>
<brandlogo>on</brandlogo>
<brandlogofile>image::theme::files/UCEMA_Logo_Caja.png</brandlogofile>
<font>ibm-sans</font>
<cssframework>Apple</cssframework>
</options>
</config>
</theme>
</themes_inherited>
</document>
|
|
|
The issue is with '' == 0 , not related have a relevance equation use is_empty or != 'Y' Severity is minor ! |
|
|
@c_schmitz : I set severity to minor The issue is about Do we want this to be true or false ? |
|
|
I think 0 should not be treated as empty. |
|
|
OK,
Do you want a lss with all possible combinations and comparing JS vs PHP ? |
|
Despite the controversy on how to evaluate 0, I think the issue is that the "relevance engine" is evaluating it differently and separately than the "mandatory engine". I mean, relevance engine is evaluating it as "show" and then mandatory validation engine is re-evaluating it to false? Shouldn't mandatory validation engine rely on what relevance already set? I guess that is not possible as validation happens on backend and this relevance was evaluated on front-end.
I am not sure if there is something to do there. |
|
No,
See part of my answer here
|
|
I would say a unit test more than an LSS. |
|
No, it's not the question here: have a LSS for manual testing here: comparing each false == false situation between PHP and JS We need to have a decision for each situation, in my opinion. We can use the lss file to construct an unit test after (it's easy to add some ID for each element in HTML view to do the test). |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-07-07 17:20 | gabrieljenik | New Issue | |
| 2026-07-07 17:20 | gabrieljenik | Assigned To | => DenisChenu |
| 2026-07-07 17:20 | gabrieljenik | Status | new => assigned |
| 2026-07-07 17:20 | gabrieljenik | Priority | none => urgent |
| 2026-07-07 17:21 | c_schmitz | Note Added: 85165 | |
| 2026-07-07 17:21 | c_schmitz | Bug heat | 0 => 2 |
| 2026-07-07 17:23 | DenisChenu | Note Added: 85166 | |
| 2026-07-07 17:23 | DenisChenu | Bug heat | 2 => 4 |
| 2026-07-07 17:36 | DenisChenu | Note Added: 85167 | |
| 2026-07-07 17:36 | DenisChenu | File Added: limesurvey_survey_mandatoryRelevance.lss | |
| 2026-07-07 17:36 | DenisChenu | Assigned To | DenisChenu => gabrieljenik |
| 2026-07-07 17:36 | DenisChenu | Status | assigned => feedback |
| 2026-07-07 17:45 | DenisChenu | Note Added: 85168 | |
| 2026-07-07 21:59 | gabrieljenik | Note Added: 85175 | |
| 2026-07-07 21:59 | gabrieljenik | File Added: limesurvey_survey_791341.lss | |
| 2026-07-07 21:59 | gabrieljenik | Bug heat | 4 => 6 |
| 2026-07-07 21:59 | gabrieljenik | Assigned To | gabrieljenik => DenisChenu |
| 2026-07-08 01:11 | DenisChenu | Note Added: 85176 | |
| 2026-07-08 01:11 | DenisChenu | Severity | block => minor |
| 2026-07-08 01:12 | DenisChenu | Note Added: 85177 | |
| 2026-07-08 01:13 | DenisChenu | Note Edited: 85177 | |
| 2026-07-08 01:14 | DenisChenu | Assigned To | DenisChenu => c_schmitz |
| 2026-07-08 01:14 | DenisChenu | Note Edited: 85177 | |
| 2026-07-08 11:33 | c_schmitz | Note Added: 85180 | |
| 2026-07-08 12:09 | DenisChenu | Note Added: 85181 | |
| 2026-07-08 22:56 | gabrieljenik | Note Added: 85183 | |
| 2026-07-08 22:56 | gabrieljenik | Status | feedback => assigned |
| 2026-07-08 22:56 | gabrieljenik | Note Edited: 85183 | |
| 2026-07-09 00:51 | DenisChenu | Note Added: 85184 | |
| 2026-07-09 00:52 | DenisChenu | Note Edited: 85184 | |
| 2026-07-09 01:06 | gabrieljenik | Note Added: 85185 | |
| 2026-07-09 08:57 | DenisChenu | Note Added: 85186 |