Changes between Version 23 and Version 24 of BluePrint/SurveyTool/ADAT


Ignore:
Timestamp:
06/29/11 12:14:14 (13 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SurveyTool/ADAT

    v23 v24  
    9999   * Identifying potential outliers
    100100   * Regression test
    101 ==== Form Analysis ====
    102 The form will consists of questions, each question will have a question type associated with it. These question types will form the basis of the analysis:
     101==== Template Analysis ====
     102The template will consists of questions, each question will have a question type associated with it. These question types will form the basis of the analysis:
    103103||=Questions Type=||=Type of analysis possible=||
    104104||Location||Mapping analysis will be possible (for the whole form)||
     
    110110The basic form analysis can be broken down into the following sequence:
    111111 * Identify the number of questions of each type
    112  * Identify if map analysis is possible
     112 * Identify if the Completed Survey can be displayed on a map
    113113 * Identify the number (and ratio) of text based questions
    114114 * Generate a rating of the assessment form (very subjective but may be of use for guidance)
    115115 * Identify sections that have a low rating (therefore might be improved with more quantitative data)
     116 * A matirx, showing for Each Question Show which analysis can be performed:
     117  * Statistics (Sum, Average, Max, Min)
     118  * Chart (Bar Graph)
     119  * Map (display question values on map)
    116120It may be desirable to allow certain section to be excluded from this analysis (such as the contact details of the enumerators).
    117121==== Data Analysis ====
    118 The system can perform some automatic analysis that will be presented in the summary and will suggest other analysis that can be done but it would require a person with an understanding of the data to drive the analysis. Once certain tasks have been set up these can be repeated by the system as new data arrives or on filtered data sets.
    119 ===== Automatic Analysis =====
     122The system can perform some automatic analysis that will be presented in the summary and will suggest other analysis that can be done but it would require a person with an understanding of the data to drive the analysis. Once certain tasks have been set up these can be repeated by the system as new data arrives or on filtered data sets.[[BR]]
     123MH: I don't think that we nee to go into this level of detail
     124==== Series Analysis ====
    120125 * How many questions were answered
    121126   * for each form (a measure of the quality of the data could be linked to the number of answers provided on the form)
     
    125130   * optionally, for numerical data
    126131 * Calculate mean for rating questions
    127 ==== Basic ====
    128  1. Select an Assessment Template which has been completed
    129  1. Select a range of completed assessments by:
    130   1. Using the existing search method
    131   1. Selecting rows in the table (new feature)
     132
     133==== Completed Survey Analysis ====
     134 1. Select an Survey Series
     135  * Option to select a range of completed surveys throguh
     136   a. Using the existing search method
     137   a. Selecting rows in the table (next phase)
     138 1. Have a list of options for the type of analysis
     139  1. Tables (& PDF & Excel) - Default
     140  1. Charts (Bar Graphs)
     141   * User can select which 2 fields to display
     142  1. Survey Map - A pin represents a completed survey
     143  1. Question Map - A coded pin represents a numeric value (Heat Map or option (Ushahidi Style)
     144  1. Statistical (Sum, Average, Min, Max) - this could be an extension to our Datatables
     145
     146
    132147 1. View all the results for that Assessment Template using
    133148  1. Tables (& PDF & Excel)
    134149  1. Plots (Graphs)
    135   1. Map (As a pin which will open the survey results)
    136   1. Statistical (Sum, Average, Min, Max) - this could be an extension to our Datatables
    137 
    138 ==== Advanced ====
    139  1. Select a question (or range of questions)
    140  1. Select a range of completed assessments by:
    141   1. Using the existing search method
    142   1. Selecting rows in the table (new feature)
    143  1. View all the results for that question from ALL Assessment Template using
    144   1. Tables (& PDF & Excel)
    145   1. Plots (Graphs)
    146   1. Map (As different coloured pins or highlighted areas on the map)
     150  1. Map
    147151  1. Statistical (Sum, Average, Min, Max) - this could be an extension to our Datatables
    148152