Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Sawtooth Software Home
Most popular tags
cbc
lighthouse-9
acbc
ssi-web
ssi-web-8
maxdiff
cbc-hb
javascript
grid-question
constructed-list
unverified-perl
ssi-web-7
free-format
skip-logic
alternative-specific-design
willingness-to-pay
select-question
choice-simulator
cbc-latent-class
quota-control
acbc-hb
mbc
conditional-pricing
smrt
pass-in-fields
Have an idea?
Visit
Sawtooth Software Feedback
to share your ideas on how we can improve our products.
how can I import a logo into the questionnaire design?
Hello,
I want to import the logo of the chair, I am writing my bachelor's thesis at, into the header of my questionnaire. can somebody help me, how I can do this?
Thank you in advance.
Daniela :)
ssi-web
asked
Feb 26, 2012
by
daneeela
(
170
points)
retagged
Sep 13, 2012
by
Walter Williams
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
Your solution to the original question
Please only use this to answer the original question. Otherwise please use comments.
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
+1
vote
I'm assuming you are using v7?
Go into the Survey Settings and select the "Headers and Footers" tab.
Pop this script into the "Header" section ...
<br>
<td>
<img src="[%GraphicsPath()%]ChairLogo.jpg" alt="" border="0">
</td>
<br><br>
Make sure you save the ChairLogo.jpg file (or whatever you call it) into the job graphics folder. When you do a preview, you should see the logo show up as expected.
answered
Feb 26, 2012
by
Paul Moon
Platinum
(
98,670
points)
Thank you!! Oh and while you're here can you also help me with another problem? I wanted to exclude some attributes for the "Rating" and "Importance" - questions, but not for the whole survey... Is that possible?
Thank you in advance -again- ;)
Daniela
I'm assuming you have a list of attributes in a parent list and only want to select a few?
You can create a constructed list using the ADD command to select them. If you are selecting them based on a response from a previous question, you would use the AIC command for example.
ADD(AttList,1,10) would add attributes 1-10 from a parent list called AttList.
AIC(Q1,1,10) would add attributes 1-10 from those mentioned at Q1.
Hope thats what you required?
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...