You can control the user console experience by adding query strings to the quick launch URL for a lab. For example, during an event or a demo, if an instructor wants to bypass the usual "Welcome Message" in a running lab, you can add the showWelcomeTips=false string at the end of the quick launch URL. The welcome message is not displayed in the end-user interface.
You can use one or multiple combination of parameters in the query string. Currently the following query strings are supported:
Query String |
Description |
---|---|
checkVerifyByDate=false |
In the user interface, the account verification message popup is not displayed. |
checkCompatibility=false |
Some browser compatibility checks such as cookies, private browsing, local storage are skipped. |
checkBrowserSupported=false |
Browser support check is skipped. Users can browse the catalog, but not log in and take a lab, and this option is different from the checkBrowserRejected query. |
checkBrowserRejected=false |
An unsupported browser is rejected and does not let you look at the catalog page or do anything. |
checkBrowserCompatibility=false |
This query is equivalent to checkCompatibility=false, checkBrowserSupported=false, and checkBrowserRejected=false. You can use the checkBrowserCompatibility=false query to skip the browser supported, browser rejected and browser compatibility checks. |
showWelcomeTips=false |
If activated, the welcome tips does not show on the admin interface and user interface. |
checkEula=false |
Skips if a account or organization's End User License Agreement (EULA) is accepted. |