Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
In the endless quest to declutter my Canvas course sites and eliminate unnecessary "call-outs" to separate pages I've been playing with HTML, specifically Anchor Tags.
For the unaware, Anchor Tags are essentially hyperlinks that allow you to jump from one place to another WITHIN a page instead of jumping to a separate page. (Experts please forgive me, I'm trying to keep things low key here).
After looking in several excellent discussions here on Canvas, most especially Damon Ellis' expert summary drawn from other work by Stefanie Sanders here, I figured out Anchor Tags, but it wasn't easy. Most examples other than Damon's (including this example of how to do it on the syllabus page from UW) have extraneous bits of formatting that aren't part of the essential Anchor Tag itself. Damon's explanation is wonderfully divorced from extraneous code, but expects knowledge of HTML/coding language that still might be beyond some of us beginners. I realized that the problems I was having are similar to those that my own students have in introductory Latin and I'll philosophize at the end of the post, but in the mean time I offer an explanation of Anchor Tags that might be easier for the non-expert HTML dabblers like myself to use. (I've also included some Best Practice Suggestions after the philosophizing).
To create an Anchor Tag you have to be working inside the HTML editor, not the Rich Content Editor.
There are two basic elements when using an Anchor Tag:
Step-by-step instructions:
The DEPARTURE POINT!
The DESTINATION POINT!
The Philosophizing Bit—yes, if you clicked on "at the end of the post above" that was an anchor tag at work!:
HTML stands for Hyper Text Markup Language and it IS a language. Many people learn words or phrases in other languages and use them with varying degrees of success and appropriateness. It is entirely possible to utilize other languages without being fluent in those languages. Many of the explanations of HTML from the wonderful people in the Canvas Community assume a level of basic understanding that is still a bit beyond some of us just because we have gotten used to being able to function using bits and pieces of HTML without true fluency (like being able to order a coffee or beer in a foreign country without speaking the language).
Two of the main problems my Latin students have revolve around grammar/syntax labels and word order. In terms of grammar/syntax use direct and indirect objects, transitive and intransitive verbs, copulative verbs, subjects, predicate adjectives, independent and dependent/subordinate clauses, et cetera all the time, but they are confused by those labels for the parts of their sentences because they don't think in those terms and sometimes have never learned them (or only in the very distant past...or so they claim). In terms of word order, meaning in Latin is largely based in the endings of the words themselves as opposed to English, where word order is essential:
Take, for example, the following Latin sentences:
In those sentences we have six different examples of word order, but they all translate to "(The) dog bites (the) man." [The changes in word order do emphasize different things because the first position in a sentence is usually most important. Thus when the dog is first, he is what is being emphasized as the actor. When the man is first, he is what is being emphasized as the victim. When the verb mordet (he/she/it bites) is first, the action of biting is what is important.]
Blissfully, HTML requires pretty rigid word order using signals that turn things on and off by the use of an opening symbol such as <a> and a closing symbol such as </a>. There are some places this happens in Latin and I find it useful to remind my students of Algebraic expressions, specifically the good old PEMDAS order of operations. In HTML we have to remember that we are dealing with a series of nesting, paired frames/bookends/parentheses and everything that happens has to be nested within an opening and closing pair. [Disclaimer, I know you can leave end tags off occasionally just like we eliminate forms of the verb "to be" at times in Latin, but ideally and for simplicity lets say we should close our parentheses).
In re the "word order" situation, delving into HTML reminded me that when trying to understand and use a new bit of code one should always look for the bookends/parentheses that start and finish the sentence.
You might note that in the explanation above I used both bold text and colored text to aid in visual identification of the constituent parts of the code. This is a practice I would suggest to others when sharing explanations in Canvas. Being able to easily discriminate pieces of a puzzle help ALL of us, not just those with various processing difficulties. [Disclaimer, I am reminding myself that I need to remember to do this as I revise my visuals, not just with colored markers on a white board.]
In re the grammar/syntax situation, remember that we always need to define our terms. While "UniqueIdentifier" might mean something to an experienced HTML coder, to others it will NOT be obvious. Taking the time to provide the simplest explanation you can think of for your audience helps. When I explain transitive vs. intransitive verbs to my students I know that some of them already understand what I am talking about, but others do not and defining my terms makes sure we are all on the same page.
One of the explanations of anchor tags I read used the same order I did (departure point....destination point) and another reversed the process (destination point...departure point). I will admit, that although the explanation in the reversed process was somewhat clearer, part of the difficulty in understanding it was the process being reversed. I find that students for whom English is their primary language do much better with beginning to end, left to right, top to bottom explanations. However, there are plenty of people who have no problem with the reverse approach. Whatever the order you choose, if you define your terms well most learning styles should be able to follow your explanation.
Disclaimer: I've tried to model Anchor Tags within this post, but I may have to edit it several times because I am nowhere near fluent in HTML. It was during the editing to make sure the HTML worked that I discovered that, whereas in "Canvas" the bit of code for the anchor tag is <a id="identifier"</a>, IN THE CANVAS COMMUNITY (where this Blog is posted) it is <a name="identifier"</a>
I am sure another brilliant user can explain that difference, I only thought to try substituting "name" for "id" because I saw the different tags while researching Anchor Tags!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My full bio starts below, but I've really enjoyed being a part of the Canvas community. However, I'm finding that the new quicker page load times in the Khoros community do not make up for the loss of information in the transition and the lack of organization or intuitive design. I'm all for better graphic design and ease on the eyes, but total loss of ease in navigation defeats the purpose. You may see far less of me in the community because I do not have time right now to find everything all over again. I've been teaching since graduating from Duke back in 1989 with an A.B. in Classics and got started with using LMS's in 2002 (while finishing my Ph.D. at Emory) with the now defunct AllLearn (Alliance for Lifelong Learning, a joint venture of Oxford, Stanford, and Yale Universities). I often smile fondly when people complain about how bad their particular LMS is because they didn't see some of the early ones and have fun with supporting faculty remotely around the world while they labored with "Promethean" issues (and if you know about old LMS's, you'll get that reference!).
To participate in the Instructure Community, you need to sign up or log in:
Sign In