Forum LAMS for Tech-Heads - General Forum: Re: tool duplication help


 
Search: 

2: Re: tool duplication help
In response to 1 08/05/16 03:56 AM
[ Reply | Forward ]
Hi Nicola,

You seem to be doing fine :)

Notebook entries are a specific feature of LAMS.
They can be created using Scratch Pad box in Learning interface - just below the vertical progress bar. These entries will be of type 1 (CoreNotebookConstants.SCRATCH_PAD) and will bound to the given lesson (external ID = lesson ID).

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