12 | | * Templates make up the survey then questions are added to the template. |
13 | | * The template is then added to a series. |
14 | | * The series is what you enter data for. |
15 | | |
16 | | == Creating a Survey == |
17 | | * From the front page -- select "Survey Module" |
18 | | * Go the "Template" menu and select "Add" |
19 | | * Fill out all details. |
20 | | * Click "Next" |
21 | | * 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. |
22 | | * Click "Save." |
23 | | |
24 | | == Creating a Series == |
25 | | * Go to the "Series" menu and select "Add" |
26 | | * Fill out all details |
27 | | * click "Save" |
28 | | * Go the List page |
29 | | * click "Answer" to fill out the survey or "Results" to view results for that series. |
30 | | |
31 | | == Question Types == |
32 | | ||'''Type'''||'''Rendered as'''||'''Example'''|| |
33 | | ||Text||Text Field||Person's name|| |
34 | | ||Number||Text Field which disallows non-numeric answers||Number of persons affected|| |
35 | | ||Date||Text Field with a date selector on focus||Date of Assessment|| |
36 | | ||Long Text||Text Area||Building Status|| |
37 | | |
38 | | |
39 | | == Outstanding Issues and/or bugs == |
40 | | |
41 | | * 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.[happens sporadically] |
42 | | * Apparently it doesn't like questions that start with the letter "B"haven't been able to track it down yet |
43 | | * cannot re-order questions (yet!) |
44 | | * deleting questions is touch/go -- actually non-existent I think.. I don't remember. |
45 | | * adding more may or may not work. |
46 | | * No configuration exists at current -- but will in later versions of this project. Keep an eye on [http://code.launchpad.net/~robbyoconnor/sahana-eden/eden Post-GSoC branch] |
47 | | * More question types are planned but work is necessary to support them. |
48 | | * Support for sections is something that would be great to have -- but not sure how to support this with CRUD forms... |
49 | | |
50 | | |
51 | | ---- |
52 | | |
53 | | [wiki:UserGuidelines UserGuidelines] |
| 12 | Adding New Response Screencast: |
| 13 | * http://www.youtube.com/watch?v=r_7QqckTzck |