Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayatmaulana/ff34a1f2149d0c954228c10917bc3f8d to your computer and use it in GitHub Desktop.
Save ayatmaulana/ff34a1f2149d0c954228c10917bc3f8d to your computer and use it in GitHub Desktop.
quiz_score.bson
{
"_id" : ObjectId("5d22b146deff6bc314d3a195"),
"questionandanswer" : [
{
"isCorrect" : "wrong",
"question" : {
"Score" : 1.0,
"QuizCategoryID" : 1.0,
"UpdatedAt" : "2019-07-07T13:12:37Z",
"Question" : "Berapakah tenor maksimal untuk produk Mobil Baru pada Program DAEP?",
"PossibleAnswer" : [
"36 Bulan",
"48 Bulan",
"72 Bulan",
"60 Bulan"
],
"Answer" : "72 Bulan",
"ID" : 9.0,
"CreatedAt" : "2019-07-07T13:12:37Z",
"DeletedAt" : null
},
"answer" : "60 Bulan"
},
{
"isCorrect" : "correct",
"question" : {
"Question" : "Berapakah DP minimal untuk produk Mobil Baru pada Program DAEP?",
"PossibleAnswer" : [
"25%",
"20%",
"10%",
"30%"
],
"Answer" : "10%",
"Score" : 1.0,
"QuizCategoryID" : 1.0,
"CreatedAt" : "2019-07-07T13:13:44Z",
"UpdatedAt" : "2019-07-07T13:13:44Z",
"DeletedAt" : null,
"ID" : 10.0
},
"answer" : "10%"
},
{
"question" : {
"CreatedAt" : "2019-07-07T13:11:58Z",
"DeletedAt" : null,
"Question" : "Bagaimana cara pembayaran angsuran Program DAEP?",
"Answer" : "Potong Gaji",
"Score" : 1.0,
"ID" : 8.0,
"PossibleAnswer" : [
"Kasir",
"Transfer",
"Payment Channel",
"Potong Gaji"
],
"QuizCategoryID" : 1.0,
"UpdatedAt" : "2019-07-07T13:11:58Z"
},
"answer" : "Potong Gaji",
"isCorrect" : "correct"
}
],
"quizcategory" : {
"DeletedAt" : null,
"Name" : "DAEP",
"Stations" : null,
"QuizQuestions" : [
{
"Question" : "Berapakah DP minimal untuk produk Mobil Baru pada Program DAEP?",
"PossibleAnswer" : [
"25%",
"20%",
"10%",
"30%"
],
"Answer" : "10%",
"Score" : 1.0,
"QuizCategoryID" : 1.0,
"ID" : 10.0,
"UpdatedAt" : "2019-07-07T13:13:44Z",
"DeletedAt" : null,
"CreatedAt" : "2019-07-07T13:13:44Z"
},
{
"UpdatedAt" : "2019-07-07T13:12:37Z",
"DeletedAt" : null,
"Question" : "Berapakah tenor maksimal untuk produk Mobil Baru pada Program DAEP?",
"Score" : 1.0,
"QuizCategoryID" : 1.0,
"ID" : 9.0,
"CreatedAt" : "2019-07-07T13:12:37Z",
"PossibleAnswer" : [
"36 Bulan",
"48 Bulan",
"72 Bulan",
"60 Bulan"
],
"Answer" : "72 Bulan"
},
{
"ID" : 8.0,
"UpdatedAt" : "2019-07-07T13:11:58Z",
"Question" : "Bagaimana cara pembayaran angsuran Program DAEP?",
"PossibleAnswer" : [
"Kasir",
"Transfer",
"Payment Channel",
"Potong Gaji"
],
"CreatedAt" : "2019-07-07T13:11:58Z",
"DeletedAt" : null,
"Answer" : "Potong Gaji",
"Score" : 1.0,
"QuizCategoryID" : 1.0
}
],
"CreatedAt" : "2019-07-03T08:10:41Z",
"UpdatedAt" : "2019-07-07T12:48:42Z",
"Time" : 30.0,
"Method" : "shuffle",
"QuestionLimit" : 3.0,
"EventID" : 1.0,
"ID" : 1.0,
"Description" : "Pertanyaan DAEP"
},
"score" : 2,
"remainingtime" : 15,
"participant" : {
"model" : {
"id" : 1,
"createdat" : ISODate("2019-07-07T17:26:06.000Z"),
"updatedat" : ISODate("2019-07-07T17:26:06.000Z"),
"deletedat" : null
},
"barcode" : "123456789",
"name" : "Bambang Irvan",
"nik" : "123456789",
"customfield1" : "NIK",
"customfield2" : "TEAM",
"customfield3" : "",
"customfield4" : "",
"customfield5" : "",
"customfield6" : "",
"customfield7" : "",
"categoryid" : 0,
"category" : {
"model" : {
"id" : 0,
"createdat" : Date(-62135596800000),
"updatedat" : Date(-62135596800000),
"deletedat" : null
},
"name" : "",
"description" : "",
"eventid" : 0
},
"eventid" : 1
},
"station" : {
"model" : {
"id" : 1,
"createdat" : ISODate("2019-07-07T17:25:08.000Z"),
"updatedat" : ISODate("2019-07-08T02:06:33.000Z"),
"deletedat" : null
},
"name" : "Station 1",
"deviceid" : "station1",
"devicename" : "Station 1",
"pin" : "123456",
"token" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjoxLCJleHAiOjE1NjI4MTA3OTIsIm5iZiI6MTQ0NDQ3ODQwMH0.49JHsLIxiGTEME6DgzQMCRnIX_g40StOol7aroIeI80",
"agendas" : [],
"eventid" : 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment