Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Set permissions for a deployed QuestionObject
ResourceFunction["SetQuestionPermissions"][CloudObject[…],pstring] sets permissions for the specified deployed question object. | |
ResourceFunction["SetQuestionPermissions"][CloudObject[…], class → per] sets permissions for the specified class of users to be per. | |
ResourceFunction["SetQuestionPermissions"][CloudObject[…], {c1→per1,…}] sets permissions for multiple classes of users. |
Deploy a question object with default permissions:
In[1]:= |
Set permissions so a specific user can run assessments in the cloud:
In[2]:= |
Out[2]= |
Change permissions to private:
In[3]:= |
Out[3]= |
Deploy a question to the cloud:
In[4]:= |
Out[4]= |
Set permissions so anyone can run assessments in the cloud:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License