https://github.com/umar221b/advancedsurvey-xblock
An Advanced Survey Xblock for OpenEdx. Heavily inspired by xblock-poll by OpenCraft.
https://github.com/umar221b/advancedsurvey-xblock
Last synced: about 2 months ago
JSON representation
An Advanced Survey Xblock for OpenEdx. Heavily inspired by xblock-poll by OpenCraft.
- Host: GitHub
- URL: https://github.com/umar221b/advancedsurvey-xblock
- Owner: umar221b
- License: gpl-3.0
- Created: 2023-10-12T12:54:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T22:07:06.000Z (over 2 years ago)
- Last Synced: 2025-02-25T22:38:11.836Z (over 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
Install the Xblock into your OpenEdx Instance, then add it to a course in the Advanced Module List in Advanced Settings (add `"advancedsurvey"`).
# Example

# Support
Supports only two types of questions: Rating and Free Text questions. Check the default questions when you create a component to see the supported keys.
Future work should make creating questions more user-friendly, right now it works by specifiying a JSON array.