Skip to content

Instantly share code, notes, and snippets.

@aasumitro
Last active September 5, 2023 06:17
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 aasumitro/dc059b9c9e69a58431b1326ee79a4c97 to your computer and use it in GitHub Desktop.
Save aasumitro/dc059b9c9e69a58431b1326ee79a4c97 to your computer and use it in GitHub Desktop.
ValidateAssessment
{
"assessment": [
{
"answer": "test update lorem ipsum",
"id": "c82defcf-3896-4256-8ef0-4924c623de56"
},
{
"answer": "test update lorem ipsum module2",
"id": "c9343fd1-2e0f-4a19-b559-3187f246a785"
},
{
"answer": "test update lorem ipsum module2 2",
"id": "7a14ca34-19ca-4452-a4dd-cd7f89056d80"
},
{
"answer": "test update lorem ipsum module2 3",
"id": "8b79bf91-69f8-488a-b942-6c75f947c25f"
},
{
"answer": "lorem",
"id": "028fa3f8-96c5-4a25-95a5-938fafd3b8a0"
},
{
"answer": "lorem 2",
"id": "c129d51e-93c0-44d0-b924-0ac9fa5bf550"
},
{
"answer": "lorem 3",
"id": "619b2974-7cdd-4584-9e5c-dcc366e6972b"
},
{
"answer": "lorem 6",
"id": "2e61cf16-93fa-453c-9669-88ed2e741f01"
},
{
"answer": "lorem 7",
"id": "97e39275-7397-4250-8d0e-a40b8fa07794"
},
{
"answer": "lorem 8",
"id": "64931ad5-2375-48ea-9c12-26699a42943c"
},
{
"answer": "lorem 9",
"id": "974ddfb6-d07a-4530-a640-0d686ea7fa0f"
}
]
}
[
{
"price": 12,
"price_id_stripe": "pr_123",
"product_id": "7d50fa71-1b8b-4cbb-a70f-53e40089cfeb",
"product_id_stripe": "prod_123",
"product_owner_id": "824c1d06-035e-45d1-8e34-a083d3263ed1",
"product_owner_id_stripe": "acct_123",
"product_name": "Smart Grid Level 1 (novice)",
"proficient": 1,
"sharing_profit": 29.99,
"user_id": "65b38384-a192-4474-81e6-fc429a309e0c",
"image_url": "https://stripe-camo.global.ssl.fastly.net/f94df9baaa4832697d3c8a438f3f2cec270bb126c3fd255b62086411df44d17d/68747470733a2f2f776170702d677265656e736b696c6c732d6c6d732d6170692d70726f642d7365612d3030312d73746167696e672e617a75726577656273697465732e6e65742f6173736574732f696d616765732f6c6576656c732f6e6f766963652e706e67"
},
{
"price": 12,
"price_id_stripe": "pr_123",
"product_id": "e6949a18-9473-4c46-ad93-1a438909083f",
"product_id_stripe": "prod_123",
"product_owner_id": "824c1d06-035e-45d1-8e34-a083d3263ed1",
"product_owner_id_stripe": "acct_123",
"product_name": "Smart Grid Level 2 (developing)",
"proficient": 2,
"sharing_profit": 29.99,
"user_id": "65b38384-a192-4474-81e6-fc429a309e0c",
"image_url": "https://stripe-camo.global.ssl.fastly.net/d88c6cea0b43f6e5aef89f93abeacfb74830d6cc3afa8481563732fd1ed2f8bd/68747470733a2f2f776170702d677265656e736b696c6c732d6c6d732d6170692d70726f642d7365612d3030312d73746167696e672e617a75726577656273697465732e6e65742f6173736574732f696d616765732f6c6576656c732f646576656c6f70696e672e706e67"
}
]
@aasumitro
Copy link
Author

aasumitro commented Sep 1, 2023

id is question id, the answer is based on user selection
Screenshot 2023-09-01 at 13 07 18

Screenshot 2023-09-01 at 13 09 58

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