Namespace InSite.UI.Lobby.Integrations.Prometric
Classes
- End
When the END indicator page is reached, the exam is considered complete, and the browser will be closed. The END indicator page does not support query string parameters.
Example of an END Indicator Page URL https://example.com/examend.aspx
- Start
Prometric Weblaunch navigates to this page when the exam is started or restarted. The exam homepage supplies parameters in the URL query string to the page. The parameters are specified in the Prometric service script and from the appointment fields that are passed into the application via the test center administrative system. The parameters must also be called in the service script. The URL specified must NOT include the query string since that string is generated by Prometric Weblaunch.
Example of a START Control Page URL https://example.com/examstart.aspx?user=xxx&password=xxx&examid=12&candidateid=54