Loading...
 
Skip to main content

History: Survey Admin

Source of version: 11 (current)

Copy to clipboard
            ! Surveys Admin
^((Needs review))^

See also: ((Surveys)) - feature overview

!!Create a Surveys

__Enable the Feature:__ 
Administration -> Features ->Surveys (check)  

!!!Goto the Admin Surveys page
If you have the appropriate permission, you can create a surveys by clicking the __Admin surveys__ link in the __Surveys__ section of the application menu. 

^::{img src="img/wiki_up/surveys_app_menu_admin.png" }::^

If you don't see a __Surveys__ section, enable surveys from the __Features__ section of the main ((Admin Panel)). 

The following form is used to create a survey:

^::{img src="img/wiki_up/surveys_admin_01.png" }::^

Fill in the information and save it. Until you survey is not ready, you can leave it as "closed" in the status drop down field.

^::{img src="img/wiki_up/surveys_admin_02b.png" }::^

In this example, we are using html tags in the description of the survey, so that there will be some more markup in the description of the survey when users view it in order to fill their answers.

^::{img src="img/wiki_up/surveys_admin_03.png" }::^

Click the __Questions__ link ({img src=img/icons/question.gif}) to add questions to a survey. 

If the survey status is ''closed'' ({img src=img/icons/fo.gif}) then users won't be able to take the survey.  Leave the status field as "open" ({img src=img/icons/ofo.gif}) when you are ready to allow your users to fill the survey, and you can set it to close after a certain period of time. 

!!Survey questions
Once you click on the question link ({img src=img/icons/question.gif}), you will be able to add questions (__tiki-admin_survey_questions.php__): 

^::{img src="img/wiki_up/surveys_admin_04.png" }::^

You can use several question types when creating a survey:
* Short text questions
* Single choice questions
* Multiple choice questions
* Rate 1..5 questions
* Rate 1..10 questions

Select the question type and enter the question text. If the question has options, such as with single or multiple choice questions, enter the options separated by commas.  The options will appear as possible answers to the questions.

When some questions are inserted, you can see them listed below at the same page of administration of questions (__tiki-admin_survey_questions.php__): 

^::{img src="img/wiki_up/surveys_admin_05.png" }::^

!!!Short text questions 

A short text question will be displayed as an input text box where users can enter text. Tiki will store all the user answers to the question and list them in the stats (if two users enter the same text it will be displayed only once indicating the number of users that entered the text). This type of question can generate fairly long stats since it is unlikely that two users will type the same text. 

!!!Single choice questions 

A single choice question will display the options as radio buttons and the user must select only one of the options. 

!!!Multiple choice questions 

In a multiple choice question options will be displayed as checkboxes and the user will be able to click one, some or all the options. 

!!!Rate 1..5 questions 

The user will be asked to rate the question topic from 1 to 5 using radio buttons. 

!!!Rate 1..10 questions 

The user will be asked to rate the question topic from 1 to 10. Once a question is created as admin you can practice taking the survey and checking the stats, then you can clear the survey stats and get it ready to be used. 

-=Related pages=-
* ((Surveys))
* ((Survey User))
* ((Survey Details))