View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
20248 | Bug reports | Survey taking | public | 2025-08-27 15:29 | 2025-08-27 16:04 |
Reporter | efornasier | Assigned To | |||
Priority | none | Severity | partial_block | ||
Status | new | Resolution | open | ||
Product Version | 6.6.x | ||||
Summary | 20248: Multiple file upload questions impossible with custom scripts plugin | ||||
Description | When registering scripts with a plugin in a POS_READY area, multiple upload questions in the same group doesn't work as expected. | ||||
Steps To Reproduce | Steps to reproduceCreate a group with 2 or more file upload questions. Expected resultTaking the survey will let you upload files in the 2 or more questions of the group. Checking on the HTML source you will see in the "bottomScript" div the code inserted into a jQuery function: jQuery(function($) { Actual resultThe JS code is correctly present, click on Upload file will open modal and let you upload files. After modal closes, no files uploaded are shown on the question. Other upload questions on the group will open an empty modal with only the title. Other InfoNo errors in console, but seems that the jQuery function inserted by LS for the registered script is blocking file upload question logic. Using different positions (like POS_END) works correctly. This can't be reproduced registering the script with the TWIG function, because LS_Twig_Extension::getPosition never return a POS_READY position. | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 6.15.8+250825 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Chrome 139.0.7258.139 | ||||
Database type & version | MariaDB 10.5.28 | ||||
Server OS (if known) | Debian 11 | ||||
Webserver software & version (if known) | Apache 2.4 | ||||
PHP Version | 8.2.29 | ||||
You can send a sample plugin ? |
|
@DenisChenu, limesurvey_survey_951632.lss (38,899 bytes)
<?xml version="1.0" encoding="UTF-8"?> <document> <LimeSurveyDocType>Survey</LimeSurveyDocType> <DBVersion>636</DBVersion> <languages> <language>it</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[825]]></gid> <sid><![CDATA[951632]]></sid> <group_order><![CDATA[1]]></group_order> <randomization_group/> <grelevance><![CDATA[1]]></grelevance> </row> <row> <gid><![CDATA[826]]></gid> <sid><![CDATA[951632]]></sid> <group_order><![CDATA[2]]></group_order> <randomization_group/> <grelevance><![CDATA[1]]></grelevance> </row> <row> <gid><![CDATA[827]]></gid> <sid><![CDATA[951632]]></sid> <group_order><![CDATA[3]]></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[825]]></id> <gid><![CDATA[825]]></gid> <group_name><![CDATA[Il mio primo gruppo di domande]]></group_name> <description/> <language><![CDATA[it]]></language> <sid><![CDATA[951632]]></sid> <group_order><![CDATA[1]]></group_order> <randomization_group/> <grelevance><![CDATA[1]]></grelevance> </row> <row> <id><![CDATA[826]]></id> <gid><![CDATA[826]]></gid> <group_name><![CDATA[ALLEGATI]]></group_name> <description/> <language><![CDATA[it]]></language> <sid><![CDATA[951632]]></sid> <group_order><![CDATA[2]]></group_order> <randomization_group/> <grelevance><![CDATA[1]]></grelevance> </row> <row> <id><![CDATA[827]]></id> <gid><![CDATA[827]]></gid> <group_name><![CDATA[Altro gruppo]]></group_name> <description/> <language><![CDATA[it]]></language> <sid><![CDATA[951632]]></sid> <group_order><![CDATA[3]]></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[26485]]></qid> <parent_qid><![CDATA[0]]></parent_qid> <sid><![CDATA[951632]]></sid> <gid><![CDATA[825]]></gid> <type><![CDATA[T]]></type> <title><![CDATA[Q00]]></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[longfreetext]]></question_theme_name> <same_script><![CDATA[0]]></same_script> </row> <row> <qid><![CDATA[26486]]></qid> <parent_qid><![CDATA[0]]></parent_qid> <sid><![CDATA[951632]]></sid> <gid><![CDATA[826]]></gid> <type><![CDATA[|]]></type> <title><![CDATA[ALLEGATO1]]></title> <preg/> <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[file_upload]]></question_theme_name> <modulename/> <same_script><![CDATA[0]]></same_script> </row> <row> <qid><![CDATA[26487]]></qid> <parent_qid><![CDATA[0]]></parent_qid> <sid><![CDATA[951632]]></sid> <gid><![CDATA[827]]></gid> <type><![CDATA[|]]></type> <title><![CDATA[ALLEGATO2]]></title> <preg/> <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[file_upload]]></question_theme_name> <modulename/> <same_script><![CDATA[0]]></same_script> </row> <row> <qid><![CDATA[26488]]></qid> <parent_qid><![CDATA[0]]></parent_qid> <sid><![CDATA[951632]]></sid> <gid><![CDATA[827]]></gid> <type><![CDATA[|]]></type> <title><![CDATA[ALLEGATO3]]></title> <preg/> <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[1]]></relevance> <question_theme_name><![CDATA[file_upload]]></question_theme_name> <modulename/> <same_script><![CDATA[0]]></same_script> </row> <row> <qid><![CDATA[26489]]></qid> <parent_qid><![CDATA[0]]></parent_qid> <sid><![CDATA[951632]]></sid> <gid><![CDATA[827]]></gid> <type><![CDATA[|]]></type> <title><![CDATA[ALLEGATO4]]></title> <preg/> <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[file_upload]]></question_theme_name> <modulename/> <same_script><![CDATA[0]]></same_script> </row> <row> <qid><![CDATA[26490]]></qid> <parent_qid><![CDATA[0]]></parent_qid> <sid><![CDATA[951632]]></sid> <gid><![CDATA[827]]></gid> <type><![CDATA[|]]></type> <title><![CDATA[ALLEGATO5]]></title> <preg/> <other><![CDATA[N]]></other> <mandatory><![CDATA[Y]]></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> <question_theme_name><![CDATA[file_upload]]></question_theme_name> <modulename/> <same_script><![CDATA[0]]></same_script> </row> <row> <qid><![CDATA[26491]]></qid> <parent_qid><![CDATA[0]]></parent_qid> <sid><![CDATA[951632]]></sid> <gid><![CDATA[827]]></gid> <type><![CDATA[|]]></type> <title><![CDATA[ALLEGATO6]]></title> <preg/> <other><![CDATA[N]]></other> <mandatory><![CDATA[Y]]></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> <question_theme_name><![CDATA[file_upload]]></question_theme_name> <modulename/> <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[26485]]></id> <qid><![CDATA[26485]]></qid> <question/> <help/> <language><![CDATA[it]]></language> </row> <row> <id><![CDATA[26486]]></id> <qid><![CDATA[26486]]></qid> <question><![CDATA[<p>Caricare il file relativo alla <strong>Nota Integrativa</strong><br />È necessario nominare il file <strong>NotaIntegrativa_2024_{TOKEN:ATTRIBUTE_8}.pdf</strong></p> ]]></question> <help/> <script/> <language><![CDATA[it]]></language> </row> <row> <id><![CDATA[26487]]></id> <qid><![CDATA[26487]]></qid> <question><![CDATA[Si prega di caricare il file relativo alla <strong>Parere del collegio sindacale al bilancio</strong>]]></question> <help><![CDATA[È necessario nominare il file <strong>ParereCollegioSindacaleAlBilancio_2024_{TOKEN:ATTRIBUTE_8}.pdf</strong>]]></help> <script/> <language><![CDATA[it]]></language> </row> <row> <id><![CDATA[26488]]></id> <qid><![CDATA[26488]]></qid> <question><![CDATA[Si prega di caricare il file relativo alla <strong>Relazione del direttore generale sulla gestione</strong>]]></question> <help><![CDATA[È necessario nominare il file <strong>RelazioneDirettoreGeneraleSuGestione_2024_{TOKEN:ATTRIBUTE_8}.pdf</strong>]]></help> <script/> <language><![CDATA[it]]></language> </row> <row> <id><![CDATA[26489]]></id> <qid><![CDATA[26489]]></qid> <question><![CDATA[Caricare il file richiesto con la domanda 10 e 10.1 della Sezione I - Domande generali preliminari (10-17) <strong>"linee guida per la tenuta della contabilità in conformità al d.lgs. n. 118/2011"</strong>]]></question> <help><![CDATA[È necessario nominare il file <strong>Linee_guida_contabilità_2024_{TOKEN:ATTRIBUTE_8}.pdf</strong>]]></help> <script/> <language><![CDATA[it]]></language> </row> <row> <id><![CDATA[26490]]></id> <qid><![CDATA[26490]]></qid> <question><![CDATA[Caricare il file richiesto con la domanda 21.2 della Sezione I - Domande generali preliminari (18-21) <strong>"La mappatura è stata attestata come conforme a corretta classificazione ad arte di ciascun legale incaricato (allegare la mappatura al questionario)?"</strong>]]></question> <help><![CDATA[È necessario nominare il file <strong>Mappatura_contenziosi_2024_{TOKEN:ATTRIBUTE_8}.pdf</strong>]]></help> <script/> <language><![CDATA[it]]></language> </row> <row> <id><![CDATA[26491]]></id> <qid><![CDATA[26491]]></qid> <question><![CDATA[<p>Caricare il file relativo alla domanda <strong>7.1 Compilare la tabella con riferimento alle strutture private accreditate che operano nel territorio di competenza che hanno superato il tetto programmato, sulla base del criterio dimensionale</strong> della Sezione II - Conto Economico - B) Acquisti di prestazioni da operatori privati</p> ]]></question> <help><![CDATA[È necessario nominare il file <strong>Tabella_7_1_Sezione_CE_2_2024_{TOKEN:ATTRIBUTE_8}.pdf</strong>]]></help> <script/> <language><![CDATA[it]]></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[26486]]></qid> <attribute><![CDATA[allowed_filetypes]]></attribute> <value><![CDATA[pdf,PDF]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[cssclass]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[hidden]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[hide_tip]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[image]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[max_filesize]]></attribute> <value><![CDATA[10240]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[max_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[min_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[page_break]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[random_group]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[show_comment]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[show_title]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[statistics_graphtype]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26486]]></qid> <attribute><![CDATA[statistics_showgraph]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[allowed_filetypes]]></attribute> <value><![CDATA[pdf]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[cssclass]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[hidden]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[hide_tip]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[max_filesize]]></attribute> <value><![CDATA[30720]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[max_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[min_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[page_break]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[random_group]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[show_comment]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[show_title]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[statistics_graphtype]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26487]]></qid> <attribute><![CDATA[statistics_showgraph]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[allowed_filetypes]]></attribute> <value><![CDATA[pdf]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[cssclass]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[hidden]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[hide_tip]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[max_filesize]]></attribute> <value><![CDATA[30720]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[max_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[min_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[page_break]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[random_group]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[show_comment]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[show_title]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[statistics_graphtype]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26488]]></qid> <attribute><![CDATA[statistics_showgraph]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[allowed_filetypes]]></attribute> <value><![CDATA[pdf]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[cssclass]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[hidden]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[hide_tip]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[max_filesize]]></attribute> <value><![CDATA[10240]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[max_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[min_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[page_break]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[random_group]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[show_comment]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[show_title]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[statistics_graphtype]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26489]]></qid> <attribute><![CDATA[statistics_showgraph]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[allowed_filetypes]]></attribute> <value><![CDATA[pdf]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[cssclass]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[hidden]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[hide_tip]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[max_filesize]]></attribute> <value><![CDATA[10240]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[max_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[min_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[page_break]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[random_group]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[show_comment]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[show_title]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[statistics_graphtype]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26490]]></qid> <attribute><![CDATA[statistics_showgraph]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[allowed_filetypes]]></attribute> <value><![CDATA[pdf]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[cssclass]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[hidden]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[hide_tip]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[max_filesize]]></attribute> <value><![CDATA[10240]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[max_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[min_num_of_files]]></attribute> <value><![CDATA[1]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[page_break]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[random_group]]></attribute> <value/> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[show_comment]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[show_title]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[statistics_graphtype]]></attribute> <value><![CDATA[0]]></value> <language/> </row> <row> <qid><![CDATA[26491]]></qid> <attribute><![CDATA[statistics_showgraph]]></attribute> <value><![CDATA[1]]></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> <fieldname>access_mode</fieldname> </fields> <rows> <row> <sid><![CDATA[951632]]></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[it]]></language> <additional_languages/> <datestamp><![CDATA[Y]]></datestamp> <usecookie><![CDATA[I]]></usecookie> <allowregister><![CDATA[I]]></allowregister> <allowsave><![CDATA[I]]></allowsave> <autonumber_start><![CDATA[7]]></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> <attributedescriptions><![CDATA[{"attribute_1":{"description":"attribute_1","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":""},"attribute_2":{"description":"attribute_2","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":""},"attribute_3":{"description":"attribute_3","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":""},"attribute_4":{"description":"attribute_4","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":""},"attribute_5":{"description":"attribute_5","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":""},"attribute_6":{"description":"attribute_6","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":""},"attribute_7":{"description":"attribute_7","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":""},"attribute_8":{"description":"attribute_8","mandatory":"N","encrypted":"N","show_register":"N","cpdbmap":""}}]]></attributedescriptions> <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><![CDATA[{"enabled":"Y","columns":{"firstname":"N","lastname":"N","email":"N"}}]]></tokenencryptionoptions> <access_mode><![CDATA[O]]></access_mode> </row> </rows> </surveys> <surveys_languagesettings> <fields> <fieldname>surveyls_survey_id</fieldname> <fieldname>surveyls_policy_error</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> </fields> <rows> <row> <surveyls_survey_id><![CDATA[951632]]></surveyls_survey_id> <surveyls_policy_error/> <surveyls_email_invite_subj><![CDATA[Invito a partecipare all'indagine]]></surveyls_email_invite_subj> <surveyls_email_invite><![CDATA[Gentile {FIRSTNAME},<br /> <br /> è invitato a partecipare ad un'indagine on line.<br /> <br /> L'indagine è intitolata:<br /> "{SURVEYNAME}"<br /> <br /> "{SURVEYDESCRIPTION}"<br /> <br /> Per partecipare fare click sul link in basso.<br /> <br /> Cordiali saluti,{ADMINNAME} ({ADMINEMAIL})<br /> <br /> ----------------------------------------------<br /> Fare click qui per accedere al questionario e rispondere alle domande relative:<br /> {SURVEYURL}<br /> <br /> Se non si intende partecipare a questa indagine e non si vogliono ricevere altri inviti, si può cliccare sul seguente collegamento:<br /> {OPTOUTURL}<br /> <br /> Se è presente in blacklist ma vuole partecipare a questa indagine e ricevere inviti, fare click al seguente link:<br /> {OPTINURL}]]></surveyls_email_invite> <surveyls_email_remind_subj><![CDATA[Promemoria per partecipare all'indagine]]></surveyls_email_remind_subj> <surveyls_email_remind><![CDATA[Egregio/a {FIRSTNAME},<br /> Recentemente ha ricevuto un invito a partecipare ad un'indagine on line.<br /> <br /> Abbiamo notato che non ha ancora completato il questionario. Con l'occasione Le ricordiamo che il questionario è ancora disponibile.<br /> <br /> L'indagine è intitolata:<br /> "{SURVEYNAME}"<br /> <br /> "{SURVEYDESCRIPTION}"<br /> <br /> Per partecipare fare clic sul link qui sotto.<br /> <br /> Cordiali saluti,<br /> <br /> {ADMINNAME} ({ADMINEMAIL})<br /> <br /> ----------------------------------------------<br /> Fare clic qui per accedere all'indagine e rispondere al questionario:<br /> {SURVEYURL}<br /> <br /> Se non si intende partecipare a questa indagine e non si vogliono ricevere altri inviti, si può cliccare sul seguente collegamento:<br /> {OPTOUTURL}]]></surveyls_email_remind> <surveyls_email_register_subj><![CDATA[Conferma di registrazione all'indagine]]></surveyls_email_register_subj> <surveyls_email_register><![CDATA[Egregio/a {FIRSTNAME},<br /> <br /> Lei (o qualcuno che ha utilizzato il suo indirizzo e-mail) si è registrato per partecipare all'indagine on line intitolata {SURVEYNAME}.<br /> <br /> Per completare il questionario fare clic sul seguente indirizzo:<br /> <br /> {SURVEYURL}<br /> <br /> Se ha qualche domanda, o se non si è registrato e ritiene che questa e-mail ti sia pervenuta per errore, la preghiamo di contattare {ADMINNAME} all'indirizzo {ADMINEMAIL}.]]></surveyls_email_register> <surveyls_email_confirm_subj><![CDATA[Conferma della partecipazione all'indagine]]></surveyls_email_confirm_subj> <surveyls_email_confirm><![CDATA[Gentile {FIRSTNAME},<br /> <br /> Questa e-mail le è stata inviata per confermarle che ha completato correttamente l'indagine intitolata {SURVEYNAME} e che le sue risposte sono state salvate. Grazie per la partecipazione.<br /> <br /> Se ha ulteriori domande circa questo messaggio, la prego di contattare {ADMINNAME} all'indirizzo e-mail {ADMINEMAIL}.<br /> <br /> Cordiali saluti<br /> <br /> {ADMINNAME}]]></surveyls_email_confirm> <surveyls_dateformat><![CDATA[5]]></surveyls_dateformat> <surveyls_alias/> <email_admin_notification_subj><![CDATA[Invio di una risposta all'indagine {SURVEYNAME}]]></email_admin_notification_subj> <email_admin_notification><![CDATA[Salve,<br /> <br /> Una nuova risposta é stata inviata per l'indagine '{SURVEYNAME}'.<br /> <br /> Fare click sul link seguente per vedere le risposte individuali:<br /> {VIEWRESPONSEURL}<br /> <br /> Fare click sul link seguente per modificare le risposte individuali:<br /> {EDITRESPONSEURL}<br /> <br /> Fare clic sul link seguente per visualizzare le statistiche:<br /> {STATISTICSURL}]]></email_admin_notification> <email_admin_responses_subj><![CDATA[Invio di una risposta all'indagine {SURVEYNAME} con risultati]]></email_admin_responses_subj> <email_admin_responses><![CDATA[Salve,<br /> <br /> Una nuova risposta è stata inviata dall'indagine '{SURVEYNAME}'.<br /> <br /> Fare clic sul link seguente per vedere la risposta individuale:<br /> {VIEWRESPONSEURL}<br /> <br /> Fare clic sul link seguente per modificare la risposta individuale:<br /> {EDITRESPONSEURL}<br /> <br /> Fare clic sul link seguente per visualizzare le statistiche:<br /> {STATISTICSURL}<br /> <br /> <br /> Le seguenti risposte sono state date dal partecipante:<br /> {ANSWERTABLE}]]></email_admin_responses> <surveyls_numberformat><![CDATA[1]]></surveyls_numberformat> <surveyls_language><![CDATA[it]]></surveyls_language> <surveyls_title><![CDATA[TEST ALLEGATI SSN <span>2024</span>]]></surveyls_title> <surveyls_description/> <surveyls_welcometext/> <surveyls_endtext/> <surveyls_policy_notice/> <surveyls_policy_notice_label/> <surveyls_url/> <surveyls_urldescription/> </row> </rows> </surveys_languagesettings> <themes> <theme> <sid>951632</sid> <template_name>CDC-LS6-Base</template_name> <config> <options>inherit</options> </config> </theme> <theme> <sid>951632</sid> <template_name>vanilla</template_name> <config> <options>inherit</options> </config> </theme> <theme> <sid>951632</sid> <template_name>bootswatch</template_name> <config> <options>inherit</options> </config> </theme> <theme> <sid>951632</sid> <template_name>fruity</template_name> <config> <options>inherit</options> </config> </theme> <theme> <sid>951632</sid> <template_name>fruity_twentythree</template_name> <config> <options>inherit</options> </config> </theme> </themes> <themes_inherited> <theme> <sid>951632</sid> <template_name>CDC-LS6-Base</template_name> <config> <options> <animatebody>off</animatebody> <hideprivacyinfo>off</hideprivacyinfo> <container>on</container> <showpopups>1</showpopups> <showclearall>on</showclearall> <questionhelptextposition>top</questionhelptextposition> <fixnumauto>enable</fixnumauto> <brandlogo>on</brandlogo> <brandlogofile>image::theme::files/logo.png</brandlogofile> <font>noto</font> </options> </config> </theme> <theme> <sid>951632</sid> <template_name>vanilla</template_name> <config> <options> <animatebody>off</animatebody> <hideprivacyinfo>off</hideprivacyinfo> <container>on</container> <showpopups>1</showpopups> <showclearall>on</showclearall> <questionhelptextposition>top</questionhelptextposition> <fixnumauto>enable</fixnumauto> <brandlogo>on</brandlogo> <brandlogofile>image::theme::files/logo.png</brandlogofile> <font>noto</font> </options> </config> </theme> <theme> <sid>951632</sid> <template_name>bootswatch</template_name> <config> <options> <animatebody>off</animatebody> <hideprivacyinfo>off</hideprivacyinfo> <container>on</container> <showpopups>1</showpopups> <showclearall>on</showclearall> <questionhelptextposition>top</questionhelptextposition> <fixnumauto>enable</fixnumauto> <brandlogo>on</brandlogo> <brandlogofile>image::theme::files/logo.png</brandlogofile> <font>noto</font> </options> </config> </theme> <theme> <sid>951632</sid> <template_name>fruity</template_name> <config> <options> <animatebody>off</animatebody> <hideprivacyinfo>off</hideprivacyinfo> <container>on</container> <showpopups>1</showpopups> <showclearall>on</showclearall> <questionhelptextposition>top</questionhelptextposition> <fixnumauto>enable</fixnumauto> <brandlogo>on</brandlogo> <brandlogofile>image::theme::files/logo.png</brandlogofile> <font>noto</font> </options> </config> </theme> <theme> <sid>951632</sid> <template_name>fruity_twentythree</template_name> <config> <options> <animatebody>off</animatebody> <hideprivacyinfo>off</hideprivacyinfo> <container>on</container> <showpopups>1</showpopups> <showclearall>on</showclearall> <questionhelptextposition>top</questionhelptextposition> <fixnumauto>enable</fixnumauto> <brandlogo>on</brandlogo> <brandlogofile>image::theme::files/logo.png</brandlogofile> <font>noto</font> </options> </config> </theme> </themes_inherited> </document> |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2025-08-27 15:29 | efornasier | New Issue | |
2025-08-27 15:31 | DenisChenu | Note Added: 83334 | |
2025-08-27 15:31 | DenisChenu | Bug heat | 0 => 2 |
2025-08-27 15:33 | efornasier | Issue Monitored: efornasier | |
2025-08-27 15:33 | efornasier | Bug heat | 2 => 4 |
2025-08-27 16:04 | efornasier | Note Added: 83335 | |
2025-08-27 16:04 | efornasier | File Added: limesurvey_survey_951632.lss | |
2025-08-27 16:04 | efornasier | File Added: scriptOnUploadTest.zip | |
2025-08-27 16:04 | efornasier | Bug heat | 4 => 6 |