Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LewisSmallwood/a44a49f27df677a3f77f39568bf6d6ab to your computer and use it in GitHub Desktop.
Save LewisSmallwood/a44a49f27df677a3f77f39568bf6d6ab to your computer and use it in GitHub Desktop.
Incoming
{
"responses" : {
"862C9E4C-6A3C-4585-897D-EFFF696AA640" : {
"2" : "6",
"3" : "12",
"timestamp" : "1532520955.256062",
"longitude" : "-2.852352",
"4" : "17",
"latitude" : "51.435557",
"5" : "21",
"6-freeform" : "hello",
"completed" : "YES",
"6" : "23",
"questionnaire" : "1",
"1" : "1"
}
}
}
@LewisSmallwood
Copy link
Author

{
  "responses" : {
    "RANDOM-ANSWER-ID" : {
      "questionnaire" : "QUESTIONAIRE-ID",
      "QUESTION-ID" : "CHOICE-ID",
      "QUESTION-ID" : "CHOICE-ID",
      "timestamp" : "1532520955.256062",
      "longitude" : "-2.852352",
      "latitude" : "51.435557",
      "QUESTION-ID-freeform" : "hello",
      "completed" : "YES/NO",
    },
   "RANDOM-ANSWER-ID" : {
      "questionnaire" : "QUESTIONAIRE-ID",
      "QUESTION-ID" : "CHOICE-ID",
      "QUESTION-ID" : "CHOICE-ID",
      "timestamp" : "1532520955.256062",
      "longitude" : "-2.852352",
      "latitude" : "51.435557",
      "6-freeform" : "hello",
      "completed" : "YES",
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment