Khan.randRange(7, 11) Khan.randRange(2, arrSize/2) Khan.randRange(0, incSize-1) shellsortSortsubPRO.initJSAV(arrSize, incSize, startPos) startPos + incSize

The sublist with increment incSize starting at index startPos is highlighted. Sort the highlighted sublist.

[shellsortSortsubPRO.userInput]
if (!shellsortSortsubPRO.checkAnswer(arrSize,startPos,incSize) && !guess[0]) { return ""; // User did not click, and correct answer is not // initial array state } else { return shellsortSortsubPRO.checkAnswer(arrSize,startPos,incSize); }

Rearrange the highlighted elements into ascending order.