Aalto-LeTech / JAAL

A data format for recording answers to JSAV exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove simulationStart from metadata

atilante opened this issue · comments

JAAL field metadata.simulationStart is obsolete:

  • We are planning to have relative timestamps in millisecond resolution where t=0 is simulationStart.
  • If we really need absolute simulationStart, we can compute it: (submission time in LMS) - (value of the last timestamp in JAAL recording)

Therefore remove simulationStart from:

  • doc/jaal-schema-documentation.md
  • spec/schemas/metadata.json
  • spec/test/valid/metadata-valid.json
  • spec/test/valid/jaal-dijkstra.json
  • spec/test/valid/jaal-dijkstra-student.json
  • spec/test/invalid/metadata-invalid-simulationStart.json (remove file entirely)