Free Use Edition Documentation
Home | Documentation & Support | Free Use Edition
1.0 Introduction


2.0 System Administration

  2.1 Installation
    2.1.1 Requirements
    2.1.2 Installing and First Run
    2.1.3 Potential Problems

  2.2 User Control

  2.3 Set Security


3.0 User Guide

  3.1 Creating a Set/Questionnaire

  3.2 Managing a Set
    3.2.1 Questions and Options
    3.2.2 Status and Trial Runs
    3.2.3 Publishing Your Set
    3.2.4 Data Integrity Warning

  3.3 Results
    3.3.1 Brief Results Summary
    3.3.2 Simple Results
      3.3.2.1 Simple Text View
      3.3.2.2 Simple Graph View
    3.3.3 Data View Snapshots
      3.3.3.1 Creating a Snapshot
      3.3.3.2 Viewing a Snapshot
      3.3.3.3 Exporting a Snapshot
        3.3.3.3.1 Example Output
    3.3.4 Integrity Warning (Again)
    3.3.5 Saving Your Results

  3.4 User Licence


4.0 Licence


5.0 Contact Developers
<< 3.3.3.3 Exporting a Snapshot3.3.4 Integrity Warning (Again) >>

3.3.3.3.1 Example Output

As an example let us say you have a two-question set as follows:

1. Do you like ViQ? (drop down list with two answer options: Yes and No)
2. What is your name? (single line of text input)

Now assume 5 people have answered this (and been included in our snapshot) and they answered as follows:

Person A: Yes and Fred
Person B: Yes and no answer given to question 2
Person C: No and Bob
Person D: Yes and Ginger
Person E: Yes and no answer given to question 2

In the Results Summary export we would get a column for Questions and one for Responses with totals. So the CSV output would be:

"Question","Responses"
"1. Do you like ViQ?: Yes","4"
"1. Do you like ViQ?: No","1"
"2. What is your name?","Fred"
"2. What is your name?","Bob"
"2. What is your name?","Ginger"

In the Full Data export we would get a column for each type of session information, one for each question option (or just the question if text type) and then a row of data for each session. So the CSV output would be:

"Session","IP Address","Start","Finish","Status","1. Do you like ViQ?: Yes","1. Do you like ViQ: No","2. What is your name?"
"1","1.2.3.4","2007-03-30 19:30:00","2007-03-03 19:45:00","Completed","1","0","Fred"
"2","1.2.3.4","2007-03-30 19:30:00","2007-03-03 19:45:00","Completed","1","0",""
"3","1.2.3.4","2007-03-30 19:30:00","2007-03-03 19:45:00","Completed","0","1","Bob"
"4","1.2.3.4","2007-03-30 19:30:00","2007-03-03 19:45:00","Completed","1","0","Ginger"
"5","1.2.3.4","2007-03-30 19:30:00","2007-03-03 19:45:00","Completed","1","0",""



<< 3.3.3.3 Exporting a Snapshot3.3.4 Integrity Warning (Again) >>







http://www.purplepixie.org/viq© Copyright 2007 PurplePixie Systems