Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Sep 27, 2021
1 parent 7a854d7 commit 7b09e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/message/proctoring-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You can find below required steps to handle a StartProctoring message, needed on

As a tool, you'll receive an HTTP request containing the [StartProctoring message](https://www.imsglobal.org/spec/proctoring/v1p0#h.nah6ikt241z1), generated by the platform, received after OIDC flow completion.

You can use the [ToolLaunchValidator](https://github.com/oat-sa/lib-lti1p3-core/blob/master/src/Message/Launch/Validator/ToolLaunchValidator.php) to validate it:
You can use the [ToolLaunchValidator](https://github.com/oat-sa/lib-lti1p3-core/blob/master/src/Message/Launch/Validator/Tool/ToolLaunchValidator.php) to validate it:

```php
<?php
Expand Down Expand Up @@ -336,7 +336,7 @@ You can find below required steps to handle a EndAssessment message, needed only

As a tool, you'll receive an HTTP request containing the [EndAssessment message](https://www.imsglobal.org/spec/proctoring/v1p0#h.ooq616k28cwm), generated by the platform, received after OIDC flow completion.

You can use the [ToolLaunchValidator](https://github.com/oat-sa/lib-lti1p3-core/blob/master/src/Message/Launch/Validator/ToolLaunchValidator.php) to validate it:
You can use the [ToolLaunchValidator](https://github.com/oat-sa/lib-lti1p3-core/blob/master/src/Message/Launch/Validator/Tool/ToolLaunchValidator.php) to validate it:

```php
<?php
Expand Down

0 comments on commit 7b09e47

Please sign in to comment.