Skip to content

Commit

Permalink
refactor: Update QuizSettings component to exclude H5P quizzes from c…
Browse files Browse the repository at this point in the history
…ontent drip feature
  • Loading branch information
b-l-i-n-d committed Oct 2, 2024
1 parent 4c4635d commit 4a69571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const QuizSettings = ({ contentDripType }: QuizSettingsProps) => {
/>
</Show>

<Show when={isAddonEnabled(Addons.CONTENT_DRIP)}>
<Show when={isAddonEnabled(Addons.CONTENT_DRIP) && contentType !== 'tutor_h5p_quiz'}>
<Show when={contentDripType === 'specific_days'}>
<Controller
name="quiz_option.content_drip_settings.after_xdays_of_enroll"
Expand Down

0 comments on commit 4a69571

Please sign in to comment.