Index: lams_tool_assessment/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -re6921d0824d45b08f8fc3d584e1934351c4beb93 -r002f9275f5ec93dc0f76d1eaff245a121781ea1a --- lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision e6921d0824d45b08f8fc3d584e1934351c4beb93) +++ lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 002f9275f5ec93dc0f76d1eaff245a121781ea1a) @@ -433,3 +433,5 @@ label.prevent.learner.autosave.mutliple.tabs = You seem to have two LAMS tabs open for this exam. Please close one of them. Otherwise, answers will not be recorder properly and affect your score. monitoring.label.all.learners = All learners label.authoring.preview.skip.validation = As a learner you should answer all required questions. In preview mode you are allowed to press this button again to continue. +label.learning.page.next = Next page +label.learning.page.previous = Previous page \ No newline at end of file Index: lams_tool_assessment/web/pages/learning/parts/paging.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r002f9275f5ec93dc0f76d1eaff245a121781ea1a --- lams_tool_assessment/web/pages/learning/parts/paging.jsp (.../paging.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_assessment/web/pages/learning/parts/paging.jsp (.../paging.jsp) (revision 002f9275f5ec93dc0f76d1eaff245a121781ea1a) @@ -1,6 +1,14 @@ - + +
+ + + + @@ -13,6 +21,13 @@ ${status.index + 1} - + + + + +
\ No newline at end of file