Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create simple web polls
ResourceFunction["WebPoll"][name] generates a web poll and gives an object for managing the poll.  | |
ResourceFunction["WebPoll"][name,question] specifies an initial question for the poll.  | 
| "Form" | cloud object containing the form | 
| "Update",question | ask the specified question | 
| "Data" | snapshot of the latest polling data | 
| "DynamicResults" | dynamic panel showing results as they are created | 
| "Name" | the name of the poll | 
| "Close" | close the poll | 
| "ID" | unique ID for the web poll | 
| "QR" | QR code linking to the web form | 
Create a simple web poll:
| In[1]:= | 
| Out[1]= | 
Start a new polls with a question:
| In[2]:= | 
| Out[2]= | 
Create a poll for questions about music:
| In[3]:= | 
| Out[3]= | 
Prepare a dynamic display for poll results when they are added:
| In[4]:= | 
| Out[4]= | ![]()  | 
Ask the first question:
| In[5]:= | 
| Out[5]= | 
Open the form to answer the question yourself:
| In[6]:= | 
Get a QR code to distributed your poll:
| In[7]:= | 
| Out[7]= | ![]()  | 
Ask a new question:
| In[8]:= | 
| Out[8]= | 
Get the data:
| In[9]:= | 
| Out[9]= | ![]()  | 
| In[10]:= | ![]()  | 
| Out[10]= | ![]()  | 
Closing the poll will remove open channel connections:
| In[11]:= | 
This work is licensed under a Creative Commons Attribution 4.0 International License