Index: lams_bb_integration/web/modules/start_lesson_proc.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/Attic/start_lesson_proc.jsp,v diff -u -r1.18 -r1.19 --- lams_bb_integration/web/modules/start_lesson_proc.jsp 4 Aug 2016 16:49:07 -0000 1.18 +++ lams_bb_integration/web/modules/start_lesson_proc.jsp 17 Aug 2016 06:25:20 -0000 1.19 @@ -135,7 +135,7 @@ bbContent.setBody(description); // LDEV-3510 LAMS Lessons were always at the top and could not be moved. - bbContent.setPosition(0); + //bbContent.setPosition(0); // Start the Lesson in LAMS (via Webservices) and capture the lesson ID final long LamsLessonIdLong = LamsSecurityUtil.startLesson(ctx, ldId, strTitle, strDescription, false);