I am creating a survey that will randomly attribute each participant to one of three groups. I managed to do that (randomizing in three groups). Two groups have to do a different practice, the third group is the control group. I want to attach the instruction for the practice for the two groups to the ransomized question. The instruction is a word document of pdf file that the participants can print (so they can use the print while doing the exercise) of save on their computer. Is it possible to attach a word document to a question. I can put a text up but don't see where I can attach a file.
Hi, Ellen,
unfortunately you did not mentin the LimeSurvey version you are using.
But as the newer versions (2.50 and up) are based on the bootstrap library you can enter a button like this
Code:
<a class="btn btn-primary" href="https://www.myServer.de/myfolder/myFile.pdf" role="button" target="_blank">Click for instructions</a>
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
thx for the answers.
It is difficult for me to understand the actions I have to take, am not very familiair with the language used, don´t have advanced computerskills.
I made a printscreen of the question to which want to attach my file (word of pdf file'. Is there a a button (like with email where you can attach a word or pdf file?)
grtz Ellen
That's a very old version but I think if you click on the "image" button in the top row, you should be able to upload the file. Once that is done, you can create a link to it.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
So click on the button "Code" and enter what is in the boxes in my post.
I don't konw where you stored your file.You have to adapt the reference.
This may be somewhere on your server, or you can upload it to the LimeSurvey installation.
And as @tpartner already wrote, best to click on "image" to open the wizard. Here you can upload and get the link to your file.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Hello again
I managed to tackle my problem (via the link maker), it seems to work. But when I test the survey it gives this error and the link doesn't work. what can the problem be?
this is the error:
404 Not found.
Unable to resolve the request "upload/surveys/571666/files/Oefening dankbaarheid (u).docx".
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
You see the link starts with my installation folder.
And: It is not the best idea to open a docx-file.
Usually the respondent will see the "file open/save" dialog and has to start Word to see the file content.
Better you save the file as pdf.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless