The /response route provides access to manually score a test response in the event such response requires either a human-assigned score, or it must otherwise be overridden.
Subcommands
The following subcommands are available for this route:
Command | Description |
---|---|
/score |
Set the score for a response. |
/unscore | Remove a previously manually-assigned score from a response. |
/score
Assign a score to a response. Value for score must be a floating point value.
POST /response/score/<release_id>/<response_id> HTTP/1.1 Host: assess.itemlogic.com |
/unscore
Remove a previously manually-scored item from a test response.
GET /response/unscore/<release_id>/<response_id> HTTP/1.1 Host: assess.itemlogic.com |