thub.users.profile.tabs.comments.personalized


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.

The project is built in C++. I can access the Windows Runtime for Javascript in the web view but am unsure of how make the SecureBrowser object available in the webview.

Hi @FayWang-MSFT. Thank you so much for the information.

I am following your suggestion and using a WebView to control the secure browser system, however, I am unsure how to get all the necessary pars set up. I have been trying to debug the web view content through the Microsoft Edge DevTools and no matter what I change I can not get it to give me the global SecureBrowser object.

I have the page set up to have full access to Windows Runtime and I have the secureAssessment capability properly declared in my package.appxmanifest. Is there any additional work that needs to be done outside of the package.appxmanifest to get the Take A Test Api to work (there is no additional documentation to this api)?


Thanks

Hi @FayWang-MSFT have you heard anything back from the team?

It definitely seems weird for the capability and the api to be related. Simply put if you are using the take-a-test api, you are building a web app that would not ever need to declare capabilities as it is not a native app so it does not seem that these two things should be related.

Thank you so much. Simply put I am building a solution that has to work cross platform in a non-managed environment. Simply put, the platform is going to be used in higher education where students are bringing their own computers to exams and might take different exams on different computers (especially with the current pandemic) and potential remote learning.

Hi @FayWang-MSFT ,


I understand that it is a restricted capability and you need to declare it in the manifest file. My question is where is the API or such that goes along with that capability? How do you use Secure Assessment Lockdown once you declare it. I can not fine any sort of documentation for it online.