Programming and Styling Issues

An Introduction to Custom Question Verification

21 Sep 2021 - 3098 hits

Learn how you can use custom JavaScript to add custom verification to Lighthouse Studio survey questions.

Cannot Edit or Import .csv Files

19 Jun 2018 - 4552 hits

I have a Sawtooth Software .csv file that someone edited and gave to me. When I look at the file in Notepad it shows semi-colons instead of commas as field separators. Now I can't get your software ... Read More

Using the Word Import Feature in Lighthouse Studio

13 Jun 2018 - 4420 hits

Can I upload my Microsoft Word survey into Lighthouse Studio?

How to Display Video Within Surveys

24 Jan 2018 - 7166 hits

I would like to display videos in my Lighthouse Studio survey. How do I do this?

How to Automatically Translate Your Survey

15 Jun 2017 - 4562 hits

Is there a way to automatically translate a survey into various languages?

How to Clear Your Web Browser's Cache

22 May 2017 - 4432 hits

When I test a survey in my browser, sometimes the graphics don't appear as they are defined. For example, I changed one of my graphics but I still see the old version in the browser. What's going ... Read More

Adding Subheaders to a Dynamic Table

10 Jun 2016 - 5920 hits

I would like to add subheaders to a question that is based off of a constructed list to break apart the question into categories. How do I dynamically insert a subheader into a table?

Creating a Dialog box using CSS

10 Sep 2015 - 5602 hits

Is it possible to create a dialog box that opens up when you click on a link and then you have to press a close box to close it?

How to Use jQueryUI Sliders in SSI Web

26 Aug 2015 - 6863 hits

How can I insert a slider widget into a SSI Web survey. I also want the value to be displayed as you move the slider.

Defining a specific numeric range in other-specify questions

04 Aug 2015 - 5518 hits

I need to identify the age of a respondent, but I want to make sure they only answer within a specific age range. They also need the ability to opt out of the question. How do I do this?

Using CSS to Display Graphics and/or Text from a Single List

28 May 2015 - 5805 hits

I have a select/radio button question where I want to display several colored boxes. On the next page I want to display the name of the chosen color, such as blue, red, or green. What is the easiest ... Read More

Linking to Another Survey and Returning Results

28 May 2015 - 5253 hits

In the middle of a Sawtooth Software survey I want to branch out to a second Sawtooth Software survey and then, once that is finished, have it return to the original survey. I also want the second ... Read More

How to Embed a Font in a Survey

15 Jan 2015 - 4795 hits

I have a client that absolutely, positively wants certain parts of their survey to be in a cursive/handwritten font. I was going to use a graphic made with the cursive font, but it isn't scalable and ... Read More

Right-to-Left Direction for Foreign Languages

05 Nov 2014 - 5050 hits

I have a survey written in Arabic, which goes from right-to-left rather than left-to-right. How do I change the text direction?

Adding List Headers to a Semantic Differential Question

05 Nov 2014 - 4058 hits

How do I add a header to my semantic differential question that appears at the top of the left-side list and the right-side list?

Snippet: ISO Country List

14 Aug 2014 - 5614 hits

This article features the HTML select/dropdown code snippets to generate a list of countries using the ISO-3166-1 and ISO-3166-2 codes.

Adding Stripes to My Ranking Question

09 Jun 2014 - 4797 hits

I would like to add some horizontal stripes to my SSI Web 8 ranking question. How do I do this?

Add Thousands Separator to Numeric Input

08 May 2014 - 44060 hits

I would like to add a thousands separator to a numeric field as people type in an answer.

Add Custom Option Labels on a Grid Question

02 May 2014 - 7001 hits

I have a grid question that contains check boxes and I want to put a custom label next to each check box.

SSI Script Functions Inside Perl

25 Apr 2014 - 5040 hits

I have the below script where I want to return options selected from dropdown box. If respondents select other specify, the 29th item, then it needs to display the text they entered. But my code is ... Read More