by v k.
I tried with grades >0, again no synchonization.I then learned that on Provider side, LTI grabs grades from grade_grades table, field finalgrade.But I don't get how this table is filled, how new row is added: there're fields which I cannot understand how they're filled, particularly itemid - what is it?
So I see these solutions:
- Add rows to grade_grades table with finalgrade field to be grabbed by LTI code.
But need to know, how to correctly form the row; - Change LTI so it looks for grades to be synced in another table. Is it possible?
Again, help here is always highly appreciated.