Implementing AI in the Classroom
Example course - for content creation
Glossary
Moodle's Glossary activity by default allows course participants to contribute key terms and definitions. As a teacher you can also add your own key terms or you can change the permissions so that the glossary is 'read only', ie, learners access the glossary but cannot add to it.
The dictionary allows you to import an XML file and create concepts and definitions.
Using AI, let's create a glossary of key concepts for the course.
Before creating a course/topic glossary, consider:- Style - do you want informal descriptions (for younger learners perhaps?) or more formal (for mature professionals)
Essential terms - will you require some key concepts to be included in the generated glossary?
ChatGTP example prompt:
Create a glossary of 10 key concepts with explanations for the course "Safe and Healthy Behaviors in the Computer" in format <GLOSSARY> <INFO> <NAME>Glossary AI</NAME> <INTRO/> <INTROFORMAT>1</INTROFORMAT> <ALLOWDUPLICATEDENTRIES>0</ALLOWDUPLICATEDENTRIES> <DISPLAYFORMAT>dictionary</DISPLAYFORMAT> <SHOWSPECIAL>1</SHOWSPECIAL> <SHOWALPHABET>1</SHOWALPHABET> <SHOWALL>1</SHOWALL> <ALLOWCOMMENTS>0</ALLOWCOMMENTS> <USEDYNALINK>1</USEDYNALINK> <DEFAULTAPPROVAL>1</DEFAULTAPPROVAL> <GLOBALGLOSSARY>0</GLOBALGLOSSARY> <ENTBYPAGE>10</ENTBYPAGE> <ENTRIES> <ENTRY> <CONCEPT>word</CONCEPT> <DEFINITION>content</DEFINITION> <FORMAT>1</FORMAT> <USEDYNALINK>0</USEDYNALINK> <CASESENSITIVE>0</CASESENSITIVE> <FULLMATCH>0</FULLMATCH> <TEACHERENTRY>1</TEACHERENTRY> </ENTRY> <ENTRY> <CONCEPT>Digital content</CONCEPT> <DEFINITION>Digital content is any content that exists in the form of digital data. Digital content is stored on digital media or analog storage in specific formats. Forms of digital content include information that is digitally broadcast, streamed, or contained in computer files.</DEFINITION> <FORMAT>1</FORMAT> <USEDYNALINK>0</USEDYNALINK> <CASESENSITIVE>0</CASESENSITIVE> <FULLMATCH>0</FULLMATCH> <TEACHERENTRY>1</TEACHERENTRY> </ENTRY> </ENTRIES> </INFO> </GLOSSARY>
(Example of results: See Generated AI content)