]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/modules/admin/pages/surveys.adoc
Updated Surveys Pictures
[Evergreen.git] / docs / modules / admin / pages / surveys.adoc
1 = Surveys =
2 :toc:
3
4 indexterm:[Surveys]
5
6 Surveys can be created that appear on the patron registration/edit page for a branch or system. Surveys questions can be optional or required. Some examples of survey questions might include: Would you use the library if it were open on a Sunday? Would you like to be contacted by the library to learn about new services? Do you attend library programs? Are you registered to vote?
7
8 Surveys come up when a patron is first registered. If you would like staff to ask the survey questions when the patron’s library card is renewed, you’ll need to make that part of local procedure.
9
10 It is possible to run reports on Surveys, this will allow you to obtain statisical information from the surveys or listing of responses. For example, you could find out how many people say they would use the library if it were open on a Sunday, or you could get a list of patrons who say they would like to receive marketing material from the library. You can also visit individvual patron records to see their survey answers.
11
12 == To create a new survey ==
13
14 . Go to *Administration* -> *Local Administration* -> *Surveys*.
15 +
16 image::surveys/survey.png[Surveys]
17 +
18 . Click the Add New Survey button.
19 . A popup will appear:
20 +
21 image::surveys/survey-new.png[New Survey]
22 +
23 . Fill in the form.
24   * _Name_ is the Name of the survey, this shows up in the patron record.
25   * _Description_ is a description of the survey, include anything you want about the survery.
26   * _Owning Library_ sets who gets the survey question. Set at consortitial level for all patrons, set at system level for just a system, set at branch level for just a branch. 
27   * _Start Date_ use the date picker to choose the date the survey is to start.
28   * _End Date_ use the date picker to choose the date you want to end the survey. If you do not want the survey to expire, then set the date way off in the future example 12/31/35.
29   * _OPAC Survey?_ This is to be future development, do not set.
30   * _Poll Style?_ This is to be future development, do not set.
31   * _Is Required?_ This sets the Survey as required for patron registration. 
32   * _Display in User Summery?_ This allows the survey questions and answers to show up in the User Summery on the right hand side.
33 . Click *Save*.
34
35 Now to add questions
36
37 . Click on the Survey you want to add a question to. 
38   * You can either right click on the survey or select the survey and go to *Actions* and choose *Edit Selected*.
39 . Choose the _*Questions and Answers*_ tab to add your questions.
40 . In the _New Question_ box type in your question. 
41 . Click *Save Question & Add Answer*
42 . Enter your answers in the _Add Answer_.  Then click *Add Answer* for each answer. 
43
44 . The screen will refresh so that you may add a question: 
45 +
46 image::surveys/survey-newquestion.png[Add Questions]
47 +
48 . Enter the survey question and click the *Save Question & Add Answer* button.
49 +
50 image::surveys/survey-newanswer.png[Add Answers]
51 +
52 . Enter each option answer and click the *Add Answer* button after each one. Then click the *Save Changes* button. If you do not save your changes, then the answer will not be saved.
53 +
54 image::surveys/survey-qa.png[Saving Answers]
55 +
56 . Repeat the steps above to add as many questions and answers as you wish. 
57 . Click the Save button when complete. Make sure you use your browsers Back Button to go to the list of surveys.
58
59 == To Edit a Survey ==
60
61 To edit a survey the survey must be in the future, you cannot edit active surveys. 
62
63 . Open the survey to edit by clicking on it's _Name_.
64 +
65 image::surveys/survey.png[Edit Survey]
66 +
67 . If the survey is an active survey, change the _Survey Start Date/Time_ to a future date.
68 . Click *Save*.
69 . Use the browser Back Button to go back to your list of surveys, and select your survey again.
70 . Now edit the Survey questions, 
71   * Edit the text of any question or answer, making sure your click *Save Changes* after each edit.
72   * Delete a question completely by clicking on *Delete Question & Answers*.
73   * Delete just an answer by clicking on *Delete Answer* for that answer only.
74 . Add any additional questions and/or answers at this time.  Remembering to always *Save Changes*.
75 . Click *Save* once all your changes are made.
76 +
77 image::surveys/survey_edit2.png[Edit Survey]
78 +
79 . Use the browser Back Button to go back to the list of surveys.
80
81 TIP: If the survey needs to be active immediately, you can set the _Survey Start Date/Time_ in the past. This is really usefully when editing an existing survey.
82
83 == To End a Survey ==
84
85 If you need to end a survey before the Survey End Date, you can edit the survey and then click on *End Survey Now*. This will set the Survey End Date to today's date.
86
87 == Normal Staff view of Surveys ==
88
89 This is what the survey looks like in the Patron Registration, the answers appear as a drop down list.
90
91 image::surveys/survey_staffview.png[Patron Registration]
92
93 To access a patrons answers to a survy, you can view those through the staff client. Once in the patron record go to *Other -> Surveys*.
94
95 image::surveys/survey_patronrecord.png[Access Survey Answers]
96
97 This will show the answers to the surveys for that patron.
98
99 == Reporting on Surveys ==
100
101 There are three Non-core Sources for reporting.
102
103 * *Survey*
104 ** This reports informaton about surveys starting with the Survey.
105 ** This source is great to see the surveys with questions and answers(Responses). 
106 ** Also, use this source to find out the Survey Answers and Questions ID's.
107 * *Survey Answer*
108 ** This source starts with the answers then goes to the questions.
109 * *Survey Response*
110 ** This sources ties into the Responding Users.  
111 ** Use this source to report user information and counts.
112 ** This is the source you will use for most of the reporting on the Surveys.
113
114 In the Core Sources you can use _ILS User_. In the ILS User, there is the source for _Survey Responses_.
115
116 NOTE: In the _Survey Response_ Source there is a _Response Group ID_. This links all the answers to a specific set of Survey questions, answers, and patron information.
117