- Posts: 12005
- Thank you received: 2822
Ask the community, share ideas, and connect with other LimeSurvey users!
'filterout_incomplete_answers' => 'complete',
// Experimental parameters, only change if you know what you're doing // // filterout_incomplete_answers // * default behaviour of LimeS regarding answer records with no submitdate // * can be overwritten by module parameters choose one of the following:// // * filter: Show only complete answers // * show: Show both complete and incomplete answers // * incomplete: Show only incomplete answers $config['filterout_incomplete_answers'] = 'show';
// Use the following config variable to set modified optional settings copied from config-defaults.php 'config'=>array( 'filterout_incomplete_answers' => 'complete', // debug: Set this to 1 if you are looking for errors. If you still get no errors after enabling this // then please check your error-logs - either in your hosting provider admin panel or in some /logs directory // on your webspace. // LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard templates 'debug'=>0, 'debugsql'=>0 // Set this to 1 to enanble sql logging, only active when debug = 2 )