Secure Assessment Mode

Brandon Lax 21 Reputation points
2020-07-28T20:21:11.237+00:00

I am trying to build an application to offer examinations. I can see that in the App Capability Page there is an option for secureAssessment. However, there is little other documentation that goes along with that. I have previously asked about this on this forum and was direct to the Take A Test API but this API only seems to work when you open a webpage from within the built-in Take A Test app. My goal is to be able to build my own app natively and not have to work with in the Take A Test application as it does not meet my needs.

I feel like there must be something missing like an C#/C++ API connected to this.

Developer technologies | Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Fay Wang - MSFT 5,226 Reputation points
    2020-08-11T03:12:58.973+00:00

    Hello,

    Welcome to Microsoft Q&A!

    There's an app and an API for Take a Test. The API requires the use of the restricted capability secureAssemsment when we try to use it. The API is supported from UWP apps and makes use of the security namespace of the JavaScript API to do so. There are samples of using the API methods in that document.

    Since that's a JavaScript API, they'd have to call it from somewhere that can invoke JavaScript. So it could be in a WebView or directly from a UWP app made with JavaScript. In addition, if you primarily develop in C#, you can create WinRT components for most things and use the WinRT component(s) from the JavaScript application.

    Thanks.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.