getBranchPoint

Platform Compatibility PC Mac OSX Oculus Quest X X – Get the current branch path point Example: 1obj.getBranchPoint()

goLastLevel

Platform Compatibility PC Mac OSX Oculus Quest X X – Go back a level in the class Example: 1obj.goLastLevel()

goNextLevel

Platform Compatibility PC Mac OSX Oculus Quest X X – Go to the next level in the class Example: 1obj.goNextLevel()

canRetakeModule

Platform Compatibility PC Mac OSX Oculus Quest X X – Check if we can offer a re-take of a test returns a Boolean (true or false) value Example: 1obj.canRetakeModule()

checkPassedModule

Platform Compatibility PC Mac OSX Oculus Quest X X – Check if the user passed the current module returns a Boolean (true or false) value Example: 1obj.checkPassedModule()

checkDoneModule

Platform Compatibility PC Mac OSX Oculus Quest X X – Check if a test just finished returns a Boolean (true or false) value Example: 1obj.checkDoneModule()

showTestModule

Platform Compatibility PC Mac OSX Oculus Quest X X – Show a test to proceed Parameters: name A string value Example: 1obj.showTestModule(name)

logoutXML

Platform Compatibility PC Mac OSX Oculus Quest X X – Log out and return to title Example: 1obj.logoutXML()

showLoginXML

Platform Compatibility PC Mac OSX Oculus Quest X X – Show the XML login screen, resets the current user when shown Example: 1obj.showLoginXML()

saveXMLDB

Platform Compatibility PC Mac OSX Oculus Quest X X – Save XML database Example: 1obj.saveXMLDB()