From 6370ff324c5634463f49586a047e7b2cbd9100c6 Mon Sep 17 00:00:00 2001 From: Brylie Christopher Oxley Date: Mon, 9 Sep 2024 17:06:33 +0000 Subject: [PATCH] Add generic icons, change wording --- .../templates/lessons/chat_summary.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/lessons/templates/lessons/chat_summary.html b/app/lessons/templates/lessons/chat_summary.html index 2dd0826..36fedd1 100644 --- a/app/lessons/templates/lessons/chat_summary.html +++ b/app/lessons/templates/lessons/chat_summary.html @@ -5,10 +5,10 @@ {% block content %}
-

Lesson Summary: {{ page.title }}

+

Lesson Summary: {{ page.title }}

-

Key Concepts

+

Key Concepts

{% for concept in key_concepts %}
@@ -29,7 +29,7 @@

-

Chat Transcript

+

Chat Transcript

{% if transcript.messages.all %}
@@ -61,37 +61,37 @@

-

Practice More

+

Practice More

-

Restart Chat

+

Restart Chat

Practice the conversation again to reinforce your learning.

{% if page.minigames %} -

Minigames

-

Reinforce your learning with these interactive games:

+

Interactive Exercises

+

Reinforce your learning with these interactive activities:

    {% for block in page.minigames %}
  • -

    {{ block.value.title }}

    +

    {{ block.value.title }}

    {% if block.value.description %}

    {{ block.value.description }}

    {% endif %}