You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When posting, an instructor might want to create a poll so that it's easier to see aggregate responses and student opinions. Extending from creating the instructors group, we want to make a "Polls" feature for a post. We also want to limit it to instructors only.
Criteria/dependencies:
instructors group made
The text was updated successfully, but these errors were encountered:
Some files that I changed for a similar feature:
./node_modules/nodebb-plugin-composer-default/static/templates/partials/composer-formatting.tpl
./public/language/en-US/admin/manage/categories.json
./public/language/en-US/admin/manage/privileges.json
./public/language/en-US/modules.json
./build/public/language/en-US/admin/manage/categories.json
./build/public/language/en-US/modules.json
./build/public/templates/compose.tpl
./build/public/templates/composer.js
./build/public/templates/partials/composer-formatting.tpl
yukiiii04
changed the title
Creating a polls feature that's attached to a post (restricted to instructors)
Creating a polls feature that's can be added to a poll when posting
Feb 11, 2025
yukiiii04
changed the title
Creating a polls feature that's can be added to a poll when posting
Creating a polls feature that's can be added to a post when posting
Feb 11, 2025
yukiiii04
changed the title
Creating a polls feature that's can be added to a post when posting
Creating a polls feature that can be added to a post when posting
Feb 11, 2025
When posting, an instructor might want to create a poll so that it's easier to see aggregate responses and student opinions. Extending from creating the instructors group, we want to make a "Polls" feature for a post. We also want to limit it to instructors only.
Criteria/dependencies:
The text was updated successfully, but these errors were encountered: