Ms. Lane will respond to all inbox messages sent on Thursdays after 4 p.m. (CST) on Mondays (unless Monday is a holiday).
Once an assignment has been graded by Ms. Lane, I cannot res…
Once an assignment has been graded by Ms. Lane, I cannot resubmit it in an attempt to make a better grade.
Rough draft outlines and practice speech videos will always…
Rough draft outlines and practice speech videos will always be due on Mondays at 5 p.m. No late submissions will ever be accepted for these particular assignments.
Ms. Lane will use rubrics to grade and comment on assignment…
Ms. Lane will use rubrics to grade and comment on assignments. If I want to understand my grade on an assignment. I should always check the rubrics for my comments and feedback left in the gradebook. If I still have a question once I review the notes and rubrics, I should follow up by sending Ms. Lane an inbox
Ms. Lane will use rubrics to grade and comment on assignment…
Ms. Lane will use rubrics to grade and comment on assignments. If I want to understand my grade on an assignment. I should always check the rubrics for my comments and feedback left in the gradebook. If I still have a question once I review the notes and rubrics, I should follow up by sending Ms. Lane an inbox
In JavaScript, which declaration is a constant for minimum w…
In JavaScript, which declaration is a constant for minimum wage?
In JavaScript, which declaration is a constant for minimum w…
In JavaScript, which declaration is a constant for minimum wage?
What happens to elementX if the variable x is 4?elementX.sty…
What happens to elementX if the variable x is 4?elementX.style.color = “blue”; if (x == 1) { elementX.style.color = “yellow”; } else if (x == 2) { elementX.style.color = “green”; } else if (x == 3) { elementX.style.color = “red”; }
What is something that a web designer can do to make a web p…
What is something that a web designer can do to make a web page accessible?
What does this JavaScript line of code do? obj = document.ge…
What does this JavaScript line of code do? obj = document.getElementById(“Header”)