Survey Project Help Articles

Miscellaneous Help Articles
Search the Articles
Search different articles on the use of the SP web application as collected from the former Nsurvey Forums.

NOTE: some of the information may still apply to the latest versions of SP. However be aware that these articles were written before the start of the Survey Project.


Publisher / subscriber model

From v1.7+ NSurvey is introducing a new model called "publisher / subscriber".

Basically it allows answer items to post their user answers to other answer items which decided to subscribe to the publisher answer item.
  read more...

How to retrieve client browser info using piping

 In some scenarios it might be very useful to have more information about the users who are taking your forms. NSurvey provides several ways to gather external information from the users.

  read more...

Sql based answer types tips

Sql based query answer types are another powerful feature of Survey. Using Sql based type you can expose and use existing data directly in your survey.
 

  read more...

Security considerations

In some scenarios allowing select queries against a database can be a security threat. By default all nsurvey administrator can create / change sql based type.  

  read more...

Active checkbox and SurveyID value set to -1

Here is a little tip on the usage of the active checkbox in the survey settings. Most of you might be wonder what this checkbox is for. 

  read more...

Oracle DAL

We would like to port Survey onto our corporate Oracle data base, but we need to write our own data access layer (something like Votations.NSurvey.OracleDAL.dl

  read more...

two types of piping

 When you create a form you can insert user's answers into the text of questions, answer choices or as a default text infield type answer.

  read more...

Survey results Queries

 List of QUERIES to create an overview of one survey/users/questions/answers details. Should give you some idea of what database tables to use.

  read more...

Basic queries to extract Survey Answers from Database

Basic querie sample of how to extract Survey Answers from Survey Database

  read more...