Index: lams_central/web/authoring/template/tbl/tbl.jsp =================================================================== diff -u -r4a3f535791663e116bc76960f4fc1a4933eacabd -r4e5f216c4e5f78254e8e7ebeacd4725b3fbc0161 --- lams_central/web/authoring/template/tbl/tbl.jsp (.../tbl.jsp) (revision 4a3f535791663e116bc76960f4fc1a4933eacabd) +++ lams_central/web/authoring/template/tbl/tbl.jsp (.../tbl.jsp) (revision 4e5f216c4e5f78254e8e7ebeacd4725b3fbc0161) @@ -128,7 +128,7 @@ if ( status == "error" ) { console.log( xhr.status + " " + xhr.statusText ); } else { - $('#divquestions').append(response); + $('#divquestions').append(response).find('.collapse').collapse('hide'); $('#divq'+nextNum)[0].scrollIntoView(); } } @@ -149,7 +149,7 @@ if ( status == "error" ) { console.log( xhr.status + " " + xhr.statusText ); } else { - $('#'+containingDivName).append(response); + $('#'+containingDivName).append(response).find('.collapse').collapse('hide'); $('#'+containingDivName+'divassess'+nextNum)[0].scrollIntoView(); } }