GetAccessAssessment
This method processes an Assessment_ID and a Participant_Name and returns a URL that can be used by the participant to take the assessment if the assessment exists, otherwise a SOAP fault message will be returned.
Parameters
Input name | Description | Data type | Optional field? |
---|---|---|---|
Assessment_ID |
The Assessment_ID of the assessment that will be taken |
Integer |
N |
Participant_Name |
This is the name of a participant who will take the assessment, and does not have to exist in the repository database |
String |
N |
Participant_Details |
The general details of the participant who will take the assessment |
String |
Y |
Group_Name |
This is the name of the group that the participant who will take the assessment belongs to (this parameter is not case sensitive) |
String |
Y |
Response
Output name | Description | Data type |
---|---|---|
URL |
A URL that will run the assessments using session.dll or session.php |
String |
Troubleshooting
Please refer to the following page for any error codes that are displayed when using this method.