Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provision Secure Browser without Proctoring #98

Closed
devang1281 opened this issue Aug 26, 2024 · 2 comments · Fixed by #100
Closed

Provision Secure Browser without Proctoring #98

devang1281 opened this issue Aug 26, 2024 · 2 comments · Fixed by #100
Assignees
Milestone

Comments

@devang1281
Copy link
Contributor

devang1281 commented Aug 26, 2024

Is your feature request related to a problem? Please describe.
Give the option of enabling Secure Browser without enabling proctoring for a quiz.

Describe the solution you'd like
Generate a wrapper link and provide the same for sessions with Secure Browser without Proctoring

Sample Curl for generating Wrapper link:

curl --request POST \
  --url https://moodle-proview-api-qa.talview.org/proview/wrapper/create \
  --header 'Content-Type: application/json' \
  --data '{ "proview_token": "e376b1ec-4a5b-43d9-8821-72de13f7554a", "type": "live_proctor", "session_title": "Proview live session", "session_external_id": "123", "attendee_external_id": "728567812", "redirect_url": "https://testing.tlv/test/", "is_iframe_supported": true, "show_end_proctoring": true, "additional_instruction": [ "Read the instructions carefully before starting the session.?" ], "preview_style": "abcf", "expiry": "2024-03-18T13:37:12.620Z", "is_secure_browser": true, "secure_browser": { "blacklisted_softwares_windows": [ "teams", "lenovo vantage" ], "blacklisted_softwares_mac": [ "teams", "quicktime" ], "is_minimize": true, "is_record_screen": true } }'
@devang1281 devang1281 self-assigned this Aug 26, 2024
@devang1281 devang1281 linked a pull request Aug 26, 2024 that will close this issue
7 tasks
@Ravi-Kumar98 Ravi-Kumar98 added this to the 0.84.0 milestone Aug 28, 2024
@amithPatel21A
Copy link

Tested for the moodle assessment with non-proctored session. Able to attend and complete

@amithPatel21A
Copy link

Tested in moodle production instance
working as expected
checked for non proctored SB quiz - amith non proc SB

@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@devang1281 @amithPatel21A @Ravi-Kumar98 and others