0 votes
ago in SoSci Survey (English) by s372565 (120 points)

Hello,
I am currently setting up a question where people will need to match up a name with a picture.
I have 5 pictures, which I uploaded and used the html code to put them into the question (categorize cards for right now).
I am now struggling a bit (I am not very good at coding), to control the size of the pictures (if that's possible?) and to maybe add a text under each picture to put the attributions?

Maybe there is a way to do this easier ?

Thank you!

1 Answer

0 votes
ago by SoSci Survey (373k points)

You may want to create and post a preview URL directly (!) to the page you're writing about.

A simple HTML code für size control and a bit text would be:

<p><img src="..." style="max-width: 100%"></p>
<p>Some Text below</p>

The <p> means "paragraph"

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...