View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
19785Bug reportsSurvey editingpublic2024-10-02 15:32
Reportersayginalkurt Assigned ToDenisChenu  
PrioritynoneSeveritycrash 
Status closedResolutionfixed 
Product Version6.4.x 
Summary19785: Invalid Value Error in Multiple Select Question
Description

Hello,

We’ve recently encountered an issue with multiple select questions in LimeSurvey, and we need some assistance.

Issue Description:
We have a multiple select question that allows respondents to select up to two options. However, when users try to answer the question, the following error messages appear:

Error Messages:

•   “Y is not a valid value for this question.”

Problem Details:

•   This issue began this week. The question was working correctly before, but now users encounter the error message even though the selections are valid.
•   The question clearly states that up to two options can be selected, and this has been configured properly.

We would appreciate any guidance on how to resolve this issue. Thank you for your support!

Best regards,

Steps To Reproduce

Steps to reproduce

(Replace this text with detailed step-by-step instructions on how to reproduce the issue)

Expected result

(Write here what you expected to happen)

Actual result

(Write here what happened instead)

TagsNo tags attached.
Attached Files
limesurvey_question_1876.lsq (20,519 bytes)   
<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Question</LimeSurveyDocType>
 <DBVersion>623</DBVersion>
 <languages>
  <language>tr</language>
 </languages>
 <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[1876]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[C9]]></title>
    <other><![CDATA[Y]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[9]]></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>
   <fieldname>id</fieldname>
   <fieldname>question</fieldname>
   <fieldname>help</fieldname>
   <fieldname>script</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[1988]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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>
    <id><![CDATA[1963]]></id>
    <question><![CDATA[Anarşist]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1989]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></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>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1964]]></id>
    <question><![CDATA[Apolitik]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1990]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></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[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1965]]></id>
    <question><![CDATA[Atatürkçü]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1991]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></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>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1966]]></id>
    <question><![CDATA[Aktivist]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1992]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[4]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1967]]></id>
    <question><![CDATA[Çevreci]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1993]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[5]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1968]]></id>
    <question><![CDATA[Dindar]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1994]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ007]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[6]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1969]]></id>
    <question><![CDATA[Feminist – Kadın Hareketi]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1995]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ008]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[7]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1970]]></id>
    <question><![CDATA[Hayvan hakları savunucusu]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1996]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ009]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[8]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1971]]></id>
    <question><![CDATA[İslamcı]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1997]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ010]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[9]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1972]]></id>
    <question><![CDATA[Laik]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1998]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ011]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[10]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1973]]></id>
    <question><![CDATA[Ulusalcı]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1999]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ012]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[11]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1974]]></id>
    <question><![CDATA[Milliyetçi]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[2000]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ013]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[12]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1975]]></id>
    <question><![CDATA[Muhafazakâr]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[2001]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ014]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[13]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1976]]></id>
    <question><![CDATA[Ülkücü]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[2002]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ015]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[14]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1977]]></id>
    <question><![CDATA[Sosyal demokrat]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[2003]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ016]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[15]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1978]]></id>
    <question><![CDATA[Liberal]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[2004]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ017]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[16]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1979]]></id>
    <question><![CDATA[Komünist]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[2005]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ018]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[17]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1980]]></id>
    <question><![CDATA[Sosyalist]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[2006]]></qid>
    <parent_qid><![CDATA[1876]]></parent_qid>
    <sid><![CDATA[399435]]></sid>
    <gid><![CDATA[68]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ019]]></title>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <encrypted><![CDATA[N]]></encrypted>
    <question_order><![CDATA[18]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <same_script><![CDATA[0]]></same_script>
    <id><![CDATA[1981]]></id>
    <question><![CDATA[Yurtsever (Kürt Hareketi)]]></question>
    <help/>
    <language><![CDATA[tr]]></language>
   </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[1876]]></id>
    <qid><![CDATA[1876]]></qid>
    <question><![CDATA[<p>Kendinizi yakın gördüğünüz dünya görüşünü nasıl tanımlarsınız?  <strong>[EN FAZLA 2 SEÇENEK]</strong></p>
]]></question>
    <help/>
    <script/>
    <language><![CDATA[tr]]></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[1876]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[array_filter_exclude]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[array_filter_style]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[assessment_value]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[display_columns]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[exclude_all_others]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[exclude_all_others_auto]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[hidden]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[hide_tip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[max_answers]]></attribute>
    <value><![CDATA[2]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[other_numbers_only]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[other_position]]></attribute>
    <value><![CDATA[end]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[other_position_code]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[other_replace_text]]></attribute>
    <value><![CDATA[Diğer (Lütfen belirtin)]]></value>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[page_break]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[printable_help]]></attribute>
    <value/>
    <language><![CDATA[tr]]></language>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[public_statistics]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[random_group]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[random_order]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[save_as_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[scale_export]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[statistics_graphtype]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[1876]]></qid>
    <attribute><![CDATA[statistics_showgraph]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
  </rows>
 </question_attributes>
</document>
limesurvey_question_1876.lsq (20,519 bytes)   
Bug heat2
Complete LimeSurvey version number (& build)LimeSurvey Community Edition 6.6.4+240923
I will donate to the project if issue is resolvedNo
Browser
Database type & version-
Server OS (if known)
Webserver software & version (if known)
PHP Version-

Users monitoring this issue

There are no users monitoring this issue.

Issue History

Date Modified Username Field Change
2024-10-02 13:56 sayginalkurt New Issue
2024-10-02 13:56 sayginalkurt File Added: limesurvey_question_1876.lsq
2024-10-02 15:31 DenisChenu Note Added: 81134
2024-10-02 15:31 DenisChenu Bug heat 0 => 2
2024-10-02 15:31 DenisChenu Assigned To => DenisChenu
2024-10-02 15:31 DenisChenu Status new => closed
2024-10-02 15:31 DenisChenu Resolution open => fixed
2024-10-02 15:32 DenisChenu Note Added: 81135