2:
Re: tool duplication help
By: Marcin Cieslak
|
In response to 1 | 08/05/16 03:56 AM | ||
Hi Nicola,
You seem to be doing fine :) Notebook entries are a specific feature of LAMS. The entries can be also created using tools, usually via "reflection", i.e. an extra screen at the end of an activity where a learner can enter what he/she thinks of the activity. In that case they will be of type 2 (CoreNotebookConstants.NOTEBOOK_TOOL), which can be misguiding as it is not just about Notebook tool - any tool can create them. They will be bound to the given activity (external ID = tool session ID and external signature = tool signature). Check out LearningAction.submitReflection() in Chat for an example. In your case you should not rename the imports. Leave NotebookEntry and CoreNotebookConstants as is. If you have got any other questions, let us know :) Posted by Marcin Cieslak |
Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum