openedx / xblock-lti-consumer

GNU Affero General Public License v3.0
28 stars 84 forks source link

feat: allow proctoring start from iframe #376

Closed zacharis278 closed 1 year ago

zacharis278 commented 1 year ago

Allows for start proctoring message result to be rendered in an iframe. This isn't full support for proctoring inside an iframe there are still issues with rendering our learning MFE this way. This does unblock testing the launch flow at minimum.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (9a69753) 97.74% compared to head (650e2c8) 97.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #376 +/- ## ======================================= Coverage 97.74% 97.74% ======================================= Files 77 77 Lines 6352 6353 +1 ======================================= + Hits 6209 6210 +1 Misses 143 143 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `97.74% <100.00%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openedx#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/openedx/xblock-lti-consumer/pull/376?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openedx) | Coverage Δ | | |---|---|---| | [lti\_consumer/\_\_init\_\_.py](https://app.codecov.io/gh/openedx/xblock-lti-consumer/pull/376?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openedx#diff-bHRpX2NvbnN1bWVyL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [lti\_consumer/plugin/views.py](https://app.codecov.io/gh/openedx/xblock-lti-consumer/pull/376?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openedx#diff-bHRpX2NvbnN1bWVyL3BsdWdpbi92aWV3cy5weQ==) | `95.37% <100.00%> (+0.01%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.