{{ question.question }}
+ data-question="{{ question.question }}" data-multi="{{ question.multiple}}" data-qt-index="{{ loop.index }}"> +{{ frappe.utils.md_to_html(question.question) }}
{% if question.multiple %} Choose all answers that apply: diff --git a/community/www/courses/course.html b/community/www/courses/course.html index b3d3c5e3..3046c8ae 100644 --- a/community/www/courses/course.html +++ b/community/www/courses/course.html @@ -102,24 +102,33 @@+ {% if progress != 100 %} Great work so far! + {% else %} + Excellent Work on completing this course 👏 + {% endif %}
+ {% if progress != 100 %} Challenge yourself to complete the lessons and grow professionally. + {% else %} + You have reached a new level in your journey to success! + {% endif %}
{% endif %}
{% if member.medium %}
-
+