Add option in edit modal to flag an exercise as 'a channel quiz'. This should have the effect of adding a `modality` entry to the `options` object in `extra_fields`. The `modality` should be `QUIZ`. ``` "extra_fields": { "options": { "modality": "QUIZ" } } ```
Add option in edit modal to flag an exercise as 'a channel quiz'.
This should have the effect of adding a
modalityentry to theoptionsobject inextra_fields. Themodalityshould beQUIZ.