Hi,
here the lss export
Short explanation.
1. Create a structured text with the attributes of all 200 options,
You see, at the beginning a number to identify.
And all attributes start at the same column and have the same length
Enter this text as default value in the first question Q0 (huge text) (hidden)
2. Question QS (hidden by script) is a "multiple short text" question with 8 subquestions where you store the selectes eight numbers.
Here the already shown script is entered.
3. Info is just a placeholder. Here you enter your other questions of the beginning - or some information text about the next questions, or .... This is necessary.
4. SE is a "multiple short text" question (hidden) with 8 subquestions where you store the rows of Q0 that are selected. So it's just a help container.
5. eqSE is an equation (hidden) which uses the functions "strpos()" and "substr()" to find the selected rows and store them into this "container"
6. Q1 is your question of type "array(numbers)"
In the question text you create the table.
The values are inserted by ExpressionScript - again using the function "substr()".
And there is another script inserted, which defines the width of the columns.
Joffm
This is a simple solution, but it is a little more complex to analyze.
To compare the values of the individual applicants, you have to restructure the response table.
But this is also quite easy, since you know exactly who was shown in each case (in QS, where is stored the number of the applicants)