Automatic Assessment Configuration

RSS for tag

Prevent users from accessing specific system features during high-stakes assessment activities, such as administering an exam.

Automatic Assessment Configuration Documentation

Posts under Automatic Assessment Configuration tag

3 Posts
Sort by:
Post not yet marked as solved
3 Replies
310 Views
[Mac OS] Hi, I am looking for a way to maintain a preference for my app with below requirements: The preference should be editable only by an administrator ( or an user of admin group) everyone should be able to read (only) the preference, so that my app can fetch it during app launch for all users Q) Is it possible to make a certain key with above restrictions in a .plist file? Q) Is there any better way to achieve the same on mac os.
Posted
by
Post not yet marked as solved
0 Replies
204 Views
The AEAssessmentSession delegate provides a assessmentSession:wasInterruptedWithError: callback with these instructions: If one or more subsystems fail during a session, the session tells its delegate by calling the assessmentSession:wasInterruptedWithError: method. If your app receives this callback, immediately stop the assessment, hide all sensitive content, and end the session. I would like to test this use case. How can I cause a system error that would cause it to happen? Documentation: https://developer.apple.com/documentation/automaticassessmentconfiguration/aeassessmentsessiondelegate/3543388-assessmentsession?language=objc
Posted
by