Skip to content

Commit d3b535a

Browse files
committed
Bumped dependencies and API version to v48.0
1 parent cbda7fa commit d3b535a

File tree

50 files changed

+2047
-2886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2047
-2886
lines changed
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
{
2+
"records": [
3+
{
4+
"attributes": {
5+
"type": "Quiz_Question__c",
6+
"referenceId": "Quiz_Question__cRef1"
7+
},
8+
"Label__c": "The Salesforce platform is based on what architecture?",
9+
"Answer_A__c": "Multi tower",
10+
"Answer_B__c": "Multi terrabyte",
11+
"Answer_C__c": "Multi threaded",
12+
"Answer_D__c": "Multi tenant",
13+
"Correct_Answer__c": "D"
14+
},
15+
{
16+
"attributes": {
17+
"type": "Quiz_Question__c",
18+
"referenceId": "Quiz_Question__cRef2"
19+
},
20+
"Label__c": "Which new feature brings serverless functions and microservices to the Platform?",
21+
"Answer_A__c": "Cloud Native",
22+
"Answer_B__c": "Salesforce Sunrise",
23+
"Answer_C__c": "Salesforce Evergreen",
24+
"Answer_D__c": "Lightning Severless",
25+
"Correct_Answer__c": "C"
26+
},
27+
{
28+
"attributes": {
29+
"type": "Quiz_Question__c",
30+
"referenceId": "Quiz_Question__cRef3"
31+
},
32+
"Label__c": "What kind of Salesforce environment has a maximum life of 30 days?",
33+
"Answer_A__c": "Developer Org",
34+
"Answer_B__c": "Scratch Org",
35+
"Answer_C__c": "Temp Org",
36+
"Answer_D__c": "Sandbox Org",
37+
"Correct_Answer__c": "B"
38+
},
39+
{
40+
"attributes": {
41+
"type": "Quiz_Question__c",
42+
"referenceId": "Quiz_Question__cRef4"
43+
},
44+
"Label__c": "What is the command to open your default org?",
45+
"Answer_A__c": "sfdx force:open",
46+
"Answer_B__c": "sfdx force:open:org",
47+
"Answer_C__c": "sfdx force:org:open",
48+
"Answer_D__c": "sfdx open",
49+
"Correct_Answer__c": "C"
50+
},
51+
{
52+
"attributes": {
53+
"type": "Quiz_Question__c",
54+
"referenceId": "Quiz_Question__cRef5"
55+
},
56+
"Label__c": "What is the decorator that makes a LWC property reactive?",
57+
"Answer_A__c": "@observe",
58+
"Answer_B__c": "@track",
59+
"Answer_C__c": "@reactive",
60+
"Answer_D__c": "@watch",
61+
"Correct_Answer__c": "B"
62+
},
63+
{
64+
"attributes": {
65+
"type": "Quiz_Question__c",
66+
"referenceId": "Quiz_Question__cRef6"
67+
},
68+
"Label__c": "Which service connects LWC to data in your org without writing any server side code?",
69+
"Answer_A__c": "Lightning Connector Service",
70+
"Answer_B__c": "Lightning Data Service",
71+
"Answer_C__c": "Lightning Data Connector",
72+
"Answer_D__c": "Lightning Record Service",
73+
"Correct_Answer__c": "B"
74+
},
75+
{
76+
"attributes": {
77+
"type": "Quiz_Question__c",
78+
"referenceId": "Quiz_Question__cRef7"
79+
},
80+
"Label__c": "What is the data type that represents data in Apex?",
81+
"Answer_A__c": "Data Object",
82+
"Answer_B__c": "Record Object",
83+
"Answer_C__c": "SObject",
84+
"Answer_D__c": "Trigger",
85+
"Correct_Answer__c": "C"
86+
},
87+
{
88+
"attributes": {
89+
"type": "Quiz_Question__c",
90+
"referenceId": "Quiz_Question__cRef8"
91+
},
92+
"Label__c": "What is the Apex annotation to make a method invocable from a Lightning component?",
93+
"Answer_A__c": "@AuraEnabled",
94+
"Answer_B__c": "@ComponentEnabled",
95+
"Answer_C__c": "@Invocable",
96+
"Answer_D__c": "@LightningEnabled",
97+
"Correct_Answer__c": "A"
98+
},
99+
{
100+
"attributes": {
101+
"type": "Quiz_Question__c",
102+
"referenceId": "Quiz_Question__cRef9"
103+
},
104+
"Label__c": "What is the Spring '20 API version number?",
105+
"Answer_A__c": "45.0",
106+
"Answer_B__c": "46.0",
107+
"Answer_C__c": "47.0",
108+
"Answer_D__c": "48.0",
109+
"Correct_Answer__c": "D"
110+
},
111+
{
112+
"attributes": {
113+
"type": "Quiz_Question__c",
114+
"referenceId": "Quiz_Question__cRef10"
115+
},
116+
"Label__c": "Which feature allows integration to OData sources without code?",
117+
"Answer_A__c": "Lightning Connect",
118+
"Answer_B__c": "Salesforce Connect",
119+
"Answer_C__c": "Lightning OData",
120+
"Answer_D__c": "Salesforce OData",
121+
"Correct_Answer__c": "B"
122+
}
123+
]
124+
}
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"records": [
3+
{
4+
"attributes": {
5+
"type": "Quiz_Session_Question__c",
6+
"referenceId": "Quiz_Session_Question__cRef1"
7+
},
8+
"Question_Index__c": 1,
9+
"Session__c": "@Quiz_Session__cRef1",
10+
"Question__c": "@Quiz_Question__cRef1"
11+
},
12+
{
13+
"attributes": {
14+
"type": "Quiz_Session_Question__c",
15+
"referenceId": "Quiz_Session_Question__cRef2"
16+
},
17+
"Question_Index__c": 2,
18+
"Session__c": "@Quiz_Session__cRef1",
19+
"Question__c": "@Quiz_Question__cRef2"
20+
},
21+
{
22+
"attributes": {
23+
"type": "Quiz_Session_Question__c",
24+
"referenceId": "Quiz_Session_Question__cRef3"
25+
},
26+
"Question_Index__c": 3,
27+
"Session__c": "@Quiz_Session__cRef1",
28+
"Question__c": "@Quiz_Question__cRef3"
29+
},
30+
{
31+
"attributes": {
32+
"type": "Quiz_Session_Question__c",
33+
"referenceId": "Quiz_Session_Question__cRef4"
34+
},
35+
"Question_Index__c": 4,
36+
"Session__c": "@Quiz_Session__cRef1",
37+
"Question__c": "@Quiz_Question__cRef4"
38+
},
39+
{
40+
"attributes": {
41+
"type": "Quiz_Session_Question__c",
42+
"referenceId": "Quiz_Session_Question__cRef5"
43+
},
44+
"Question_Index__c": 5,
45+
"Session__c": "@Quiz_Session__cRef1",
46+
"Question__c": "@Quiz_Question__cRef5"
47+
},
48+
{
49+
"attributes": {
50+
"type": "Quiz_Session_Question__c",
51+
"referenceId": "Quiz_Session_Question__cRef6"
52+
},
53+
"Question_Index__c": 6,
54+
"Session__c": "@Quiz_Session__cRef1",
55+
"Question__c": "@Quiz_Question__cRef6"
56+
},
57+
{
58+
"attributes": {
59+
"type": "Quiz_Session_Question__c",
60+
"referenceId": "Quiz_Session_Question__cRef7"
61+
},
62+
"Question_Index__c": 7,
63+
"Session__c": "@Quiz_Session__cRef1",
64+
"Question__c": "@Quiz_Question__cRef7"
65+
},
66+
{
67+
"attributes": {
68+
"type": "Quiz_Session_Question__c",
69+
"referenceId": "Quiz_Session_Question__cRef8"
70+
},
71+
"Question_Index__c": 8,
72+
"Session__c": "@Quiz_Session__cRef1",
73+
"Question__c": "@Quiz_Question__cRef8"
74+
},
75+
{
76+
"attributes": {
77+
"type": "Quiz_Session_Question__c",
78+
"referenceId": "Quiz_Session_Question__cRef9"
79+
},
80+
"Question_Index__c": 9,
81+
"Session__c": "@Quiz_Session__cRef1",
82+
"Question__c": "@Quiz_Question__cRef9"
83+
},
84+
{
85+
"attributes": {
86+
"type": "Quiz_Session_Question__c",
87+
"referenceId": "Quiz_Session_Question__cRef10"
88+
},
89+
"Question_Index__c": 10,
90+
"Session__c": "@Quiz_Session__cRef1",
91+
"Question__c": "@Quiz_Question__cRef10"
92+
}
93+
]
94+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"records": [
3+
{
4+
"attributes": {
5+
"type": "Quiz_Session__c",
6+
"referenceId": "Quiz_Session__cRef1"
7+
},
8+
"Phase__c": "Registration",
9+
"Current_Question__c": "@Quiz_Question__cRef1"
10+
}
11+
]
12+
}

data/developer/plan.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
"sobject": "Quiz_Question__c",
4+
"saveRefs": true,
5+
"resolveRefs": false,
6+
"files": ["Quiz_Question__cs.json"]
7+
},
8+
{
9+
"sobject": "Quiz_Session__c",
10+
"saveRefs": true,
11+
"resolveRefs": true,
12+
"files": ["Quiz_Session__cs.json"]
13+
},
14+
{
15+
"sobject": "Quiz_Session_Question__c",
16+
"saveRefs": false,
17+
"resolveRefs": true,
18+
"files": ["Quiz_Session_Question__cs.json"]
19+
}
20+
]
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
{
2+
"records": [
3+
{
4+
"attributes": {
5+
"type": "Quiz_Question__c",
6+
"referenceId": "Quiz_Question__cRef1"
7+
},
8+
"Label__c": "How many major Salesforce releases are there each year?",
9+
"Answer_A__c": "1",
10+
"Answer_B__c": "2",
11+
"Answer_C__c": "3",
12+
"Answer_D__c": "4",
13+
"Correct_Answer__c": "C"
14+
},
15+
{
16+
"attributes": {
17+
"type": "Quiz_Question__c",
18+
"referenceId": "Quiz_Question__cRef2"
19+
},
20+
"Label__c": "The Salesforce Platform is based on what architecture?",
21+
"Answer_A__c": "Multi tower",
22+
"Answer_B__c": "Multi terrabyte",
23+
"Answer_C__c": "Multi threaded",
24+
"Answer_D__c": "Multi tenant",
25+
"Correct_Answer__c": "D"
26+
},
27+
{
28+
"attributes": {
29+
"type": "Quiz_Question__c",
30+
"referenceId": "Quiz_Question__cRef3"
31+
},
32+
"Label__c": "Which mascot was recently introduced to represent architects?",
33+
"Answer_A__c": "Earnie",
34+
"Answer_B__c": "Ruth",
35+
"Answer_C__c": "Hootie",
36+
"Answer_D__c": "Max",
37+
"Correct_Answer__c": "B"
38+
},
39+
{
40+
"attributes": {
41+
"type": "Quiz_Question__c",
42+
"referenceId": "Quiz_Question__cRef4"
43+
},
44+
"Label__c": "Which new cloud was unveiled at Dreamforce?",
45+
"Answer_A__c": "Sustainability Cloud",
46+
"Answer_B__c": "Equality Cloud",
47+
"Answer_C__c": "Diversity Cloud",
48+
"Answer_D__c": "STEM Cloud",
49+
"Correct_Answer__c": "A"
50+
},
51+
{
52+
"attributes": {
53+
"type": "Quiz_Question__c",
54+
"referenceId": "Quiz_Question__cRef5"
55+
},
56+
"Label__c": "Which new AI feature reduces the amount of typing on mobile?",
57+
"Answer_A__c": "Einstein Language",
58+
"Answer_B__c": "Einstein Dictation",
59+
"Answer_C__c": "Einstein Voice Assistant",
60+
"Answer_D__c": "Einstein Scribe",
61+
"Correct_Answer__c": "C"
62+
},
63+
{
64+
"attributes": {
65+
"type": "Quiz_Question__c",
66+
"referenceId": "Quiz_Question__cRef6"
67+
},
68+
"Label__c": "How can you experience Trailhead from a mobile device?",
69+
"Answer_A__c": "Trailhead GO",
70+
"Answer_B__c": "Trailhead Mobile",
71+
"Answer_C__c": "Trailhead Air",
72+
"Answer_D__c": "iTrail and TrailDroid",
73+
"Correct_Answer__c": "A"
74+
},
75+
{
76+
"attributes": {
77+
"type": "Quiz_Question__c",
78+
"referenceId": "Quiz_Question__cRef7"
79+
},
80+
"Label__c": "Which mascot is featured on the Spring '20 logo?",
81+
"Answer_A__c": "Astro",
82+
"Answer_B__c": "Codey",
83+
"Answer_C__c": "Ruth",
84+
"Answer_D__c": "Blaze",
85+
"Correct_Answer__c": "D"
86+
},
87+
{
88+
"attributes": {
89+
"type": "Quiz_Question__c",
90+
"referenceId": "Quiz_Question__cRef8"
91+
},
92+
"Label__c": "Which new feature lets you anonymize production data in sandboxes?",
93+
"Answer_A__c": "Data Mask",
94+
"Answer_B__c": "Data Anonymizer",
95+
"Answer_C__c": "Data Obfuscator",
96+
"Answer_D__c": "Data Cleaner",
97+
"Correct_Answer__c": "A"
98+
},
99+
{
100+
"attributes": {
101+
"type": "Quiz_Question__c",
102+
"referenceId": "Quiz_Question__cRef9"
103+
},
104+
"Label__c": "What declarative tool let's you customize Ligthning pages?",
105+
"Answer_A__c": "Page Builder",
106+
"Answer_B__c": "App Builder",
107+
"Answer_C__c": "Process Builder",
108+
"Answer_D__c": "Flow Builder",
109+
"Correct_Answer__c": "B"
110+
},
111+
{
112+
"attributes": {
113+
"type": "Quiz_Question__c",
114+
"referenceId": "Quiz_Question__cRef10"
115+
},
116+
"Label__c": "What is the fastest and safest place get custom apps and components from third parties?",
117+
"Answer_A__c": "Partner Community",
118+
"Answer_B__c": "Trailblazer Community",
119+
"Answer_C__c": "GitHub",
120+
"Answer_D__c": "AppExchange",
121+
"Correct_Answer__c": "D"
122+
}
123+
]
124+
}

0 commit comments

Comments
 (0)