2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Commit Graph

108 Commits

Author SHA1 Message Date
Adam Zammit 6602dbf33c Remove session expired message from Limesurvey
Make sure to destroy session so as to allow respondent selection module to operator correctly
2014-04-01 12:42:20 +11:00
Adam Zammit 1fee78451f Allow translations of queXS created strings in Limesurvey 2014-03-17 09:45:30 +11:00
Adam Zammit d1d991d92f allow internal limesurvey translations 2014-03-14 11:24:05 +11:00
Adam Zammit 2b01e4bb6c New Feature: Shift report in data output 2014-03-13 14:39:49 +11:00
Adam Zammit a58be39d6f Fix for respondent selection 2014-03-12 10:17:07 +11:00
Adam Zammit db3686de2e Fixed bug: OPERATOR and RESPONDENT replacements not working in respondent selection module 2014-03-11 12:00:04 +11:00
Adam Zammit 571debff63 Fixes lp:1257163 problem - closing case following self-completion on line 2013-12-12 14:44:11 +11:00
Adam Zammit fd8ae1855c Add caseid to SPSS output 2013-10-11 14:42:48 +11:00
Adam Zammit 90c42b2b2e Added more metadata to output including:
*Case notes
*Case outcome
*Total interview time over all calls
*Interview time for last call
*Last number dialled
*Operator username for last call
2013-10-11 13:50:29 +11:00
Adam Zammit 7e9d920386 Fix starting survey in a negative percent 2013-10-11 10:29:04 +11:00
root 60df5f2e75 Fixes:1220515 Database error when displaying questionnaire 2013-09-05 15:53:25 +10:00
Adam Zammit 69ba3fb690 Added Strophe for XMPP chat and basic client 2013-07-16 15:14:01 +10:00
Adam Zammit f69d62dec6 Added IS_INTERVIEWER token so can check if the questionnaire is administered by an interviewer by the following Lime Expression Manager code: {if(IS_INTERVIEWER,'This is an interviewer','THIS IS NOT AN INTERVIEWER')} 2013-06-07 10:40:15 +10:00
Adam Zammit e0ee24a492 Set default template if token specified but no equivalent token in queXS (i.e. when using limesurvey within queXS standalone) 2013-05-08 10:09:38 +10:00
Adam Zammit cf5addb19d Previews in Limesurvey should be as an interviewer 2013-04-29 16:11:41 +10:00
Adam Zammit 2b0cdce5f8 Only apply automatic text focus when working as an interviewer (otherwise may jump to strange part of page) 2013-04-29 15:09:55 +10:00
Adam Zammit cd4860622b Email from should be for this particular questionnaire
Only autoadvance if an interviewer
2013-04-08 10:45:00 +10:00
Adam Zammit 94d6a1861d Don't rely on JS executing as PHP for ckeditor - won't translate though 2013-04-04 05:03:02 +00:00
Adam Zammit f2c1bbfb3b Updated PEAR Calendar class to resolve PHP Strict notices 2013-04-03 22:53:27 +00:00
Adam Zammit fc74099de7 Add operator and respondent details to expression manager 2013-03-27 12:13:21 +11:00
Adam Zammit 7cb7de5d16 Replace date time hardcoding with defaults from config
Add operator and respondent details to core replacements in Limesurvey expression manager (need to use capitalisation)
2013-03-27 11:02:23 +11:00
Adam Zammit fa83098b49 Added appointment and outcome codes to list with comment 2013-03-25 16:04:34 +11:00
Adam Zammit d63d29ff19 Added limit on access to override all access 2013-03-21 11:51:45 +11:00
Adam Zammit f4ed476660 Allow editing of sample name and fixed bug from accessing external pages by non interviewer 2013-03-08 15:35:17 +11:00
Adam Zammit 17dcb4928b Don't refer to files outside the tree if not used by an interviewer 2013-03-08 15:29:13 +11:00
Adam Zammit 21ab42213f Updated default email template text 2013-03-08 13:52:56 +11:00
Adam Zammit a81d74debc Fix END URL for self completion 2013-02-27 15:59:43 +11:00
Adam Zammit 0b07934419 Fixed template URL for self completors 2013-02-27 15:37:04 +11:00
Adam Zammit aefb0c9e6b NOW() should be converted to UTC 2013-02-27 15:07:07 +11:00
Adam Zammit 2b7eeff881 Only display email button when enabled for questionnaire
Set a case note when completed online
2013-02-27 15:04:47 +11:00
Adam Zammit 62c5937765 Avoid notice if getting operator id when not one 2013-02-27 14:30:53 +11:00
Adam Zammit 4896c60f04 Make sure to get path of template right
HTaccess remove space that caused error
2013-02-27 14:26:44 +11:00
Adam Zammit ae5c2f8431 Added email to respondent popup
Changed id's of self completion outcomes to allow for a few custom ones to not effect
Added email validation and token getting functions
Optout function of limesurvey to set outcome to refused and add a case note for clarity
Need to do: Complete email function to actually send an email invitation
2013-02-25 15:25:08 +11:00
Adam Zammit 8749df9a0c Limesurvey to get template, mode and endurl from queXS when running in self complete mode 2013-02-20 16:00:28 +11:00
Adam Zammit 01cd69c0fc Add specification for storing self completion details
Allow for self completion without using interviewer argument to Limesurvey (need to update to take details from database)
2013-01-30 15:45:24 +11:00
Adam Zammit 8eef600032 Add example htaccess files for security of directories 2013-01-29 10:59:26 +11:00
Adam Zammit 9694ec704c Fixed expression manager selection by token
Fixed export notices about array
2013-01-25 15:30:59 +11:00
Adam Zammit 45c2792d25 Added separate case id output to token output 2013-01-24 16:23:24 +11:00
Adam Zammit 1baaa41c81 Last lot of short tags replaced 2013-01-24 16:11:03 +11:00
Adam Zammit 6674326c8b Replaced case_id as token with token 2013-01-24 16:04:44 +11:00
Adam Zammit 9c46b41a4b Added CHANGELOG update
Included sRandomChars in functions.limesurvey
Add an index on the token field of the survey table
2013-01-24 15:10:16 +11:00
azammitdcarf fb109cf9a4 Allow for limesurvey records to be exported as well as queXS records 2013-01-24 00:46:12 +00:00
azammitdcarf 319845eaf5 Added queXS paradata and metadata export to Limesurvey data output including call attempts, number of answering machine messages, and all sample variables 2012-11-29 01:55:33 +00:00
azammitdcarf c569559964 Merging the updated Limesurvey 1.92+ branch of queXS to trunk 2012-11-21 04:04:39 +00:00
azammitdcarf 5aa93f847a Updated jquery in Limesurvey due to Firefox 12 scroll bug: https://bugzilla.mozilla.org/show_bug.cgi?id=749935 2012-05-10 01:35:49 +00:00
azammitdcarf 04bbeb6c0b Automatically create tokens table when activating (as is required by queXS) 2012-05-01 00:39:11 +00:00
azammitdcarf 242499a899 Updated XMLRPC to 3.0.0 beta 2011-11-14 04:27:30 +00:00
azammitdcarf 3ac1c22bca Removed xmlrpc 2.2.2 2011-11-14 04:25:20 +00:00
azammitdcarf bfe3f2470f Added a backport of Limesurvey CI Remote Control 2 functionality for adding a response.
Can be used to insert a new response into a questionnaire via XML-RPC
Added xmlrpc package from: http://phpxmlrpc.sourceforge.net (new BSD licence compatible with GPL)
2011-11-11 05:26:58 +00:00
azammitdcarf a4935b7f08 Updated Limesurvey to revision 11354 2011-11-11 01:59:29 +00:00