// Near top of scriptnew count;// When the question is sentcount = GetTickCount();// When answeredprintf("It took %d to get a right answer!", GetTickCount() - count);count = 0;