Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Deploy a question object to the cloud
| ResourceFunction["QuestionDeploy"][QuestionObject[…]] deploys the assessment of the QuestionObject to the cloud. | |
| ResourceFunction["QuestionDeploy"][QuestionObject[…], location] deploys the assessment to the specified location relative to the user's current cloud directory. | |
| ResourceFunction["QuestionDeploy"][QuestionObject[…], CloudObject[…]] deploys assessment to the specified cloud object. | |
| ResourceFunction["QuestionDeploy"][{q1,q2,…},…] deploys multiple questions to a single cloud object for combined assessment. | 
Cloud deploy a list of question objects:
| In[2]:= | ![ResourceFunction["QuestionDeploy"][{
  QuestionObject["Is pi irrational?", AssessmentFunction[{True}]], QuestionObject["Which is the symbol for pi?", AssessmentFunction[{"\[CurlyPhi]", "\[CapitalRho]", "\[Omega]", "\[Pi]" -> 1, "\[Sigma]"} ]], QuestionObject["Which is an approximation of pi:", AssessmentFunction[{1.1414, 3.1415 -> 1, 2.7182}]]}]](https://www.wolframcloud.com/obj/resourcesystem/images/69e/69e729fc-c905-415c-a7e1-d9081f25de46/38b8eb49e86938b4.png) | 
| Out[2]= |  | 
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License