Terms and Conditions
By accessing the Community Question Library on the Sawtooth Software, Inc. website, you acknowledge that you agree to and are subject to the following Terms and Conditions:
The Community Question Library hosts and facilitates the sharing of content provided by users of Sawtooth Software's products and services.
If You Are Using Content: You agree to use the content only for the purposes of creating Lighthouse Studio surveys and collecting survey data. User content is shared "as-is" by other users and is NOT SUPPORTED by Sawtooth Software or the contributor of the content, even if the contributor is a Sawtooth Software employee. Please be respectful of contributors and their time. While contributors may be willing to answer questions or modify code, they are under no obligation to do so. We hope that submitted content works for you and is helpful, but we cannot provide any guarantee as to the fitness of the content for any specific purpose, situation, browser, software version, technical configuration, etc. Unless otherwise prohibited, you may modify a script to fit your needs. You may need to hire an outside programmer or consultant to assist you. In all cases, you bear sole responsibility for your use, directly or indirectly, of this content, and you agree to indemnify and hold harmless Sawtooth Software and the contributor from any dispute or lawsuit that may arise from your use of the content.
If You Are Submitting Content: Please only submit content that you have created yourself and intend to freely share without restriction, limitation, or compensation of any kind. Be careful not to submit content that was created by someone else, or that uses code, pictures, or other copyrighted materials owned by others. We're all for sharing, but please make sure it is really yours to share. Before submitting content, please consult the "Submission Requirements" to make sure your submission is ready to be shared. To keep the library current and relevant, Sawtooth Software reserves the right to add, remove, or modify contributed content at any time without asking you or telling you.
- You warrant that your submission contains no malicious or obfuscated code.
- You warrant that the submission contains no copyrighted content.
- You warrant that you created the content yourself, or that you hold rights to distribute the content without restriction, limitation, or compensation.
- You grant permission to Sawtooth Software to further modify and distribute the submission on its website without further restriction, limitation, or compensation.
- You grant permission to Sawtooth Software users to further modify and distribute the submission for purposes of creating Lighthouse Studio surveys and collecting survey data.
Submission Requirements
Do you want to submit a question to our Community Question Library? If you (a) have read and agree to the Terms and Conditions, (b) currently have a subscription to Lighthouse Studio, and (c) have an account on the Sawtooth Software User Forum, then you are qualified to submit your questions for consideration. Please review the requirements below and then email this information to support@sawtoothsoftware.com. If we have any questions, we will get in contact with you. If we decide to publish it, we will notify you by email.
Required Information for Your Listing
- Your Sawtooth Software User Forum id. (This is required in case users need to contact you about your code.)
- The .zip produced by exporting the question from your library.
- A short 2-3 word title for your question.
- A brief description of the question to be used as a subtitle.
- A longer description of the question to be used in the "Description" section.
- The version of Lighthouse Studio you used to create the question.
- If relevant, an image demonstrating the question.
- If relevant, any required changes that a user must make in order to use the question or block.
- If relevant, any optional changes that a user can adjust to easily modify the question or block.
Content Guidelines
Please adhere to the following guidelines when creating your question:
- Read and agree to the Terms and Conditions.
- Please add comments and use descriptive variable names in your code to make it easier to decipher.
- Move all external sources (e.g., images, CSS / JS files) to your /graphics folder and reference them with [% GraphicsPath() %].
- Included code should meet standard coding conventions (e.g., indentation).
- Use [% QuestionName() %] in code as needed so the question does not malfunction by changing the question’s name.
- A survey should be able to handle having two of your questions or blocks on the same page. If not, you may need to improve your CSS selectors or fix a problem with overwriting JavaScript functions.
- If a respondent submits your question then backs up to it, the question should restore to the respondent’s answered state. Our built-in JavaScript function SSI_GetValue can be used to read values and reflect those values in your question.
- Your question or block should respond well to respondents on mobile devices.
- There should be no JavaScript errors in the console or survey errors in the admin module when your question is used.
