Dear Sir,
When creating an LKT model, we are supposed to pass a list of column names to the components attribute. In the example, you have the following: c("Anon.Student.Id","KC..Default.","KC..Default.")
In my case, I have columns like QuestionId, ExamId, and ObjectiveId (and even the id of the unit that objective belongs to). I wonder what should be the order of the columns to be passed.
Is there a specific approach to follow? For example, is there a reason why KC.. prefix is used in the examples ?
Also, I do not understand why in the example snippets, "KC..Default." repeats many times.