Posting
Posts are owned by a specific user and tied to a specific course or user group. They are primarily composed of a title and message body. Some additional variables such as the initial creation datetime and the time of the last update. The terms “post” and “message” are used interchangeably in this documentation.
There are currently 5 types of messages:
- question thread – This is the first message that asks a question and is a placeholder for any replies to that question.
- note thread – this is also a first message similar to above but can be displayed differently on the client.
- message reply – This is a message that uses the above message threads as a placeholder and provides the responses to the message series.
- group message thread - This creates a message that only the members in the specific usergroup attached to the message can see.
- poll message thread - Creates a first message that includes a poll.
Poll posts allow users to vote on a selection of items. There are 4 types of poll posts.
- 1 - single vote - only one vote in the poll per user.
- 2 - multi vote - only one vote per item per user. Users can vote on multiple items.
- 3 - single vote sum - same as single vote but sums the results instead of returning individual votes
- 4 - multi vote sum - same as above
- * Note that 3 and 4 have not been implemented at this time. They behave exactly the same as 1 and 2.
The system currently do not restrict poll types, so they can be a bar graph of specific selections, multiple selections, or each item can be ranked by a value, or whatever is envisioned by the client.