Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

info.json must also include the appVersion and phoneInfo fields, which describe app version and phone hardware (and optionally software) respectively.

If you have the surveyGuid and surveyCreatedOn, you can use those instead of item and schemaRevision. Example:

Code Block
  {
    "files" : [ {
      "filename" : "foo.json",
      "timestamp" : "2015-03-02T03:26:59-08:00"
    }, {
      "filename" : "bar.json",
      "timestamp" : "2015-03-02T03:27:09-08:00"
    } ],
    "surveyGuid":"983326c1-6391-4a10-9b06-82c3a3c090b4",
    "surveyCreatedOn":"2015-08-27T21:55:57.964Z",
    "appVersion" : "version 1.0.2, build 8",
    "phoneInfo" : "iPhone 6"
 }

 

Surveys

Surveys consist of metadata in the info.json file as well as individual files for each survey answer.

...