Adding Images to a Syllabus

Adding Images to a Syllabus

Images can be placed into any field with rich text editing. To place an image, simply upload the image onto any image sharing site. Then, locate the HTML code option that can be found when viewing the image. Copy the HTML code and paste it in the HTML view in any field within your syllabus that you would like the image to appear.

Images can also be added directly using the Files area of your course. To add an image this way, click the Files button within your course and upload the file.

Then you may either:

1) Attach the image to your syllabus from the edit dialog if you simply want users to be able to download it and not see it on the syllabus, or 

2) for advanced users, copy the link to the image from the files page, return to the editor and use the HTML view to insert the following code: <img src="URL_you_copied" border="0" />. It will look something like <img src="https://demo.campusconcourse.com/get_file?file_id=7" border="0" />

Warning
Please note that alternative text must be included to ensure images are accessible to users with disabilities. When entering the HTML code in the text editor, that would appear as:
<img src="URL_you_copied" alt="add alternative text here" border="0"/>


 


    • Related Articles

    • Adding Tables to a Syllabus

      This article will be most useful for course developers, syllabus editors, and/or instructors who are able to edit syllabi. Overview Tables are a useful way to organize a large amount of information graphically. Presenting information concisely and ...
    • Syllabus Access

      Syllabus Access is a tool that provides insight into syllabus views. This tool is supported by an API and two new reports available in the Report Center. How to Use Syllabus Access Open a syllabus and click on the Users tab (it really is that ...
    • Upload a Syllabus

      This article will be most useful for syllabus editors, instructors, and faculty trainers at institutions that use unstructured syllabi (uploaded files). Overview There are lots of different ways that institutions can configure Concourse. If your ...
    • Embed a Concourse Syllabus on Another Website

      Embedding the public view of a Concourse syllabus on another website is easy. Simply visit the Course > Info page, highlight and copy the code located under Embed, and paste that code into your destination website. It will then look something like ...
    • Creating a Course Syllabus in Concourse

      If course syllabi are not created automatically for you by an administrator and you are allowed to manually create course syllabi, select the Create dropdown in the main navigation. From there, select what you would like to do: Clone a course, Create ...