| Student Surveys |
| TitleIndex | WordIndex |
Student surveys are provided by a
Zope server running on surveys.
This server provides surveys at:
Clicking on one of the surveys takes you to a specific survey page.
In order to create or modify a survey,
you must be authorised as a surveyor on the Zope server.
This must be done either by a Zope manager, or the survey owner.
See ZopeAdmin Enabling Staff to Create and Manage Surveys for instructions.
Once authorised, go to the following URL:
and click on any survey to edit it (or click the "View" tab at the top).
(You will be asked for authentication - please provide the password
you use to log in to our ugrad servers, if it's different from your
staff one.)
If the survey you expect isn't available, you may need to create a new
one - in which case, log into the site using the URL:
which will log you into a page allowing you to create a new survey
(note that you can `clone' an equivalent one - which often saves a bit ot typing.)
You may also go directly to the edit page for any survey if you know its id
by using the url:
Survey results are available in bar-graph form by viewing the URL
Jeff Kingston has written some scripts that process the survey results into other forms.
His code uses a program in
Note that to obtain access to the data the invoker must be a member of the group zope,
so just add would-be new invokers to that group in /etc/group on staff.
(Jeff's code currently resides somewhere in the account timetbl.) Authorisation for survey creation and modification
Survey creation and modification
http://surveys.it.usyd.edu.au:8080/surveys/<id>/manage
Note also, that once you are authenticated, if you visit the page:
You will see all surveys listed together with the management links: "results" "graphs" and "edit" Survey results
http://surveys.cs.usyd.edu.au:8080/surveys/<survey_id>/show_results
However, these results assume that each question can be processed independantly.
/n/surveys/web/surveys/zope/zope/lib/python/Products/Survey/results
that grabs the survey data for a particular survey.