|
|
for (var i =0, len = this.response.length; i < len; ++i)
|
|
for (var i =0, len = this.response.length; i < len; ++i)
|
|
|
hints.push(Question.toHint(this.response[i], this.normalizedResponse[i], this.boundaries, i, type, hintLevel));
|
|
hints.push(Question.toHint(this.response[i], this.normalizedResponse[i], this.boundaries, i, type, hintLevel));
|