Automatic Assessment Configuration

RSS for tag

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

Posts under Automatic Assessment Configuration tag

22 Posts

Post

Replies

Boosts

Views

Activity

Need a way to maintain a preference for my app, that only Administrators can modify but all users can read.
[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.
3
0
781
Feb ’22
How to cause an assessment session to be interrupted by an error
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
0
0
562
Jan ’22
Need a way to maintain a preference for my app, that only Administrators can modify but all users can read.
[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.
Replies
3
Boosts
0
Views
781
Activity
Feb ’22
How to cause an assessment session to be interrupted by an error
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
Replies
0
Boosts
0
Views
562
Activity
Jan ’22