Function: public int oneToOne(Vector studentAnswer, *
Vector actualAnswer, startIndex, int endIndex, *
Vector explanation, Vector error) *
*
Description: check each element in the student vector to its *
corresponding element in the actual answer *
vector once an error is found, record error, *
and number correct and return *
Function: public static boolean outputBeforeAfterLoop( *
Vector answer, int start, int end, int lineCheck) *
*
Description: returns true if there is an output before/after the loop*