Index: lams_bb_integration/web/modules/start_lesson_proc.jsp =================================================================== diff -u -r92f0489cd46a28a50c81548f165c4d2b4ad10252 -r24ed03cbc0886089aaaaeb7828b108fdc1a9a6c7 --- lams_bb_integration/web/modules/start_lesson_proc.jsp (.../start_lesson_proc.jsp) (revision 92f0489cd46a28a50c81548f165c4d2b4ad10252) +++ lams_bb_integration/web/modules/start_lesson_proc.jsp (.../start_lesson_proc.jsp) (revision 24ed03cbc0886089aaaaeb7828b108fdc1a9a6c7) @@ -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);