- ELB Learning Knowledge Base
- CenarioVR®
- Building a Scenario
-
Lectora®
- Quick Win Tutorials
- Getting Started
- Modular Development (ModDev)
- Quick Guides
- Best Practices
- Navigating the Workplace
- Building a Title
- Importing Content
- Working With Text
- Working with Images
- Working With Objects
- Actions and Variables
- Tests, Surveys, and Questions
- Working with Web Windows or HTML Extensions
- Publishing a Title
- Creating Web-based, Accessible Content (Section 508/WCAG)
- Lectora Layouts
- Managing Titles
- Managing your Assignments
- Managing Your Notifications
- Communicating
- Admin Guide
- Lectora Player Skins
- Lectora Interactions and Scenarios
- Games
- Misc.
- Programming
- General
- Using Tracking for Progress, Status, etc
- Working with BranchTrack
- Trouble Shooting
- Working with Audio and Video
-
CenarioVR®
-
MicroBuilder™
-
The Training Arcade®
- Arcades™
- Video Overviews
- FAQ's
- Recent Feature Videos
- Game Analytics
- Customer Feedback
- Demo Information
- General Admin
- Building Your Game
- Analytics
- Compatibility and Integrations
- Data, Security, and Privacy Policy
- JEOPARDY!®
- Jump
- Scenarios
- Trivia
- Trivia Virtual Instructor-Led Mode (VILT)
- Sort-It
- Scramble
- Recall
- Match
- Detective
- Translations
- New User Information
- Custom Branding Opportunities
- Registration and Leaderboard
- JEOPARDY!® Virtual Instructor-Led Mode (VILT)
-
Asset Libraries
-
Rockstar Learning Platform
-
Rehearsal
-
Off-the-Shelf Training
-
ReviewLink®
-
The Learning Creation Studio
-
CourseMill®
-
General Topics
-
xAPI
-
Template Styles
-
Misc.
-
Articulate Storyline
-
Customizable Courseware
-
Course Starters
-
Camtasia
-
Group Administration
-
General
-
Can't find the answer? Ask our Customer Solutions team.
Setting Up Local Scenarios in CenarioVR in Headsets
To make scenarios available locally in CenarioVR, follow these steps:
- Publish the desired scenario(s) from CenarioVR as either CenarioVR Live (private), HTML or xAPI.
- Copy the published Zip file(s) on the device for each of the scenarios in the appropriate location on your device:For Android Devices including the Meta Quest series:
• For Android Devices including the Meta Quest series: /Download/CVRLocal
• For Windows Connected Devices: C:/Users/<username>/AppData/LocalLow/Trivantis/CenarioVR/localscenarios - Create a file named “AppConfig.json” in the same directory as the zipped scenarios that contains the following text:
{
"localMode": false,
"xapiConfig": {
"enable": false,
"endpoint": "",
"lrsUser": "",
"lrsPassword": "",
"email": null
}
} - When CenarioVR is launched, it will recognize the configuration and the zip files in the directory. The application will then need system file privileges to read this content, and will prompt to allow access to the content. In order to do this, it will display the system settings dialog. To return to CenarioVR after setting the privilege, hit the home button to resume.
- CenarioVR will then Unzip the contents to subdirectories in the CenarioVR data folder. Depending on how much will need to be unzipped, you may see a progress dialog when you start the application as the contents are unzipped.
- Within the CenarioVR interface, in the scenario type dropdown, select "Local Scenarios"
- If valid scenarios are available in the local path, they will be listed on the scenarios page.
- The scenario will report analytics depending on the manner of publish:
• HTML - The scenario will run locally and will not report analytics
• xAPI - The scenario will report xAPI analytics to the LRS specified in the “External LRS” settings for the publish, or the endpoint described in the configuration file below.
• CenarioVR Live (private) - The scenario will report results directly to CenarioVR
Other publish options are not supported.
Enabling “Local Scenarios Only” Mode
Local mode allows the CenarioVR app to run exclusively with local scenarios on the device. This bypasses the authentication (Login Screen) and directly launches the user into the scenarios page with only local scenarios listed.
To enable Local mode, follow these steps:
- Open the AppConfig.json file.
- Set the value of "localMode" to true in the AppConfig.json file.
- If the local scenarios need to report to a custom xAPI endpoint, other than one that is specified in the publish itself, provide username, password and endpoint parameters under “xapiConfig”.
Note: If the local scenario is configured to report xAPI analytics, and the user has not provided their login credentials to the App by logging in, the user will be prompted to enter their email ID before entering the scenario. To avoid this prompt during runtime, you can set the "email" parameter under "xapiConfig" in the AppConfig.json file.
Important Notes:
- Local scenarios will only appear in the scenarios page list when directories containing valid offline scenarios are present in the specified folder.
- Only local scenarios will be available in Local mode.
- Deleting Zip files in the specified folder will delete the files from the “Local Scenarios” section of the CenarioVR app, so you can completely control the scenarios on the device by adding and removing files.