Survey Forums

HomeHomeSurvey Project ...Survey Project ...Using Survey & ...Using Survey & ...answers with bordersanswers with borders
Previous
 
Next
New Post
8/12/2014 12:17 AM
 

Hi!

i need to show vertical lines on the answers that users select.

example:

                            good   | maybe |bad |worst

question 1         *          |    O         |O     |O

thanks

 
New Post
8/12/2014 10:26 PM
 
Hi,

Best way is to make use of the SP menu option Layout and change the CSS for Matrix questions (File nsurveyform.css, look for the entries:

.matrixStyle
{
    font-family: Arial;
    font-size: 10pt;
    background-color: #F4F9FA;
    padding: 2px;
}

.matrixStyle TD
{
    padding: 0px 10px 0px 10px;
}

.mhStyle
{
    font-family: Arial;
    font-size: 10pt;
    background-color: #E3EEF6;
}
.miStyle
{
    font-family: Arial;
    font-size: 10pt;
    background-color: White;
}
.maiStyle
{
    font-family: Arial;
    font-size: 10pt;
    background-color: #F4F9FA;
}

Hope you can work it out like this.

 
Previous
 
Next
HomeHomeSurvey Project ...Survey Project ...Using Survey & ...Using Survey & ...answers with bordersanswers with borders