Overview
These tutorials are designed to help you learn to use IntelliSurvey's software. Complete with questionnaire instructions and supporting documentation, the tutorials will allow you to start working with surveys, setting up questions and tables, creating logic for terminations and skips, and more.
To begin, use the Documentation pages to review the Getting started on the IntelliSurvey platform section for an overview of the platform. It provides information on logging in, navigating the user interface, and managing preferences. Additional Getting Started guides, along with the broader knowledge base, provide additional resources on a variety of topics. These include but are not limited to:
- navigating and using system features
- creating and accessing surveys
- programming with widgets and tags
- data analysis and reporting
- inviting respondents and sample integration.
Tip! Throughout these tutorial pages, key words are linked directly to supporting information in the latest IntelliSurvey Documentation. Click the links to learn more about important details associated with various features and functions the platform offers. Further explore the Survey Navigator/Home Dashboard and Survey Dashboard sections for a complete, in-depth review of these two main areas of the software.
This tutorial will help you create an initial practice survey from the Browse Surveys (HOME) applet. See Creating a new survey for a preview. After creating a survey, you'll follow steps to Open an existing survey each time you return to working on your survey.
Related reading and resources
The following articles will help you get familiarized with the IntelliSurvey platform. Click the links below for additional information.
- Getting started on the IntelliSurvey platform
- Creating a new survey
- Running surveys in Testmode
- Question types overview (Anatomy of a question)
Create your training survey
Follow these initial steps to create your training survey. This is how you will begin most new surveys as a Survey Programmer (SP). A video outlining some of the basic steps listed below, plus a preview of our SPL editor and Testmode applet is also included to help you become more familiar with the IntelliSurvey platform.
Step | Description |
Step 1 | Log in to the server. |
Step 2 | In the HOME/Browse Surveys screen, expand the Survey button group in the System Navigation menu on the left, then click New. This will bring you to the Survey Create applet. |
Step 3 |
On the Survey Create screen, replace the auto-generated survey ID in the ID field with your survey name, "FLast_r8_intro," where "FLast" is your first initial and last name. In the Survey Description field, enter "FLast Training Survey 1" (e.g., JSmith Training Survey 1). Apply the Flex Theme. Note: Visit the Survey configuration page for more info on the Theme, Country, and Language fields/features. You'll keep the default Editor mode of Survey Source to initiate programming in the Survey Editor, which allows direct manipulation of the survey source code. |
Step 4 |
Click Create this survey to continue to the Edit Survey applet. Once this button is clicked, the survey has technically been created (albeit without content). The Survey Editor will appear. Note: See Getting started with the Edit applet (Survey Editor) and Keyboard shortcuts for additional information about the Survey Editor. |
Step 5 | Click Survey > Dash to see your new Survey Dashboard. |
Step 6 | Expand the Structure button group, and click Edit to continue working on the code examples in subsequent tutorials. |
Tip! Build your own test survey location or "sandbox" to test and tinker with individual questions and other bits of code at any point in time, for any reason, as many times as necessary.
Working with tutorials
We'll add content to your survey in subsequent tutorials. Each tutorial going forward will cover a specific topic with several examples to upload and test, using tags specific to the widget type or feature being covered. Most topics will be structured like the "Content grid layout" table below.
Content grid layout
Questionnaire Content | Discussion Details | Coded SPL (Survey Programming Language) |
This area contains instructions for questions, tables, logic, and other survey criteria. These are very similar to the survey design specifications found in a typical questionnaire. |
This area provides talking points on the questionnaire instructions, explaining in more detail what is needed and what tags or widgets will be used to create it. This may also include topics like variable naming, data storage, output values, export formats, and various functionalities generated by the different combinations of tags and widgets. Tip! Many tips and useful insights are provided as additional details. |
You'll add this code to your survey via Edit. This code review section is intended to provide code examples. You can then Run your survey to review it and test your newly added questions. We recommend making this your routine initially following each question widget. |
Programming Routines |
Make reviewing, integrating, and testing new survey content your routine for each section. Tip! As your programming skills progress, you'll eventually find it more efficient to run through "load-and-test" cycles less frequently. You may find that loading code after programming entire question groups, survey sections, or pages – or even working with whole documents at once before diving into test runs – economizes overall project time. After running though the survey (and making corrections as necessary), you'll review the survey test results by examining the dataset. Our reporting applets will allow you to run different types of exports and reports, and take a closer look at the data that's been gathered. |
Practice what you've learned
Get more practice by completing the short surveys provided in the "Practice what you've learned" sections.
These short surveys allow you to work with the tags and conventions covered in each tutorial. You can always search IntelliSurvey's documentation to find examples and guidance for programming these practice surveys.
Before starting in on a practice – or real – survey:
- Make sure you conduct an initial read-through of the survey document.
- Note questions or components that appear to be challenging or are unclear.
- Plan around the fact that you will likely need help with some content.\
Publishing your survey
Programmers and stakeholders need their own safe versions of the survey to edit and review without interrupting other testers or live respondents. This is what the "Dev/Pub" (Development/Published) framework provides in our software. You can work in your "Dev" version, testing and viewing unique Dev links, while the testers or live respondents continue to see the "Pub" version, viewing the Published link.
This framework is not a concept of "test/live." It's a concept related to survey versions.
- Dev — This is always the most recently saved survey version. It's your sandbox where every newly saved version will be seen via Dev testing links when the survey page is refreshed or submitted. A Dev version does not have to be published. In fact, you can create as many Dev versions as needed without ever publishing them.
- Pub — This is the version that is created when a survey is published. Surveys in field (live) should always use the live link for the Published version of the survey.
For your tutorials throughout this training, you will always test your survey code. Once you have corrected any errors in your code and are satisfied with the results, you will publish your survey before moving on to the next tutorial.
Tutorial workshops
Learn more and continue to work on your FLast_r8_intro survey in the following tutorial pages (recommended sequentially):
Comments
0 comments
Please sign in to leave a comment.