Changes between Version 1 and Version 2 of UserGuidelines/Assessments


Ignore:
Timestamp:
08/18/10 05:20:16 (14 years ago)
Author:
Robby O'Conner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Assessments

    v1 v2  
     1'''This project is part of [http://eden.sahanafoundation.org/wiki/GSOC2010ProjectIdeas Sahana Eden] [http://wiki.sahanafoundation.org/doku.php/foundation:sahana_gsoc10 Google Summer of Code]'''
    12
    2 '''To be completed.'''
     3== Executive Summary ==
     4  * Abstract: In the aftermath of a natural disaster, it is imperative that the extent of the damages be evaluated in a timely manner. Enter stage right, Survey Tool: A tool to create, manage, and enter surveys to assess the needs of the peoples affected by the natural disaster to deliver the much needed aid in an efficient manner.
     5  * Student: [[http://robbyoconnor.blogspot.com Robert O'Connor]]
     6  * Mentor(s): Michael Howden, Mark Prutsalis and Gavin Treadgold
    37
    4 == Project data ==
     8== Architecture ==
    59
    6 == Usage ==
     10  * Templates make up the survey then questions are added to the template.
     11  * The template is then added to a series.
     12  * The series is what you enter data for.
    713
    8 == Outstanding Issues and/or bugs ==
     14== Question Types ==
     15||'''Type'''||'''Rendered as'''||'''Example'''||
     16||Text||Text Field||Person's name||
     17||Number||Text Field which disallows non-numeric answers||Number of persons affected||
     18||Date||Text Field with a date selector on focus||Date of Assessment||
     19||Long Text||Text Area||Building Status||
     20
     21
     22
     23== Creating a Survey ==
     24  * From the front page -- select "Survey Module"
     25  * Go the "Template" menu and select "Add"
     26  * Fill out all details.
     27  * Click "Next"
     28  * you can either: select questions that are in the system or click "Add Question" and the question will be added to the dropdown and selected for you.
     29  * Click "Save."
     30
     31== Creating a Series ==
     32  * Go to the "Series" menu and select "Add"
     33  * Fill out all details
     34  * click "Save"
     35  * Go the List page
     36  * click "Answer" to fill out the survey or "Results" to view results for that series.
     37
     38== Outstanding Issues and/or bugs ==
     39
     40  * Drop-down menu doesn't update when the first question is added to a template but does once you reload the page via "Add Question" popup.
     41  * Apparently it doesn't like questions that start with the letter "B"haven't been able to track it down yet
     42  * cannot re-order questions (yet!)
     43  * deleting questions is touch/go
     44  * adding more may or may not work.
     45  * Currently "on the fly" tables are not being created (this is high priority!)