<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-inherit="slide.slide.quiz.validation" t-inherit-mode="extension">
        <xpath expr="//*[hasclass('o_wslides_quiz_join_course_message')]" position="inside">
            <span t-if="widget.channel.channelEnroll == 'payment'">
                <t t-if="widget.publicUser">
                    Sign in and buy the course to take the quiz
                </t>
                <t t-else="">
                    Buy the course to validate your answers!
                </t>
            </span>
        </xpath>
    </t>
</templates>
