LDEV-4187: Commented out the actions that bind the session to the thread as this is causing the progress bar issues. Needs to be reviewed and fixed properly.
LDEV-4187: Debugging for the learner progress issues commented out in the code in case needed for future testing. Only the warnings left active to warn if the attempted activity set is wrong.
LDEV-4187: Synchronise completeActivity() method again. Do not pull LearnerProgress from DB as the same object seems to be fetched fron cache anyway. Add extra logs for attempted->completed activity transition.
LDEV-4181: When sequences are imported if maxRating or ratingStyle is null, need to set them to appropriate values. Will happen when a sequence is imported from a server that did not have these fields.
LDEV-4115: Response enforced for CKEditor (when option turned on in authoring). Also changed the button disabling to hide/show as disabling does not work. So the button is hidden while the entry is saved on the server.