Hi,
I'm trying to find out the best way to make an array-type question with two arrays for each answer.
I created a mockup to illustrate what I mean:
I can think of several ways to make this work:
- php: programming a new question type
- css/template: placing two array questions next to each other and hiding answertext on the second
- javascript: creating two array questions and manupulating the DOM using javascript (jQuery maybe).
But possibly there are even more ways to achieve this.
I'm interested to read your opinions on the preferred solution. Thanks in advance.