Skip to content

Instantly share code, notes, and snippets.

@westonplatter
Last active December 20, 2015 15:18
Show Gist options
  • Select an option

  • Save westonplatter/6152623 to your computer and use it in GitHub Desktop.

Select an option

Save westonplatter/6152623 to your computer and use it in GitHub Desktop.
varkek example JSON doc
topic = {
"name": "Evil and Suffering",
"bridge": { "content": "God never intended for life to be filled with pain." },
"questions": { "question": { "content": "As a parent, how would you care for children?"},
"question": { "content": "When have you had painful experiences?" }
},
"barriers": { "barrier" : { "order": "0", "content": "Lost someone very close to them" },
"barrier" : { "order": "1", "content": "Belives in all natural order, no God" }
},
"directions": { "direction": {
"order" : "0",
"approach" : "theology",
"block" : { "title": "paragraph 1 heading", "body" : "paragraph 1 body text" }
},
"direction" : {
"order" : "1",
"approach" : "science",
"block" : { "title" : "paragraph 2 heading", "body" : "paragraph 2 body text" }
}
},
"link" : {
"start" : "summary of what was talked about",
"transition" : "speak about the person of Jesus Christ",
"conclusion" : "ask them about their response AND LISTEN TO THEM"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment