Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.4
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
Description
New Spec
========
A typical survey work flow is to print a survey using the Survey Report, which allows you to choose how to sort the results (usually Group by and Sort by Odd/Even street number).
Then, after the survey, the print out is marked up and you use the Interview Respondents data entry screen to enter the data.
The problem is that you can't change the sort order of this screen to ensure that it matches the sort order on your print out.
For this fix, we will need to expose the ORDER BY and GROUP BY options that are available in the report on the Interview Respondents data entry screen.
When recording responses, should have a button at the bottom to RECORD RESPONSES FOR ALL or UPDATE RESPONSES FOR ALL (use similar language for how it’s done with batch updates), in addition to recording responses one at a time. The screen allows one to use the “copy all” icon down a column, then we should allow to enter responses as a ‘batch’ and record them by clicking a button ONCE. We have to make sure that if doing the ‘batch’ entries, that any records where no responses were recorded, those records stay on ‘reserved’ status and don’t enter the ‘interviewed’ status.
Old Spec
========
Currently, the Survey report prints out respondents in one order, and the data entry screen prints in a different order, making it difficult to enter data collected on the printed report.
I plan to work on this issue.