Index: lams_tool_survey/web/pages/learning/result.jsp =================================================================== diff -u -rffa933cf31351c773cee8dba243d7f7fcd269f1e -reba9c28a1a43b03830d28d70b6fa172af29eaf1f --- lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision ffa933cf31351c773cee8dba243d7f7fcd269f1e) +++ lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision eba9c28a1a43b03830d28d70b6fa172af29eaf1f) @@ -23,7 +23,7 @@ function retakeSurvey(questionSeqId){ //retake for all questions if(questionSeqId == -1) - document.location.href=''; + document.location.href=''; else document.location.href='' +questionSeqId ; }