@Yash25
Double spacing and tab indentation is not exactly what the APA standards say. See their comments on Paper Format from their website.
It starts with "To format a paper in APA Style, writers can typically use the default settings and automatic formatting tools of their word-processing program or make only minor adjustments."
It then goes on to talk about their guidelines are for paper format and if you're creating a different kind of work, you may need to format your work differently and that you may need to adapt their formatting as necessary.
I have written about this several other places in the Community. Many instructors say "use APA" because is the style guide for their area. Most do not think so deeply as to understand what that fully means, it's just an automatic "use APA." When I tell my classes to use APA, I'm talking about references.
Canvas discussions don't allow tab settings so a tab indent doesn't work. Many people equate "tab" with "five spaces". I don't want the students to indent five spaces or double space the lines when writing within Canvas. I want them to use the defaults of the Rich Content Editor.
The five spaces isn't really five spaces, either. It's 0.5 inch. The five spaces is a throwback to days of typewriters where pica size had 10 characters per inch and so five spaces was 0.5 inch. Now we don't type with monospaced fonts like Courier, we use Times New Roman (12 pt is recommended). It took me 12 spaces in Times New Roman 12 pt to make 1/2 inch. That can vary greatly depending on the font and size you use.
To get a half-inch indent on the first line, you need to switch to the HTML editor, find the paragraph element, and insert style="text-indent:0.5in;" into the opening tag. It now reads <p style="text-indent:0.5in;">. If you do this for the first paragraph, then Canvas will remember that setting when you hit enter to start a new paragraph.
If you want double spacing, you need to include style="line-height:2;". It looks terrible when you do that, though.
If you want double spacing and indented lines, you can combine them with style="text-indent:0.5in; line-height:2;"
I mentioned I want my students to use APA style for references. Even then, I don't expect them to use the formatting guidelines. I ask them to use an unordered list (bullet list) rather than the hanging indent of half an inch. Why? Because it's a list and for accessibility purposes it should be marked up as a list. The APA even includes a statement on accessibility that encourages people to make refinements as necessary.
The other reason I don't expect APA style for references is because getting the hanging indent of half an inch requires editing the HTML to insert a style. This time, it's style="padding-left: 0.5in; text-indent: -0.5in;".
When you couple a hanging-indent with a bullet list, it becomes even more difficult to apply as you would need to turn off the bullets to match the APA style. What I'm really after is that they follow the format of the reference, which is roughly: author. (date). title. website. retrieval information.
If you are an instructor asking, you really don't want to make your students do this. Understand that trying to apply APA style strictly in something other than a word processor for material designed to be printed or submitted somewhere isn't what the APA Publication Manual demands.
If you are a student and your instructor expects you to format discussion posts using APA style, then gently ask them about it. If they insist, then ask them to format a discussion using the misinterpreted APA standard. Some instructors will be dismissive and say "figure it out yourself". In that case, ask if you can show them what is required and ask if they really want you to do that?
Writing a paper in Word will likely have completely different expectations. The instructor probably expects APA style for page format (I do not because it's difficult to read online and Times New Roman works better on paper than on screen). But those are not discussions. It is not reasonable to expect APA formatting for online discussions in Canvas. So says the APA.
The instructor has the final say on what they want, even if it's not strictly APA. Some instructors are very strict and do not care how much hassle the student has to go through to accomplish this. Some are more understanding and follow the intent of the law (APA style guide) rather than the letter of the law, especially if you can keep calm when you talk to them. Others are happy when a student even attempts to put a citation that they don't care whether it's in APA style or not. It really varies from instructor to instructor.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.