how do i make this message appear after completion any course? - this is generic and same message for all courses - “congratulations you have completed your course.” in tutor oependx
I believe that if you enable the courseware.microfrontend_course_exit_page waffle flag, and if you have certificates enabled, (certificates might not be required, see below) the learner will be shown a CourseCelebration page when they complete the course. However, it doesn’t look like the content of that page is currently configurable (though the messages are internationalized).
is it necessary to enable the certifcates for the course? if i only want course congratulations message not the certificate , will the above method work? @arbrandes
I might’ve been wrong. I haven’t tried it out, but from the code it actually looks like certificates are not required. See this line in particular.
In other words, maybe just enabling that waffle flag is enough. Try it out and let us know how it goes!