for (var verifyAnnotationIndex = 0; verifyAnnotationIndex < annotations.length; verifyAnnotationIndex++) {
                    $scope.currentStepResults.annotationVerifyOrder.push({
                        'index': verifyAnnotationIndex,
                        'step': $scope.step,
                        'annotationId': annotations[verifyAnnotationIndex].id,