You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,23 @@ You'll need a free [Heroku account](https://signup.heroku.com) to set it up. A f
43
43
44
44
### Step 1: Host App Installation
45
45
46
+
There are two installation options for the host app:
47
+
48
+
#### Option 1: Managed Package (recommended)
49
+
50
+
1. Click [this link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t0N000001Bl41QAC) to install the host app package and choose **Install for All Users**.
51
+
52
+
You'll need to approve access to `https://chart.googleapis.com`. We use this library to draw leaderboads.
1. Navigate to **Setup > Integrations > Change Data Capture**, enable Change Data Capture for the **Quiz Player** object and **Save**.
60
+
61
+
#### Option 2: Scratch Org (for development purposes)
62
+
46
63
We assume that you have a working Salesforce DX environment (Salesforce CLI installed, Dev Hub configured and authorized). See this [Trailhead project](https://trailhead.salesforce.com/en/content/learn/modules/sfdx_app_dev/sfdx_app_dev_setup_dx) for guided steps.
47
64
48
65
1. Open a Terminal and clone the git repository:
@@ -124,7 +141,7 @@ You can create or import questions by adding records manually or by importing th
124
141
Use this table template to save time:
125
142
126
143
| Label | Answer A | Answer B | Answer C | Answer D | Correct Answer |
0 commit comments