We have respondents going through an ACBC. At the end of the ACBC we show them the design winner from the Choice Tournament using the code below and ask them if they like the idea. This works well.
Question: How can I find the attribute levels the respondent saw (or the choice tournament winning levels)?
In the data file I see variables titled: sys_ACBC_ACBC_dealWinnerXXX
However, the values in that variable don't seem to match either what is being shown on the screen, or the lists.
For example I initially assumed that "sys_ACBC_ACBC_dealWinner1" was the value selected for attribute 1. However, in the data file the variable has value of 13 and there are only 4 levels. So doesn't match.
Second example "sys_ACBC_ACBC_dealWinner3" has a value of 2, but what is displayed on the screen is level 1 from that attribute.
Finally, there are five attributes in the conjoint, but no data in the data file for "sys_ACBC_ACBC_dealWinner4" nor "sys_ACBC_ACBC_dealWinner5".
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td> <b>[% ListLabel(attributesList,1) %]</b>: </td>
<td> [% ACBCWinnerLabel(ACBC, 1) %] </td>
</tr>
<tr>
<td> <b>[% ListLabel(attributesList,2) %]</b>: </td>
<td> [% ACBCWinnerLabel(ACBC, 2) %] </td>
</tr>
<tr>
<td> <b>[% ListLabel(attributesList,3) %]</b>: </td>
<td> [% ACBCWinnerLabel(ACBC, 3) %] </td>
</tr>
<tr>
<td> <b>[% ListLabel(attributesList,4) %]</b>: </td>
<td> [% ACBCWinnerLabel(ACBC, 4) %] </td>
</tr>
<tr>
<td> <b>[% ListLabel(attributesList,5) %]</b>: </td>
<td> [% ACBCWinnerLabel(ACBC, 5) %] </td>
</tr>
</table>