Chapter 6
- Correct Answer: b
a. There is no such expression called (?control).
b. The regular expression with (?insx) ensures that case-insensitivity and a few other options are turned on. For more information on this, read the official reference guide from Telerik at http://bit.ly/AutoResponder-Regex.
- Correct Answer: a
a. When in edit mode for canvas apps, the bundle.js file is loaded from this location and that is the reason you must configure the rule in AutoResponder to replace this with the location of bundle.js from the local directory.
b. This is an invalid choice because the bundle.js file is referenced with Resources0Controls0 in the path in canvas apps.
- Correct Answer: a
a. After the hard reload, do not forget to add a debug pointer in the index file so you can start debugging in DevTools. Also, when you make any changes to the code, you need to rebuild the PCF project so that the bundle.js file is recreated, which gets picked up by AutoResponder.
b. When you perform...