Index: lams_tool_assessment/web/pages/learning/learning.jsp =================================================================== diff -u -r6e293d865aafc645f6e115b32d0e3111d2beff49 -r8752a8f2b06629cffe0dbb041ebd9cf999611282 --- lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 6e293d865aafc645f6e115b32d0e3111d2beff49) +++ lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 8752a8f2b06629cffe0dbb041ebd9cf999611282) @@ -118,8 +118,9 @@ document.location.href =""; return false; } - var orderingArea = "#orderingArea"; + function upOption(questionUid, idx){ + var orderingArea = "#orderingArea" + questionUid; var url = ""; $(orderingArea).load( url, @@ -131,6 +132,7 @@ ); } function downOption(questionUid, idx){ + var orderingArea = "#orderingArea" + questionUid; var url = ""; $(orderingArea).load( url,