You can link to external resources in the following course materials:
- Questions
You can add links in the Question, Answer, or Solution.
- Assignments
You can add links in the Instructions.
- Announcements
You can add links in the body of an announcement.
Open the question, assignment, or announcement in which you want to add the link.
Type the following code where you want to add the link:
<a href="web_address" target="_blank">link_text</a>where
web_addressis the Web address (often called URL) of the resource material to which you want to link.link_textis the text of the link that you want to show your students.
For example, you could link to one of the student help topics using the following code:
<a href="https://help.cengage.com/webassign/student_guide/t_s_answering_multiple_choice.htm" target="_blank">How to answer multiple-choice questions</a>This link would behave like this: How to answer multiple-choice questions.