Skip to content
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

Allow channel metadata and content node endpoints to be filtered by channel based quizzes #8169

Closed
rtibbles opened this issue Jun 22, 2021 · 0 comments
Assignees
Labels
P0 - critical Priority: Release blocker or regression

Comments

@rtibbles
Copy link
Member

In order to enable the workflow in #7862, it will be necessary to filter channels based on whether they contain channel based quizzes, and also to filter topics and exercises by whether they have channel based quizzes.

A few possible approaches:

  • Filter on the options field with a regular text/re search for "modality": "QUIZ" - would require search the entire descendant tree for topics and channels
  • Add a model field to annotate whether something is or contains a channel based quiz for quicker lookup
  • Use whoosh or some other search indexing to allow flexible search to add different arbitrary fields
@rtibbles rtibbles added the P0 - critical Priority: Release blocker or regression label Jun 22, 2021
@rtibbles rtibbles self-assigned this Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 - critical Priority: Release blocker or regression
Projects
None yet
Development

No branches or pull requests

1 participant