Export PDF QueXML
From LimeSurvey Manual
Introducere
Funcția de export PDF queXML vă permite să exportați sondajul curent într-un fișier PDF structurat, care este potrivit pentru procesare folosind software-ul de recunoaștere optică a mărcilor (OMR), cum ar fi queXF.
Pentru a utiliza această funcție, accesați orice setare legată de sondaj, selectați Intrare din meniu Afișare/exportare și selectați opțiunea de export PDF queXML:
În fișierul ZIP exportat este inclus sondajul în formă PDF, un fișier XML cu bandă (acesta descrie locația câmpurilor pe formularul de hârtie), un fișier XML de stil (descrie setările utilizate pentru a produce fișierul PDF) și un [https ://quexml.acspri.org.au/ queXML] (o descriere structurată a structurii chestionarului).
Opțiuni LimeSurvey
Setările prezentate pe această pagină sunt valorile implicite ale software-ului de export PDF queXML. Acestea pot fi modificate pentru a produce un chestionar de hârtie cu aspect diferit.
- Selectarea limbii
- Dacă sondajul a fost tradus în mai multe limbi - puteți alege limba pentru export aici.
- Style
- Aplicați stilul elementelor de pe formularul de hârtie folosind CSS.
- Permiteți ca întrebările tip matrice să fie împărțite pe mai multe pagini
- Dacă aveți matrice cu multe subîntrebări în sondaj, acest lucru va permite ca matricea să fie împărțită pe mai multe pagini. Acest lucru evită să ai pagini cu întrebări foarte lungi sau prea mult spațiu alb pe o pagină. O săgeată va apărea în partea de jos a paginii pentru a indica că întrebarea continuă pe pagina următoare.
- Permiteți împărțirea întrebărilor cu o singură alegere pe mai multe pagini
- Întrebările cu o singură alegere, cum ar fi întrebările în stil „radio”, pot fi împărțite pe mai multe pagini. Util dacă aveți întrebări cu o listă lungă de răspunsuri posibile. O săgeată va apărea în partea de jos a paginii pentru a indica faptul că întrebarea continuă pe pagina următoare.
- Permiteți împărțirea mai multor întrebări cu text scurt/numeric pe mai multe pagini
- Acolo unde sunt utilizate mai multe tipuri de text scurt sau mai multe întrebări numerice - permiteți subîntrebărilor lor să apară împărțite pe mai multe pagini (va apărea o săgeată în partea de jos a paginii pentru a indica întrebarea continuă pe pagina următoare).
- Allow slider questions to be split over multiple pages
- Slider questions present as Visual Analog Scale (VAS) items in queXML PDF pages. This will allow for a list of sliders to be split over multiple pages. An arrow will appear at the bottom of the page to indicate the question continues on the next page.
- Minimum height of single choice answer boxes
- This sets the minimum height in millimetres of each response item to a single choice (e.g., radio) question. Set this value lower to fit more questions on a page.
- Minimum height of subquestion items
- The minimum height in millimetres of sub questions in an array style question. Set this value lower to fit more sub question items in an array style question. Please be wary that setting this too low may cut the end from long sub question text items.
- Margin before questionnaireInfo element (mm)
- The questionnaireInfo element is the "Welcome" text or "End text" of the survey. This setting sets the margin in millimetres before the text is displayed.
- Answer option / subquestion font size
- The font size in points of answer options or sub question text.
- Answer label font size (normal)
- The font size in points of answer labels when displayed in subquestions.
- Answer label font size (small)
- The font size in points of answer labels when displayed in subquestions where the used long words that cannot fit in the area are provided without being split.
- Minimum section height (mm)
- Each group in a LimeSurvey survey appears as a new section in the queXML PDF document. This setting sets the minimum height in millimetres of the heading for the new section.
- Background colour for sections (0 black - 255 white)
- The amount of greyness behind a section heading.
- Background colour for questions (0 black - 255 white)
- The amount of greyness behind questions. Good form design suggests having a light grey background to avoid eye strain and to make the areas for responses clearly defined (the areas for responses are always white).
- Page orientation
- Portrait or landscape orientation for the paper questionnaire.
- Page format
- The size of the paper to use (A4, A3, US Letter).
- Edge detection format
- What edge style to be used on the page to allow for alignment when scanned.
Clicking on the "queXML PDF export" button will generate a ZIP archive containing the PDF questionnaire and associated files.
If you have changed the settings above and wish to reset them back to the default queXML PDF settings, click on the "Reset to default settings" button:
General Configuration Settings
You may find some extra configurations settings under the file application/config/config-defaults.php.
This file contains the default settings for LimeSurvey. Do not edit this file as it may change in future revisions of the software.
Correct procedure to setup LimeSurvey is the following:
- copy the lines corresponding to the parameter you want to change from this file to the config.php file
- edit these lines in config.php
This way the default values will be overridden.
TODO: Example
- quexmlshowprintablehelp
If set to true, the printable_help attribute will be visible on the exported PDF survey. If used, the appearance (font size, justification, etc.) may be adjusted by editing td.questionHelpBefore and $helpBeforeBorderBottom of quexml.
- quexmlusequestiontitleasid (New in 4.3 )
If set to true, each question in the PDF will be identified by the question title instead of the automatic section and number generated for the report.
- quexmlkeepsurveydateformat (New in 4.3 )
If set to true, the Data/Time answers will be formated with the survey's date format, instead of using the default DB format.