Fixed problem where the learner interface didn't start the first time the learner joined the lesson. This was due to the activity in the req…
Show more
Fixed problem where the learner interface didn't start the first time the learner joined the lesson. This was due to the activity in the request being a proxy activity rather than a real activity. Fixed it by having some common code that puts it in the activity, and get Hibernate to load a "real" activity before putting it in the request.
Show less