--
You received this message because you are subscribed to the Google Groups "Learning Locker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to learning-lock...@googlegroups.com.
To post to this group, send email to learnin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
My problem is the statements are all shown as happening at the same time, making the dashboard and report views really boring. I included a variable timestamp parameter with each statement, which has been stored, but its clearly not the field thats used to generate the reports.
So my question is - which date field on the statement is being used to generate the dashboard and report views? Also, could you point me at the code for these views please? I'm going to try some jiggery pokery in the db to get some more interesting dashboard views.
Heres a sample statement. You can see the candidate date fields are statement.timestamp, statement.stored or the updated_at and created_at fields.
{ _id: ObjectId("53bbbcc12956b0828d006aec"), lrs: { _id: "53bbb94e2956b0828d006aeb", name: "mls_xapi_fiddle" }, statement: { timestamp: "2013-05-02T00:59:50.737Z", actor: { name: "tinybird585", mbox: "mailto:yolanda...@example.com" }, object: { objectType: "Activity" }, verb: { }, result: { score: "" }, authority: { name: "", mbox: "mailto:bl...@blah.co.uk", objectType: "Agent" }, id: "050e0c4e-364d-4331-88bf-6929c00b5a2f", stored: "2014-07-08T09:41:21.552500+00:00" }, updated_at: ISODate("2014-07-08T09:41:21.553Z"), created_at: ISODate("2014-07-08T09:41:21.553Z")}