I hope you know how a QCode is generated.
As explained in the manual
[url]
www.limesurvey.org/manual/ExpressionScri...code_variable_naming
[/url]
Either
Single punch questions:
QuestionCode
one-dimensional questions ,like arrays, multiple questions:
QuestionCode_SubquestionCode
two-dimensional questions ,like array(text), array(number):
QuestionCode_SubquestionCodeY_SubquestionCodeX
And as you may try by yourself, Limesurvey checks uniqueness of codes within a question
This means that you can use whatever code you want (up to five characters long)
And because the question code is part of the QCODE, of course you can use the same subquestion codes in different questions.
Joffm