I'm using Limesurvey for the first time and I'm in the process of setting up my first survey measuring social capital. I'm examining the social capital of entrepreneurs. Now I'm asking the respondents for contacts in four different categories. Asking for the names is just a methodological tool (Name Generator), for me only the number of contacts is relevant.
After the name generator, I want to measure the number of relationships between the before listed contacts to subsequently measure the redundancy of the network. I have thought of using an array for this where the names that were listed by the respondents can be linked with each other, but setting this up has confronted me with some problems for which I kindly ask your help:
1. To make sure that only the contact names give by the respondents are shown in this array I have put all the four name generator questions in the array filter and have written the subquestions in this form: {if(!is_empty(Contacts1_CON01),Contacts1_CON01,'Contact 1')}
But this does not seem to work for the answers (the columns of the array). Any ideas? Maybe there is some mirroring option?
2. Is it possible to allow more than one answer in a row of an array?
3. Is there an option of a function that will automatically give me the number of the indicated relationships? This is also relevant for the name generator where I want to compute the number of unique answers and for another questions where I am asking to categorise the relationship with the contact in 5 subcategories that are divided into the two categories "strong ties" and "weak ties". In latter I want the number of strong ties and the number of weak ties.
Thank you very much for your time. Please remember that I am a bloody beginner and also have only very little knowledge of HTML and such. I appreciate every effort!
thank you so much so far, using an array-numbers with checkbox layout has brought me a lot closer. Now I have a new problem: On the x-scale and the y-scale I want only the previously entered names to be shown. I used the subquestion-relevance for this. For the y-scale, this has worked fine and the the logic is shown as the following: (the questions 2, 3, 4 and 5 with their respective subquestions a-e ask for the names, the relevance sets the condition that the entry cannot be empty)
As I said, this works fine for the y-scale. For the x-scale of the array I have used the exact same relevance equation, but it does not work and the logic is shown as this: