-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add instructor dashboard filter for limesurvey integration #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7acef0c to
8e441de
Compare
limesurvey/settings/common.py
Outdated
| @@ -0,0 +1,11 @@ | |||
| """ | |||
| Settings for gamma dashboard pages provider. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note to author: update docstring
| """ | ||
| Read / Update necessary project settings. | ||
| """ | ||
| settings.MAKO_TEMPLATE_DIRS_BASE.append(LIMESURVEY_ROOT_DIRECTORY / "templates") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BryanttV: settings.LIMESURVEY_API_TIMEOUT = 10
|
I'll merge this as it is for our first working version! We can change more things later on if needed. |
Description:
This PR adds a pipeline step which modifies the Instructor dashboard rendering process. This step adds extra context information to the template, adding a new tab section with management information about the Xblock.
Installation instructions:
In case you want to test the use case shown here, you'll need a couple of stuff:
git+https://github.com/eduNEXT/xblock-limesurvey.git@MJG/instructor-tabgit+https://github.com/openedx/openedx-filters.git@MJG/instructor-tab-filtersMJG/instructor-dashboard-filterTesting instructions: