Actions

Translations

Optional settings/14/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 13: Line 13:
**usepdfexport: Zet deze op "0" om geen PDF te kunnen exporten, "1" om dat wel te kunnen.  
**usepdfexport: Zet deze op "0" om geen PDF te kunnen exporten, "1" om dat wel te kunnen.  
**pdfdefaultfont: Standaard lettertype van de PDF Export
**pdfdefaultfont: Standaard lettertype van de PDF Export
**pdffontsize: Standaard lettergrootte van de PDF Export. De titel van de enqûete is +4, groepen worden als +2 weergegeven.
**pdffontsize: Standaard lettergrootte van de PDF Export. De titel van de enquête is +4, groepen worden als +2 weergegeven.
**notsupportlanguages = array('zh-Hant-TW','zh-Hant-HK','zh-Hans','ja','th');
**notsupportlanguages = array('zh-Hant-TW','zh-Hant-HK','zh-Hans','ja','th');
**pdforientation: Zet deze op 'L' voor Landschap of 'P' voor Portretafdruk  
**pdforientation: Zet deze op 'L' voor Landschap of 'P' voor Portretafdruk  
*'''$showsgqacode:''' ''(>1.91)'' Deze instelling wordt gebruikt bij het afdrukken van de enquête. {IMG(attId="78",height="16",width="16")} Het "aan"(true) zorgt ervoor dat de ID's van iedere vraag (en antwoorden) getoond worden. Deze kunnen dan gebruikt worden bij handmatige query's op de tabel 'Lime_survey_12345'  
*'''$showsgqacode:''' ''(>1.91)'' Deze instelling wordt gebruikt bij het afdrukken van de enquête. {IMG(attId="78",height="16",width="16")} Het "aan"(true) zorgt ervoor dat de ID's van iedere vraag (en antwoorden) getoond worden. Deze kunnen dan gebruikt worden bij handmatige query's op de tabel 'Lime_survey_12345'  
*{IMG(attId="79",height="200",width="400")}
*{IMG(attId="79",height="200",width="400")}

Revision as of 15:34, 25 May 2013

Message definition (Optional settings)
= Statistics and response browsing=
*'''filterout_incomplete_answers:''' Control the default behavior of filtering incomplete answers when browsing or analyzing responses. For a discussion on incomplete responses see our [[Responses & statistics#Responses summary|browsing survey results wiki]]. Since these records can corrupt the statistics, an option is given to switch this filter on or off in several GUI forms. The parameter can be edited in the config.php. The following options are available:
**'show': Allows you to visualize both complete and incomplete answers;
**'filter': It shows only complete answers;
**'incomplete': Show only incomplete answers.
*'''strip_query_from_referer_url''': This setting determines if the referrer URL saves the parameter or not. The default value is 'false' (in this case, the referrer URL saves all parameters). Alternatively, this value can be set to 'true' and the parameter part of the referrer URL will be removed.
*'''showaggregateddata:''' when activated, additional statistical values such as the arithmetic mean and standard deviation are shown. Furthermore, the data is aggregated to get a faster overview. For example, results of scale 1+2 and 4+5 are added to have a general ranking like "good" (1/2), "average" (3) and "bad" (4/5). This only affects question types  "A" (5 point array) and "5" (5 point choice).
* '''PDF Export Settings:''' This feature activates PDF export for printable surveys and Print Answers. The PDF export function is totally experimental and the output is far from being perfect. Unfortunately, no support can be given at the moment - if you want to help to fix it, please get in touch with us.
**'usepdfexport': Set '0' to disable and '1' to enable;
**'pdfdefaultfont': It represents the default font that will be used by the pdf export function. The default value is 'auto'. To change it, you have to set it to one of the [https://tcpdf.org/docs/fonts/ PDF core fonts]. 
**'alternatepdffontfile': It's an array with language keys and their corresponding font. The default font for each language can be replaced in the config.php file;
**'pdffontsize': it shows the font size for normal texts; For the title of the survey, it is <pdffontsize>+4, while for the group title is <pdffontsize>+2. It can be edited in the config.php file or from the [Global settings|global settings]] dialog;
**'notsupportlanguages': it includes a list with the languages for which no PDF font was found. The list includes Amharic ('am'), Sinhala ('si'), and Thai ('th'), and it can be found in the config-defaults.php file;
**'pdforientation': Set 'L' for Landscape or 'P' for portrait format. It can be edited from the config.php file.
*'''Graph setting'''
**'chartfontfile': Sets the font file name that is used to create the statistical charts. The file has to be located in the fonts directory, located in the LimeSurvey root folder. It can be edited in the config.php file;
**'alternatechartfontfile': It's an array with language keys and their corresponding font. It can be edited in the config.php file.
*'''showsgqacode:''' This setting is used at the printable survey feature and defaults to 'false''. If you set showsgqacode = 'true';, the IDs of each question - and answer if applicable - will be shown. These IDs match the column heading at the Lime_survey_12345 table, which holds the answer data for a certain survey. These IDs can be used for a code book for manual database queries.

Statistieken en respons bekijken

  • usejpgraph: (uitgefaseerd in 1.8) De JPGraph-bibliotheek geeft de mogelijkheid om statistieken in staaf- en taartgrafieken te tonen. Als je een goed geconfigureerde jpgraph hebt geïnstalleerd, zet dan deze instelling op "1". Laat 'm anders op "0" staan. Let op: redelijk experimenteel, verwacht wat vreemde resultaten.
  • jpgraphdir: (uitgefaseerd in 1.8) De fysieke locatie van de jpgraph bibliotheek.
  • jpgraphfont: (uitgefaseerd in 1.8) Het lettertype dat gebruikt wordt in de grafieken. Een goed werkende instelling is "FF_FONT1".
  • embedded: Als je LimeSurvey wilt integreren in een andere websitepagina, dan kun je hier het versturen van HTML-headers uitzetten. Denk er dan wel aan dat je in de code gaat verwijzen naar de header-verzending van de bovenliggende pagina!
  • filterout_incomplete_answers: Bepaal het standaardgedrag van de respons bij niet compleet gegeven antwoorden. Omdat deze de statistieken kunnen vervuilen, zit er een optie in de interface om deze uit te zetten. Het standaardgedrag kan als volgt ingesteld worden:
    • show: Toon zowel de compleet, als de niet compleet gegeven antwoorden
    • filter: Toon alleen de complete gegeven antwoorden
    • incomplete: Toon alleen de niet compleet gegeven antwoorden
  • strip_query_from_referer_url: Deze instelling bepaalt of de complete URL, inclusief parameters, van de aanvrager wordt opgeslagen. Zet deze "uit"(false) als de URL inclusief parameters wilt opslaan, "aan"(true) als je alleen de URL wilt opslaan.
  • showaggregateddata: (>=1.8) Zet deze instelling op "aan" om standaard deviatie en gemiddelde bij statistieken te tonen. Ook worden geschaalde antwoorden (Array 5 punten en 5 punts keuze) samengepakt tot de waarden "goed" *(1+2), "matig" (3), en "slecht" (4+5).
  • PDF Export Settings: (>1.85) Zet de mogelijkheid om naar PDF te kunnen exporteren. Nog zeer experimenteel: de output is lelijk. Wil je ons helpen dit te verbeteren? Neem even contact met ons op.
    • usepdfexport: Zet deze op "0" om geen PDF te kunnen exporten, "1" om dat wel te kunnen.
    • pdfdefaultfont: Standaard lettertype van de PDF Export
    • pdffontsize: Standaard lettergrootte van de PDF Export. De titel van de enquête is +4, groepen worden als +2 weergegeven.
    • notsupportlanguages = array('zh-Hant-TW','zh-Hant-HK','zh-Hans','ja','th');
    • pdforientation: Zet deze op 'L' voor Landschap of 'P' voor Portretafdruk
  • $showsgqacode: (>1.91) Deze instelling wordt gebruikt bij het afdrukken van de enquête. {IMG(attId="78",height="16",width="16")} Het "aan"(true) zorgt ervoor dat de ID's van iedere vraag (en antwoorden) getoond worden. Deze kunnen dan gebruikt worden bij handmatige query's op de tabel 'Lime_survey_12345'
  • {IMG(attId="79",height="200",width="400")}