|
| 1 | +{ |
| 2 | + "records": [ |
| 3 | + { |
| 4 | + "attributes": { |
| 5 | + "type": "sfqz__Quiz_Question__c", |
| 6 | + "referenceId": "Quiz_Question__cRef1" |
| 7 | + }, |
| 8 | + "sfqz__Label__c": "What does SLDS stand for?", |
| 9 | + "sfqz__Answer_A__c": "Super Light Debugging Solution", |
| 10 | + "sfqz__Answer_B__c": "Salesforce Lightning Design System", |
| 11 | + "sfqz__Answer_C__c": "Salesforce Limited Design System", |
| 12 | + "sfqz__Answer_D__c": "Salesforce Lightning Design Solution", |
| 13 | + "sfqz__Correct_Answer__c": "B" |
| 14 | + }, |
| 15 | + { |
| 16 | + "attributes": { |
| 17 | + "type": "sfqz__Quiz_Question__c", |
| 18 | + "referenceId": "Quiz_Question__cRef2" |
| 19 | + }, |
| 20 | + "sfqz__Label__c": "There are how many major Salesforce releases each year?", |
| 21 | + "sfqz__Answer_A__c": "1", |
| 22 | + "sfqz__Answer_B__c": "2", |
| 23 | + "sfqz__Answer_C__c": "3", |
| 24 | + "sfqz__Answer_D__c": "4", |
| 25 | + "sfqz__Correct_Answer__c": "C" |
| 26 | + }, |
| 27 | + { |
| 28 | + "attributes": { |
| 29 | + "type": "sfqz__Quiz_Question__c", |
| 30 | + "referenceId": "Quiz_Question__cRef3" |
| 31 | + }, |
| 32 | + "sfqz__Label__c": "Which mascot represents architects?", |
| 33 | + "sfqz__Answer_A__c": "Earnie", |
| 34 | + "sfqz__Answer_B__c": "Ruth", |
| 35 | + "sfqz__Answer_C__c": "Hootie", |
| 36 | + "sfqz__Answer_D__c": "Max", |
| 37 | + "sfqz__Correct_Answer__c": "B" |
| 38 | + } |
| 39 | + ] |
| 40 | +} |
0 commit comments