question

BrandonLax-1758 avatar image
0 Votes"
BrandonLax-1758 asked RitaHan-MSFT edited

Take a Test without MDM/Intune

I am currently trying to build an app that uses the Take a Test Api to offer exams in a secure environment.

As I am working in higher education, I dont have direct access to students computers. A student could potentially take different exams on different computers and the school has no direct connection to a students device.

Is it even possible to use this API in this case? All of the documentation about configuring talk about connecting to MDM and group policies which we would not have control over.

windows-uwpmem-intune-enrollmentwindows-uwp-feedback
· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello, Take a Test is essentially a Javascript component. Are you using UWP for development? Have you tried the API in this document, can it be called on your device?

0 Votes 0 ·

Hi @RichardZhang-MSFT. Yes. I am using UWP for development. My goal is to be able to have a native application that uses the Javascript component in a web view. I have yet to find a way for me to be able to access this API from the web view. The device I am working on does have the ability to create a take the test account so I know that the feature is available. The documentation only talks about using the api once accessible but does not talk about setting up access to the api.

0 Votes 0 ·

Hello, is your UWP based on Javascript (.jsproj) or other languages such as C# (.csproj)? You mentioned that you need to access Take a Test in WebView. Do you need a method to inject Javascript in WebView?

0 Votes 0 ·
Show more comments

0 Answers