mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added ALLOW_RESPONDENT_SELECTOR config directive to hide or show the respondent selector to the interviewer
This commit is contained in:
@@ -235,6 +235,11 @@ if (!defined('SYSTEM_SORT_MINUTES')) define ('SYSTEM_SORT_MINUTES',5);
|
||||
*/
|
||||
if (!defined('ALLOW_PAGE_REFRESH')) define ('ALLOW_PAGE_REFRESH',true);
|
||||
|
||||
/**
|
||||
* Allow operator to select respondent from list or add respondents
|
||||
*/
|
||||
if (!defined('ALLOW_RESPONDENT_SELECTOR')) define ('ALLOW_RESPONDENT_SELECTOR',true);
|
||||
|
||||
/**
|
||||
* Database configuration for queXS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user