Skip to content

Commit 4be1b89

Browse files
Merge pull request #2387 from NCCE/3030-fixing-activity-descriptons
Updating activity text
2 parents 0f7b07f + 9b038aa commit 4be1b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/seeds/activities/community.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@
323323
activity.category = "community"
324324
activity.provider = "stem-learning"
325325
activity.self_certifiable = true
326-
activity.description = "Think not only about your actions but also about <a href='https://www.stem.org.uk/about-us/impact-and-evaluation/impact-toolkit'>collecting evidence</a> of how the changes you make impact you, your colleagues, and your students."
327-
activity.public_copy_description = "Think not only about your actions but also about <a href='https://www.stem.org.uk/about-us/impact-and-evaluation/impact-toolkit'>collecting evidence</a> of how the changes you make impact you, your colleagues, and your students."
326+
activity.description = "Think not only about your actions but also about <a href='https://www.stem.org.uk/about-us/impact-and-evaluation/impact-toolkit'>collecting evidence</a> of how the changes you make impact you, your colleagues, and your students. Use the available <a href='https://community.stem.org.uk/helpfaqs/cpdtools'>CPD implementation tools and techniques</a> to evaluate this impact."
327+
activity.public_copy_description = "Think not only about your actions but also about <a href='https://www.stem.org.uk/about-us/impact-and-evaluation/impact-toolkit'>collecting evidence</a> of how the changes you make impact you, your colleagues, and your students. Use the available <a href='https://community.stem.org.uk/helpfaqs/cpdtools'>CPD implementation tools and techniques</a> to evaluate this impact."
328328
activity.public_copy_title_url = impact_toolkit_url
329329
activity.self_verification_info = nil
330330
activity.public_copy_evidence = [{

0 commit comments

Comments
 (0)