rasmusgreve / questionaire

Domain specific language for defining questionaires
MIT License
2 stars 1 forks source link

Matrix question: Lists act as sets #6

Open marcher1210 opened 10 years ago

marcher1210 commented 10 years ago

In Matrix Question, if you define two column names or row names to be exactly the same string, only the first is added. Try the following code:

? "Make some choices!"*
matrix[1][A,B,C,D,E,A]
- "A question"
- "Another question"
- "A question"

Maybe introduced after quote fix in 80604534fdff5cdd334b20bea73b220793d3249c, I don't know... Not of high priority, I think, as designers will rarely use the same column/row name twice.

nezbo commented 10 years ago

maybe a warning?