Surveys allow you to ask questions to your developer/users and view the results. Surveys are often very helpful if you need some feedback from the users, examples of surveys might be:
User feedback: ask users if they like your project
Developer feedback: ask developers on new features to be implemented
Of course, surveys are not limited to this list. Basically, you can ask everything you want with surveys.
Before you can add/modify existing surveys, you need to administer the questions for your surveys. Questions are global for all surveys.
FusionForge surveys handle the following question types:
Radio Buttons 1-5: This type of question shows 5 radio buttons where the user can select between 1 (low) and 5 (high).
This is useful for indicating priorities or quality feedback (e.g.: the question might be: did you like the new xxx feature. The user can select (1 (not very much), 2,3,4, 5(really)
Radio Buttons Yes/No. This type of question allows only two choices: Yes or No.
Comment Only
Text field: This type of question allows the user to insert some text in a text field.
Text area: This type of question allows the user to insert some text in a textarea
When inserting new questions or modifying existing questions, take note of the ID of the question. You'll need them when creating/modifying surveys.
You can create a new survey by clicking on the
link and then .You'll be asked to insert the following data:
The name of the survey
Here you should insert the IDs of the questions in the order they should appear. If you wish to see question 4 first, then question 6, then question 1, you should insert here 4,6,1.
Don't insert spaces or any character other than comma between the numbers.
This flag indicates if the survey is active or not.
You can modify an existing survey, although this is not recommended if answers to the survey have already been given.
You should know that the results of a survey are not consistent if you modify the survey and users have already inserted answers.