Hi Folks,
I have the following code. I need to get a for loop so that I have the same number of optionText as the value of the g_numofdistractors
Right now g_numofdistractors = 4
g_numofdistractors = parseFloat(g_numofdistractors);
optionText1 = _parent.maincontent.distractors1[_parent.count];
optionText2 = _parent.maincontent.distractors2[_parent.count];
optionText3 = _parent.maincontent.distractors3[_parent.count];
optionText4 = _parent.maincontent.distractors4[_parent.count];
Thanks
RG
20080924-EE-VQP-40 / EE_QW_2_20070628