In my last post, I wrote about how designing an ‘open course‘ empowers others to make desired edits more easily. One major component of an open course is providing adequate and accurate documentation for your intended audience. If you were handed a course to teach or redesign, what aspects about the course would you like to know? Probably as much as possible, which would require a strong set of documentation detailing design processes and decisions, learning outcomes, tutorials for using novel course elements, and so on. If you care about having a solid set of documentation for your courses, then you may be a ‘Documentarian‘. In this post, I look into some components of good documentation design from the software field, and apply them to instructional design.

Informing the recommendations of this post are the Documentation Principles of Write the Docs, a “global community of people who care about documentation”. As described by the Write the Docs authors, their set of principles:

“seeks to define similar standards for software documentation that, when practiced, will foster clean and intuitive content”

https://www.writethedocs.org/guide/writing/docs-principles/#documentation-principles

While software is the stated primary purpose of these principles, much of it is applicable across a wider range of subjects, with aspects of instructional design (such as design and code choices) falling into similar categories.

Why is documentation important?

Every Instructional Designer will work with many different people, known as stakeholders, across every project. The stakeholders of a project fulfill different roles and have distinct requirements. Fellow Instructional Designers, eLearning Developers, Middle and Senior Managers, Subject Matter Experts, and the learners themselves are all examples of stakeholders with different needs and roles. Each of the stakeholders on any particular project will require a certain level of documentation matching their needs. Use of an external tool, for example warrants instructions for how to incorporate the tool into an LMS and its functions for designers, but also instructions on how to use the tool as a user for the learners on the course.

Perhaps some of the most important people to consider when designing a course are the ones who will inherit it later on when the original designers have moved onto other projects. Because of this inevitability, proper documentation is key to understanding how a course was designed, the original intended audience or needs analysis (in case any prerequisite courses are changed in a way that breaks the flow of this one – example: switching from one programming language to another in the classes leading up to this, resulting in it not being fit for purpose), decisions made and why they were taken, how certain features work, just to name a few.

With these reasons for well-structured documentation in mind, what should designers include in documentation? For that, Write the Docs has some advice.

Write the Docs breaks down “good documentation” into multiple components. The full explanation of each can be found on their Documentation Principles page. Here, I will just use the summary of each one from the page.

The components state:

Documentation should be:

Precursory
Begin documenting before you begin developing.
Participatory
In the documentation process, include everyone from developers to end users.

The content (meaning how documentation is written) should be:

Arid
Accept (some) Repetition In Documentation.
Skimmable
Structure content to help readers identify and skip over concepts which they already understand or see are not relevant to their immediate questions.
Exemplary
Include (some) examples and tutorials in content.
Consistent
Use consistent language and formatting in content.
Current
Consider incorrect documentation to be worse than missing documentation.

Sources (meaning where content creators store documentation) should be:

Nearby
Store sources as close as possible to the code which they document.
Unique
Eliminate content overlap between separate sources.

Each publication (meaning the end product that users see) should be:

Discoverable
Funnel users intuitively towards publications through all likely pathways.
Addressable
Provide addresses to readers which link directly to content at a granular level.
Cumulative
Content should be ordered to cover prerequisite concepts first.
Complete
Within each publication, cover concepts in-full, or not at all.
Beautiful
Visual style should be intentional and aesthetically pleasing.

A documentation body should be:

Comprehensive
Ensure that together, all the publications in the body of documentation can answer all questions the user is likely to have.

Documenting course designs

Taking the above principles, which were initially designed for software, as a guide, we can see how they would fit into the field of instructional design.

General ideas

The principles of documentation being precursory and participatory are simple to follow, especially if one takes on a project management role in course design. Intake meetings and early plans are the first steps to crafting course design documentation. It is at this stage that the initial course design plans are mapped out by the stakeholders on the project. This includes Designers, Faculty, Project Managers and Product Owners (if these are separate people), to name a few. The initial plans for learning outcomes, assessments, and general ideas for activities on a more granular scale can all be converted into documentation on the structure of the course. These would usually fit into a ‘Design Solution’ document that gives an overview of how higher level course decisions are put into practice, or at least intended to be, once the course is running. An ID and the rest of the course design team could revisit this documentation during an evaluative stage to see if things were still going to plan, or modify it based on feedback.

Intended learner journey

I use the phrase “learner journey” a lot, but I am not entirely sure how well known it is, nor if I am using it in a standard way. So for this instance, my meaning of “learner journey” is the following: How the course developer is expecting the learner(s) to interact with the course site. This includes things such as: what learners are expected to click on when reaching the course landing page, the order in which they are expected to complete modules, how assignments are completed, etc. There is room here for interpretation, but it does not hurt to note the intended learner interactions and progression through a course. That way, other faculty members who may be teaching the course in the future can quickly understand learner progression too. This could take the form of a more technical document for fellow instructors, and a quick video for students (or more, depending on how in-depth you wish to go in the learner-facing side of things).

As an Instructional Designer, I often take on the role of the learner sometime during a course development. I will set out a specific meeting time with a faculty member to go through how I would approach this content as a learner, and ask them if this was an intended way for the learners to interact with the content. I usually start by following the order of the module, which is usually set up in the order a learner should complete tasks. What happens, though, if a learner decides that they are just not going to bother reading the Overview page for that week (or any week) and skips right to the Assessments? Is there anything preventing the learner from completing an assignment before they know important background information? Maybe some sort of purpose statement would help (e.g. “This assignment will test your knowledge of learning materials for Week 3. You should complete this week’s background reading tasks before submitting your work.”)?

Content, or how documentation is written

Most Instructional Designers will know about how to make a page more readable by including headings, descriptive hyperlinks, and other stylized formatting like ample paragraph breaks and correctly set up list items (ordered and unordered, for example). If you can create documentation in this way, it meets the skimmable principle and helps readers quickly identify the section they are looking for. I would also recommend adding a unique ID to each distinct section of each page so readers can quickly jump to it using a navigation menu. To find out more about this, see the W3Schools HTML id Attribute page. Once these are set up, you can link anyone to a specific part of the page.

In the previous article on designing the open course, I included a section on the “Side by Side Code Block Tutorials” I use to demonstrate new and complex course elements. This aims to hit the exemplary principle, as it gives readers a quick example of how certain elements work and how to manipulate them in the future.

Video tutorials

Video tutorials are another way to give examples using a step by step process, and provide an additional level of personalization that is often missing from text-only tutorials. There are some downsides to video tutorials, however, which may influence the decision to create them.

Each of the following involve the time commitment required to create videos in the first place, and the principle of staying current.

  1. Scripting and editing
    • Usually a video tutorial, or series of videos, involves scripting what the person giving the tutorial is going to say. With written documentation, this would usually be the end of the process – but with videos, it is only step one. The written form then needs to be spoken, correctly, and edited to make sure any mistakes are removed or audio synched up with what is happening on the screen.
  2. Editing mistakes or changes
    • It advisable before creating a video tutorial to check if the procedure, process, or system is going to remain in place for long enough to make the time investment making a decent tutorial video worth it. It is a lot easier to change text-based tutorials when something changes than record another video. Additionally, videos are a more personalized version of a tutorial, and if the initial video creator moves on to another position or institution, it would no longer be possible to keep the consistency of any other videos in the documentation.

Those who write documentation with others will know about the importance of an agreed upon style guide. Using the same style of writing, formatting, and terminology across pages and writers ensures that no one section or page stands out or looks jarring in comparison to another, thus fulfilling the consistency principle.

Sources, or where content creators store documentation

For an Instructional Designer, it is not always possible to include documentation directly next to the thing it is explaining. For example, certain Learning Management Systems will remove code comments from all pages, leaving just the content. This is contrary to software development in general, where comments can be left inside code without issue. Therefore I recommend expanding the definition of ‘nearby’ when it comes to documentation for online courses to get around this potential problem.

How you, or your institution, store documentation will have a large effect on how people interact with it. Some institutions use specialized software such as the well-known Confluence by Atlassian, which allows collaboration between users. Other platforms such as Google Workspace are easier to start using for universities and colleges, which often already have Google accounts ready to go, and can be used without extra costs. A similar outcome is offered by other platforms such as a WordPress installation with multiple users creating and contributing to existing articles. Depending on the Learning Management System, it is possible to include documentation closer to the course files (such as attaching files to pages), which is recommended under the nearby principle. Using a single repository for documentation is important so that similar and identical information (such as tutorials on the same topic) are not unnecessarily duplicated (i.e. kept unique) in multiple places such as on an LMS, blog, shared docs. For example, a user of Canvas duplicating tutorial pages across courses leads to problems if part of the tutorial needs to change. This means numerous edits across multiple courses as opposed to pointing to one central location that requires edits only once.

Publications, or how someone can find what they are looking for

Continuing from the previous paragraph on Sources (where the writers store documents), the discoverability of the documentation is key. Where are faculty, designers, and support staff likely to look for help on various topics? Consider linking to the established repository where possible – rather than duplicating it across multiple sites. This will make it easier for others to find the help they require. In a previous section, I included a link to the W3Schools HTML id Attribute page. Specifically here, we are interested in the “HTML Bookmarks with ID and Links” section which tells us about how to jump to different “bookmarks” of a very long page. This is handy when you want to point someone directly to a smaller part of a more complicated and longer page. Doing this manually, however, can take a lot of time, but there are shortcuts for creating these IDs.

When writing documentation, I often use Markdown and then export to HTML. During this conversion process, the headings are automatically given a unique ID in HTML. When pointing people to this part of the documentation, I just need to append a # and the ID name of the heading to the end of the URL. This is known as making the documentation addressable, and links the reader directly to where they would be helped the most. For example, I might want you to go directly to the General recommended documentation principles section of this page, and you can do so with that previous link.

The Write the Docs authors ask the following question:

Can a reader follow your entire body of documentation, linearly, from start to finish without getting confused?

Answering “yes” to this would fulfill the requirements of being cumulative, and this is important when writing something like a tutorial for faculty from start to finish. I try to structure HTML tutorial documentation with the absolute basics first, using headings to structure the page, so that if an instructor already knows basic HTML/CSS principles, they can just skip to the sections that are important to them. If they know nothing about it, however, they should be able to start at the beginning and go through the steps in order.

Completeness of a document increases in complexity depending on what you are writing about. Rather than overpromising what will be in the documentation, state to the reader which parts are covered and stick to those. For example, if there are five assessment criteria for an essay titled Essay 1, only covering three of those in a document titled “Assessment Criteria for Essay 1, Explained” would be misleading.

The beauty of a page is subjective, but proper document structure can help enormously. Things like logical reading order of headings, use of whitespace, properly sized images with captions/alt-text go a long way to making documents more readable.

Documentation Body

The time required to make your institution’s documentation comprehensive also depends on the complexity of the systems in use. Write The Docs defines comprehensive documentation as being able to answer all the questions a user is likely to have. Instructional Designers are often connected to all aspects of the course, and can work with the various teams involved to provide the informative questions and answers required to be as comprehensive as possible for all stakeholders.

Conclusion

Creating successful documentation in the Instructional Design field starts from the inception of a project. It begins with the very first needs analysis and ends with a fully comprehensive set of publications that are easy to access by both writers and readers. It is a collaborative process and involves promotion and discoverability. but once created, it provides opportunities for learning, understanding, and importantly, modification and revisions to existing projects. For those thinking of designing an open course, or if you simply like learning more about how things work, perhaps you too are a Documentarian.

References

  1. Chambers, P. (2022, May 23). Designing the open course: Why Instructional Designers should follow a “right to repair” plan. Ecampus Course Development & Training Inspire Blog. https://ecampus.oregonstate.edu/faculty/inspire/inspire/2022/05/23/designing-the-open-course-why-instructional-designers-should-follow-a-right-to-repair-plan/.
  2. HTML id Attribute. Retrieved from https://www.w3schools.com/htmL/html_id.asp.
  3. Mundorff, M. (2022, April 18). An Introduction to Markdown. Ecampus Course Development & Training Inspire Blog. https://ecampus.oregonstate.edu/faculty/inspire/inspire/2022/04/18/an-introduction-to-markdown/.
  4. Write the Docs, CC BY-NC-SA 4.0.

In Dr. Freeman Hrabowski’s TED Talk “4 Pillars of College Success in Science”, he told the story of Nobel laureate Isidor Isaac Rabi’s mother’s famous question: Did you ask a good question today? Let’s pause for a minute and reflect: What is a good question? What questions do you ask most frequently? What questions do your students or children ask most?

Question
Question

Types of Questions

Teachers usually encourage students to ask questions. Dr. Peter Liljedahl, author of “Building Thinking Classrooms in Mathematics” and professor of Mathematics Education at Simon Fraser University in Canada, however, points out that not all questions need and should be answered directly. According to Liljedahl, there are three types of questions and only one type of questions requires direct answers. Liljedahl categorizes questions in K-12 mathematics classrooms into the following three types:

  1. Proximity Questions
  2. Stop Thinking Questions
  3. Keep Thinking Questions (Liljedahl, 2020)
Building Thinking Classrooms Book Cover

Proximity questions refer to questions students ask when the teacher is close by, as the name suggests. Liljedahl’s research showed that the information gained from such proximity questions was not being used at all. Stop-Thinking Questions are questions students ask just to get the teacher to do the thinking for them, with the hope that the teacher will answer it and they can stop thinking, such as “Is this right?”, “Do we have to learn this?”, or “Is this going to be on the test?” Unlike the first two types of questions, keep-thinking questions are often clarification questions or about extensions the students want to pursue. According to to Liljedahl, if you have an authentic and level-appropriate task for students to work on, 90% of the questions being asked are proximity questions or stop-thinking questions and only 10% of questions students ask are keep-thinking questions. Liljedahl pointed out that answering proximity questions and stop-thinking questions are harmful to learning because it stops students from thinking.

Next, how could teachers differentiate the types of questions being asked? Liljedahl offers a simple solution to separate keep-thinking questions from the other two types of questions: Are they asking for more activity or less, more work or less, more thinking or less?

After differentiating the types of questions, what should teachers do with these proximity questions and stop-thinking question? Ignore them? No, not at all! Liljedahl emphasizes that there is a big difference between having students’ questions heard and not answered, and having their questions not heard. How should teachers answers these proximity questions and stop-thinking questions then?

Ten Things to Say to Proximity And Stop-Thinking Questions

Liljedahl provides the following list of ten responses to a proximity or stop-thinking question so that you are not giving away the answer and taking the thinking opportunity away from students. Basically, you turn the questions back to your students!

  1. Isn’t that interesting?
  2. Can you find something else?
  3. Can you show me how you did that?
  4. Is that always true?
  5. Why do you think that is?
  6. Are you sure?
  7. Does that make sense?
  8. Why don’t you try something else?
  9. Why don’t you try another one?
  10. Are you asking me or telling me? (Liljedahl, 2021, p. 90)

Cross-Discipline Nature of Good Questions

“Building Thinking Classrooms“  is recommended to me by some college biology  teachers in the US. Biology teachers recommending math teaching book, isn’t that interesting? The reasoning behind this recommendation is that the techniques being taught in this book could be easily applied to any other teaching context to get your students engaged in thinking, whether it is K12 education or college education, math teaching or teaching of another subject.

If this brief introduction got you interested in reading the rest of the book and find out the rest of what the author has to share, it is available at Oregon State University library as an ebook or you can purchase it online.

Asking Good Questions for Management and Education Administration

If you are not directly involved in teaching and learning, but in administrative or management role in an organization, Dr. Amy Edmondson has some practical suggestions for asking good questions to keep organization growing healthily. Dr. Amy Edmondson, author of  “The Fearless Organization”, Novartis professor of Leadership and Management at the Harvard Business School, states that good questions focus on what matters, invite careful thought, and give people room to respond. Edmondson also suggests three strategies for framing good questions:

  1. To broaden the discussion. For example: What do others think?
  2. What are we missing? For example: What other options could we consider?
  3. How would XXX (such as our role model, our mentor, or our competitor) approach this? For example: Who has a different perspective?

With the above tips for asking questions, are you ready to ask a good question today?

References

Edmondson, A. (2018). The Fearless Organization: Creating Psychological Safety in the Workplace for Learning, Innovation and Growth. Hoboken, NJ: John Wiley & Sons, Inc.

Hrabowski, F. (2013). 4 Pillars of College Success in Science. TED Talk. https://www.ted.com/talks/freeman_hrabowski_4_pillars_of_college_success_in_science?language=en

Liljedahl, P. (2020). Building Thinking Classrooms in Mathematics, Grades K-12 : 14 Teaching Practices for Enhancing Learning. Thousand Oaks: Corwin, 2020

This is a guest post by Ecampus Instructional Design Intern Chandler Gianattasio.

At DePaul School for Dyslexia, I teach 5th-8th graders conceptual mathematics, ranging from basic number sense to advanced topics in Algebra 1. Through this experience, I have discovered something I had never heard of before, a learning disability commonly seen coinciding with dyslexia, called dyscalculia. Many people describe dyscalculia as “dyslexia for math.” Dyscalculia affects one’s ability to take in mathematical information, connect with and build upon prior concepts learned, discern cues for application, and accurately retrieve information. DePaul provides an alternative education for students with learning disabilities, emphasizing explicit instruction to best support their students. In this post, I will discuss the common deficits that make up dyscalculia, where it falls in the realm of disabilities, and some ways we can accommodate students with dyscalculia in higher education. 

Having dyscalculia can be debilitating, making it seem nearly impossible to keep up with neuro-typical classmates, especially when your class is on a fast-paced schedule, and when you are subliminally being told that asking for extra help will make you appear like you are lazy, unintelligent, unable to help yourself, and will just be one more problem that the instructor has to resolve. In Figure 1 (seen below), I have divided deficits of dyscalculia into five categories: executive functioning deficits1, auditory processing deficits2, nonverbal learning deficits3, language processing deficits4, and visual-spatial deficits5. Each category has a set of commonly experienced difficulties below them. However, these lists of difficulties are not exhaustive. 

Figure 1. “Common Challenges Faced by Learners with Dyscalculia” By Chandler Gianattasio – CC BY-NC.

Looking at some of the common symptoms of dyscalculia, you may be thinking that many of these symptoms are also found in other disabilities, such as dyslexia, autism, ADHD, and more, and you would be correct. There is a large amount of overlap amongst developmental disabilities, and each disabled individual presents with their own unique combination of symptoms and, often, coexisting disabilities. To understand where dyscalculia falls within the world of developmental disabilities, I referred to the Individuals with Disabilities Education Act (IDEA) by the Department of Education. Through IDEA, 13 distinctions of disabilities were made:

  1. [Specific] Learning Disability ([S]LD)
  2. Other Health Impairment (conditions that limit a child’s strength, energy or alertness)
    • ADHD, EFD, NVLD
  3. Autism Spectrum Disorder
  4. Emotional Disturbance 
    • Generalized Anxiety Disorder, Bipolar Personality Disorder, Obsessive-Compulsive Disorder, Major Depressive Disorder, etc. 
  5. Speech or Language Impairment 
    • LPD
  6. Visual Impairment (including blindness)
    • VPD
  7. Deafness
  8. Hearing Impairment 
    • APD
  9. Deaf-Blindness
  10. Orthopedic Impairment
  11. Intellectual Disability
  12. Traumatic Brain Injury
  13. Multiple Disabilities 

From this list, you may notice that there are only three diagnoses recognized as LDs: dyslexia, a reading disability, dysgraphia, a writing disability, and dyscalculia, a mathematical disability. All three of these LDs, as well as the majority of the other disabilities, have very similar biological limitations, each with the potential for a visual-spatial deficit, language-processing deficit, nonverbal learning deficit, auditory processing deficit, and executive functioning deficit. Due to individuals within each diagnosis having their own unique combination of symptoms, some may not have deficits in each of these areas. Figure 2 represents the potential combination of deficits an individual with each of these LDs may have. For instance, if you were to draw a straight line from dyslexia to the outer edge of the figure, the various deficits intersected would be representative of the profile of one individual. This figure shows the fluidity between different diagnoses and how easily co-existing conditions occur, due to a very similar underlying makeup. 

Figure 2. “Potential Combinations of Deficits Behind Each Learning Disability” By Chandler  Gianattasio, CC BY-NC-SA.

Figure 3 is shown below to reiterate the significant overlap found between disabilities. Looking specifically at weaker listening skills in this study, a characteristic originally classified as an APD trait, is also a very prevalent trait in individuals with LPD, dyslexia, ADHD and other LDs.

Auditory Processing Disorder (APD), Specific Language Impairment (SLI),  Learning Disorders (LD), Attention Deficit Hyperactivity Disorder (ADHD), Autism Spectrum Disorders (ASD). [Colors shown in the charts do not correlate with Figures 1 & 2].

Figure 3. Same or Different: The Overlap Between Children with Auditory Processing Disorders and Children with Other Developmental Disorders: A Systematic Review” By Ellen de Wit, et al, CC BY-NC-ND.

Supportive Instructional Strategies

Supporting Executive Functioning Deficits

Students struggling with executive functioning become overwhelmed often due to either external or internal stimuli. They often struggle with rejection sensitivity dysphoria, emotional dysregulation and “time blindness”. The most significant way you can support these students is by creating a safe, non-judgemental space for them to communicate with you, and encourage them to always self-advocate, no matter what. You can further support students navigating executive functioning difficulties by doing the following:

  • Providing easily accessible reminders of important events and assignment due dates. Time management can be a major difficulty, especially with projects over an extended period of time.
  • Giving lots of positive reinforcement, checking in frequently, and having regularly scheduled meetings.
  • Pointing out any prior knowledge that is being built upon, and have them answer any questions based on prior knowledge that they’ve mastered in class to boost their confidence and increase their motivation.
  • Reducing extraneous stimuli and eliminating background noise as much as possible – whether that be in their environment, on a worksheet, in a presentation, in reference material, etc. 

Supporting Visual-Spatial Deficits

Students with visual-spatial deficits often struggle with creating their own visual representations of concepts being discussed, especially abstract or microscopic concepts. When navigating directions, these students also struggle with orientation – both cardinal and left versus right. This often presents when they are performing calculations with negative numbers. Most students with dyscalculia learn adding and subtracting via number lines that they manually traverse to understand the connection between operations properly. To help your students who have visual-spatial difficulties, you could offer the following:

  • Providing tangible manipulatives that they can touch and physically move in order to see how parts function together 
    • This could be provided when introducing a new concept as an addition to 2D drawings or descriptions
    • It’s always beneficial to have manipulatives available for your students whether that’s physical objects for in-person sessions or interactive virtual manipulatives for online sessions.
  • Providing graph paper, templates, and/or graphic organizers can be highly beneficial to your students to organize their thoughts and break up information. 
  • Integrating as much UDL in as possible! Presenting information in multiple formats and allowing the students to demonstrate their learning in multiple ways will allow these students to participate in class and showcase their knowledge confidently. 

Supporting Auditory Processing Deficits

Students with an auditory processing deficit struggle to comprehend directions and content from listening. The most significant way you can help your students who struggle with auditory processing is by doing the following:

  • Speaking clearly. 
  • Trying your best not to explain things too quickly.
  • Being very consistent with the terminology you use (try not to use multiple names for one entity or idea).
  • Checking in with students often to see if they understand what is being taught or asked of them.
  • Always encouraging students to ask questions as they work.

Supporting Nonverbal Learning Deficits

Students with nonverbal learning deficits are very literal and struggle to see the overall picture, especially when it comes to abstract concepts. You can support students with an NVLD by doing the following:

  • Creating a lot of associations and parallels between content and what they already know (common, everyday nuances) could help these individuals a lot. 
  • Teaching concepts alongside any procedural knowledge you want them to retain will help them significantly, as they understand the “why” behind the steps. 
  • Making sure to provide a lot of concrete examples, especially when introducing a new topic. 
  • Structuring classes, making them as consistent and repetitive as possible. If they know what to expect and they are confident that they know how to handle it, these students will thrive. 

Supporting Language Processing Deficits

Language processing deficits very commonly occur alongside auditory processing deficits. Students with this difficulty struggle with comprehending directions and content both from listening and reading. To help support these students, try the following:

  • Keeping language used simple and consistent.
  • Ensuring adequate (and modifiable if possible) background to text contrast/color.
  • Using 1.5+ line spacing and increased spacing between letters or symbols.
  • Chunking content and utilizing bullet points when possible.
  • Using consistent color associations with certain topics can go a long way (i.e. red for negative and blue for positive).
  • Starting lessons off with a graphic organizer or outline, showing how ideas fit together.
  • Including simple diagrams to illustrate concepts or procedures.
  • Highlighting keywords, numbers in word problems, or other important information you want to make sure they see.
  • Creating accessible asynchronous/recorded lectures. 
  • Providing access to pre-written notes, “cheat sheets” displaying steps and formulas needed and worked-out sample problems so students can see what they are to do.

Remember that improving the learning experiences of our learners with special needs almost never comes at a cost to the “typical” learner – improving access, accessibility, and support for one improves these areas for all.

Available Accommodations at OSU:

In the Comments Below, Tell Me: 

Do you have any experience designing for learners with dyscalculia? What are some strategies you have found beneficial?

Resources to Explore:

Information shown in Figures 1 & 2  derived from the following sources:

Dyscalculia: neuroscience and education” By Liane Kaufmann;  “Double dissociation of functions in developmental dyslexia and dyscalculia” By O. Rubinsten & A. Henik; “Numerical estimation in adults with and without developmental dyscalculia” By S. Mejias, J. Grégoire, M. Noël; “A general number-to-space mapping deficit in developmental dyscalculia” By S. Huber, et al.; “Developmental Dyscalculia in Adults: Beyond Numerical Magnitude Impairment” By A. de Visscher, et al.; “Working Memory Limitations in Mathematics Learning: Their Development, Assessment, and Remediation” By Daniel Berch; “Learning Styles and Dyslexia Types-Understanding Their Relationship and its Benefits in Adaptive E-learning Systems” By A. Y. Alsobhi  & K. H. Alyoubi; “The Cognitive Profile of Math Difficulties: A Meta-Analysis Based on Clinical Criteria” By S. Haberstroh & G. Schulte-Körne; “Mathematical Difficulties in Nonverbal Learning Disability or Co-Morbid Dyscalculia and Dyslexia” By I. Mammarella,  et al.; “Developmental dyscalculia is related to visuo-spatial memory and inhibition impairment” By D. Scuzs, et al.;  “Dyscalculia and the Calculating Brain” By Isabelle Rapin

The distinction of potential difficulties one might experience were determined by the symptoms commonly seen in the following disorders:

  1. Executive Functioning Disorder (EFD)
  2. Auditory Processing Disorder (APD)
  3. Nonverbal Learning Disorder (NVLD)
  4. Language Processing Disorder (LPD)
  5. Visual Processing Disorder (VPD)

The concept of resilient teaching has come to the forefront in the 2-plus years since the COVID-19 pandemic suddenly and radically altered the landscape of higher education. As faculty, students, and administrators devise strategies to cope with the myriad changes brought about by the pandemic, questions are ubiquitous about how to best support students and colleagues; how to adapt to changes in perceptions, practices, and expectations regarding teaching and learning; and how to avoid burnout.

Definitions and Scope

What is resilience? Resilience, in the physical sciences, refers to “the capability of a strained body to recover its size and shape after deformation caused especially by compressive stress.” Resilience, in a psychological sense, is “the process and outcome of successfully adapting to difficult or challenging life experiences, especially through mental, emotional, and behavioral flexibility and adjustment to external and internal demands.” And a classic definition of ecological resilience states, “Resilience is the capacity of complex systems of people and nature to withstand disturbance without shifting into an alternate regime, or a different type of system organized around different processes and structures.”

How about resilience in teaching? In the early months of the pandemic, Rebecca Quintana and James DeVaney of the University of Michigan Center for Academic Innovation posited an emergent definition of resilient teaching:

The ability to facilitate learning experiences that are designed to be adaptable to fluctuating conditions and disruptions. This teaching ability can be seen as an outcome of a design approach that attends to the relationship between learning goals and activities, and the environments they are situated in. Resilient teaching approaches take into account how a dynamic learning context may require new forms of interactions between teachers, students, content, and tools.

As Quintana and Devaney note, resilient teaching goes far beyond pedagogy per se. Narrowly, resilient teaching might be seen as coping with the pivot to emergency remote teaching. More broadly, resilient teaching stretches to encompass course design, and includes the well-being of students and faculty, the capacity of instructors to avoid burnout and sustain productive careers, all while attending to the importance of student success, equity, and inclusion.

Need

Because totally asynchronous online teaching–the mode of most Ecampus courses–doesn’t involve synchronous class meetings, it may receive less attention than on-campus teaching in conversations about resilient teaching. However, the manifold effects and overall disruption created by COVID-19, and the importance of instructor and student wellness are profoundly applicable to asynchronous online learning. Resilient teaching is essential in all teaching and learning modalities.

How serious is the need for resilient teaching and learning? Nationally, faculty report A Stunning Level of Student Disconnection, and both faculty and administrators see the value of supporting students through trauma-informed teaching practices. Many institutions are also concerned about The Great Faculty Disengagement and anecdotal evidence that many faculty are Calling It Quits. UC Irvine has even created a new position for a pedagogical wellness specialist both to support the well-being of faculty and graduate teaching assistants and to train them in teaching practices that support student well-being.

OSU Activities

An ongoing series of activities at Oregon State University is focusing on resilient teaching:

  • Inara Scott, Senior Associate Dean in the College of Business, has written about Increasing Resilience through Modular Teaching. Scott has proposed modular course design of on-campus courses as a way to build in future flexibility:

Modular teaching allows us to transition quickly from in-person to remote synchronous or HyFlex teaching; it also creates pathways for addressing quarantines and family emergencies–both our own and our students. Finally, it lays the foundation for future blended learning experiences, where students might learn in a hybrid format with both in-person and remote online elements. 

Scott’s modular approach is in keeping with Ecampus online and hybrid course design principles, using backward course design to align learning activities, assignments, and assessments with course learning outcomes. Scott urges instructors to rethink activities that are “modality limited” to synchronous classroom delivery, and to be prepared for the exigencies of asynchronous or remote delivery.

  • In April 2022, the OSU Center for Teaching and Learning sponsored a Resilient Teaching Symposium. In the keynote, Inara Scott discussed exhaustion, cynical detachment, and reduced sense of efficacy as distinct types of burnout that could affect teaching faculty. Scott offered the modular design approach as a tool to build teaching resilience.

Symposium participants reflected in small groups on their resiliency and evidence they’ve seen of possible burnout. Then they discussed potential strategies to avoid burnout and build resilience into their teaching and their lives. Their resilient teaching suggestions on a participant Jamboard included:

    • Taking stock at the beginning of each term to think about resilience. 
    • Remember to be kind! Being kind and flexible shows strength not weakness.
    • Finding ways to connect individually with my students, especially in my online classes where it’s easy to disconnect.
    • Curriculum planning with lots of options to pivot and adapt.\
    • Saying “yes” to most things and “no” to others.
  •  OSU instructional faculty have been exploring resilient teaching in term-long resilient teaching faculty learning communities. These professional development opportunities are co-sponsored by Academic Technologies and the Center for Teaching and Learning. Participants learn about flexible solutions for teaching challenges, techniques for integrating in-class and online learning activities, and strategies to build resilience in teaching. Sound interesting? See the call for participation for the Fall ’25 Resilient Teaching Faculty Learning Community.

Learn More

Want to learn more about resilient teaching? Recommended starting points:

Resilient teaching and learning will continue to garner much-needed attention as higher education moves through the long wake of the pandemic.

What are your strategies for maintaining resilience? Let’s talk about it.

Introduction

Getting students to read the syllabus is often a challenge in online courses. It is not uncommon for students to ask faculty questions that have answers easily found in the document. Even if students do read the syllabus, they may only skim through it. Ways to encourage a thorough reading include strategies like “easter egg” hunts where students find particular items to pass a syllabus quiz. This article will explore another method that uses a software application called Perusall, which is designed to encourage close reading.

Perusall is used at the Oregon State University Ecampus as a learning technology integration with Canvas, the learning management system. Using Perusall, students can highlight, make comments, and ask questions on a document. There is a grading interface with Canvas and a variety of settings, including reminders for students to complete the assignment. It offers a useful way for students to engage with the syllabus together, which can lead to closer reading than if they had done so individually.

Results

To test this idea, a professor used this approach with a 400/500 class that involved multiple assignments in Perusall throughout the term. If the syllabus assignment proved useful in Perusall, then it would also serve as an introduction to the platform for students. Here are some examples of student engagement that resulted from this activity:

  • Requests for additional background material to check for prerequisite knowledge.
  • Interest in the website of the professor (linked to in the syllabus).
  • Shoutouts to the course teaching assistant.
  • Concerns about the prerequisites for the class, which were addressed by the professor specifically.
  • Questions about technology used in the course based on students’ previous experiences in other courses.
  • Gratitude for ending the course week on Mondays instead of Sundays.
  • Confirmation by a student that the textbook is available as an electronic copy at the library.
  • Inquiries into the length and other logistics of Zoom office hours.
  • Excitement expressed by a student about a focus paper requirement.
  • Queries about how grade numbers are rounded and types of quiz questions.
  • Exchanges between a TA and a student looking forward to further discussions in Perusall.
  • Clarifications about the different work expected for undergraduates and graduates.
  • Ideas about how to communicate as a class.
  • Questions about the details of major assignments.
  • Appreciation of opportunities to participate in frequent knowledge checks.
  • Thanks for the late assignment policy and statements about flexibility.
  • Advice about how to check assignment due dates.

Conclusions

Students’ comments and conversations helped to initiate a feeling of community in the course. Many logistical issues were clarified for students by providing and encouraging a forum for discussion. There were highlights and comments by students on seven of ten pages of the syllabus. The three pages that were not discussed were university required policies. There were no negative comments about using Perusall as a syllabus activity. So this seems like a good method to engage students at the beginning of a course to prepare them for success. It may be especially helpful for classes using Perusall in other assignments because it provides a way to practice using the application.

References

  • Johnson. (2006). Best practices in syllabus writing: contents of a learner-centered syllabus. The Journal of Chiropractic Education, 20(2), 139–144. https://doi.org/10.7899/1042-5055-20.2.139
  • Lund Dean, & Fornaciari, C. J. (2014). The 21st-Century Syllabus. Journal of Management Education, 38(5), 724–732. https://doi.org/10.1177/1052562913504764
  • Sager, Azzopardi, W., & Cross, H. (2008). Syllabus selection: innovative learning activity. The Journal of Nursing Education, 47(12), 576–576.
  • Stein, & Barton, M. H. (2019). The “Easter egg” syllabus: Using hidden content to engage online and blended classroom learners. Communication Teacher, 33(4), 249–255. https://doi.org/10.1080/17404622.2019.1575440
  • Wagner, Smith, K. J., Johnson, C., Hilaire, M. L., & Medina, M. S. (2022). Best Practices in Syllabus Design. American Journal of Pharmaceutical Education, 8995–8995. https://doi.org/10.5688/ajpe8995

NDAs and Open Pedagogy

One of the principles upheld by the open pedagogy movement is that the role of the learner must be active and the tasks that they engage in must be meaningful. These are not new ideas by any stretch, but as we move toward a more open pedagogical environment, it becomes necessary to examine the types of assignments that we create and assign. How do these tasks contribute to efforts to democratize education and increase learner autonomy, engagement, and freedom? What makes an assignment open? To answer these questions, this post will explore the relationship between open pedagogy and open assignments. 

While interest in the topic of open pedagogy has steadily gained steam in the roughly 50 years since its inception, definitions of and familiarity with the concept of today’s open pedagogy vary among educational practitioners. Some discussions focus on the expansion of the use of these resources. You might be hard-pressed to find an instructor who hasn’t at least reused open content (See 5R framework of Open Content) or encountered such materials as a student. Other conversations emphasize the remix and revise aspect of open content and pedagogical practices, and the number of faculty-created Open Educational Resources (OERs) intended to replace the traditional textbook is ever increasing. Still others have turned their attention to implementation of open pedagogical practices that put students in the role of content creators rather than passive beneficiaries of innovations in open content. In our efforts to create tasks that accomplish this shift in the role of the learner, we must first ask what the value of the task is for the student, peers, and the larger community, and what life will such a task have after its completion. To answer these questions, we can look to the non-disposable assignment (NDA). 

Non-Disposable Assignments (NDAs) 

To define the characteristics of this type of assignment, it is helpful to first define what we mean by “disposable” assignment. It is safe to say that we are all familiar with these types of assignments: typically they include one-off or busy work tasks designed to be filed away and forgotten as soon as completed and graded. In his article What is Open Pedagogy (2013), David Wiley described the disposable assignment in this way: 

These are assignments that students complain about doing and faculty complain about grading. They’re assignments that add no value to the world – after a student spends three hours creating it, a teacher spends 30 minutes grading it, and then the student throws it away. Not only do these assignments add no value to the world, they actually suck value out of the world.

Online learning within the confines of a learning management system (LMS) is particularly ripe for these types of assignments. In fact, one could argue they are designed for this type of task. In an online course, instructors create and post the assignment, students complete it, instructors grade it, the course ends, student work is deleted, the course is rolled over, and the next crop of students begins the cycle again. The work is designed to be contained within the LMS for the duration of a course, not to be shared with a broader audience of students or colleagues. 

As an alternative to the disposable assignment in favor of more meaningful tasks, Wiley coined the term Non-Disposable Assignment. The NDA (also referred to as a renewable assignment), in contrast to its binworthy counterpart, is an assignment that “adds value to the world.” Later definitions, no doubt influenced by the growing open pedagogy movement and the promotion of the use of OER materials, go further and hold that an NDA ought to produce a resource that is openly published so that “others can find, use, and if desired, repurpose or update the work,” (Jhangiani, 2015; Wiley, 2013; Wiley et al., 2017; Wiley & Hilton, 2018). Such assignments put the learner in the role of creator and impact or benefit an audience beyond the instructor and student. Because the premise of the NDA is that it can not only be shared widely, but also revised and reused without permission by both instructors and students, the content should be openly licensed. Considering the role of learners as authors of the content, they should have a say in determining the type of open license appropriate for their work.

In the article A Conceptual Framework for Non-Disposable Assignments: Inspiring Implementation, Innovation, and Research, Seraphine et al (2019) provide a set of principles NDAs must adhere to. The Five Principles are summarized as follows: 

  1. NDAs fundamentally involve information collaboration and exchange.
  2. As forms of responsive and responsible pedagogy, NDAs involve communication throughout and opportunities for revision, creativity, modifying key terms and objectives, etc.
  3. While NDAs might not necessarily involve communal assembly, the resulting product or practice must always be shared outside the teacher-student dyad, creating opportunities for communal access of the NDA as an information resource 
  4. NDAs produce learning through cooperative critique.
  5. Because they are not exams or isolated writing assignments, NDAs involve innovation as a fundamental concept.

Benefits and Value of NDAs

Apart from their ability to reach a broad audience, NDAs increase student motivation, engagement and autonomy resulting in improved achievement of learning outcomes. (Ariely, Kamenica, & Prelec, 2008; Chalofsky & Krishna, 2009; Pink, 2011). While this claim may be at least in part anecdotal, it follows that when students know that their work may be used by peers, faculty, and colleagues across their field in the future, investment in the quality of their work increases. Non-disposable assignments and authentic assessments have the potential to add value in other areas by:

  • promoting community engagement.
  • fostering innovation. 
  • interrogating and dismantling systems of oppression by centering experiences of historically marginalized groups.
  • providing opportunities for culturally rich content (inject identity, student influence over content). 
  • cultivating information literacy skills.  
  • increasing accessibility to educational resources.
  • helping students communicate in writing to a general audience.
  • offering opportunities to collaborate with peers around the world. 
  • increasing self-regulated learning and autonomy.

Despite their numerous benefits, NDAs are not without challenges and risks. For example, some students may be resistant to the exposure and the vulnerability inherent in creating open content for broad use. In such cases, instructors must provide alternative assignments or options not to share. Because student-generated content requires substantial metacognitive skills, instructors must ensure that NDAs involve significant scaffolding at multiples stages in the learning process (Zimmerman, 1990; Zimmerman, 2002). Furthermore, the open nature of student-generated content presents a quality control challenge that instructors must anticipate and address by providing multiple opportunities for revision and peer review

NDA Design and Students as Producers

Implementing assignments that have the potential for broad impact beyond the typical instructor-student dyad can seem daunting. After all, conceptualizing and creating tasks that effectively revise the role of student from a passive one to actual content creators is no small feat. However, it is important to remember that the scope can vary widely. Indeed a well-crafted discussion between two students might form the basis for a renewable assignment. Other examples may include experiential connections such as student-generated podcasts; the production of flyers, guidelines, or materials for local community organizations; or even collaboratively created and maintained global resources such as wikis like the Chemistry Library. Whatever the scope, NDAs can—and arguably should—be iterative allowing for innovation and adaptation to various contexts. 

With the role of the student as producer in mind and an understanding of the potential pitfalls that an open assignment might present, faculty can then turn to the conventional principles of backward design to develop meaningful student learning experiences that add value for learners and their peers while also promoting community engagement.

Instructors should consider the role of students as they develop non-disposable assignments to put students in the role of content creators. Source: The Non-Disposable Assignment: Enhancing Personalised Learning – Session 1 Slideshare, CC Attribution-ShareAlike


Examples & Resources 

References 

 

Ashlee M. C. Foster, MSEd | Instructional Design Specialist | Oregon State University Ecampus


Whether a pedagogical approach is affirmed by research and/or practical evidence intentional design and effective deployment of pedagogical strategies are essential. We will begin with an exploration of evidence-based design components, which build upon the characteristics of Project-based Learning (PjBL), as discussed in Project-based Learning (Part 1) – Architecture for Authenticity.

Getting Started

Begin with the end in mind. Take a moment to establish the outcomes, goals, and real-world connections that will underpin the project. Consider using the following elements as your guide.  

  • Identify the Course Learning Outcomes (CLO) students should be able to demonstrate upon successful completion of the course
  • Identify the intended project outcomes and the alignment to the course learning outcomes
  • Identify skills students will practice and master while engaging with the project 
  • Articulate the purpose of the project within the contexts of the course, academic program, field of study, and profession
  • Articulate authentic connections between the project, across academic disciplines, and professional practice
  • Connect the project to an authentic purpose that extends beyond the confines of the course

Course Design Elements

Next, reflect on how you can design your project to incorporate most of the following PjBL core design elements.  

Project-based learning process

Image credit: Gold Standard Project Based Learning by PBLWorks is licensed under CC BY-NC-ND 4.0.

Authentic Challenge

Initially, consider creating an opportunity for students to self-select a challenge. This can be anything from finding a solution to existing problems, a remedy for historical barriers, answers for disciplinary relevant questions, or asking new questions. Whatever the challenge may be, a best practice is to contextualize it within a real-world context. Affirm student voice and choice by explicitly sharing how the project connects to the academic discipline, professional field of practice, and real issues by providing feedback. Lastly, help students to see how they can connect the challenge to themselves.

Authentic Product

Development of an artifact that is relevant, timely, impactful, and piques personal interest help to bridge the concepts to the real world. To effectively create an artifact that produces a public good, students should engage in an iterative process that includes: planning, prototyping, seeking and applying feedback from diverse stakeholders (i.e., public, target audience, instructor, peers, Subject Matter Expert), personal reflection, and revisions. To determine whether your project is authentic, consider whether the product(s) create a lasting and meaningful impact beyond the classroom. Examples of authentic products could include a business plan to innovate an existing accessibility tool, a podcast to share about (DEI) Diversity Equity and Inclusion practices or to generate oral histories (i.e., audio interviews) of underrepresented populations. 

Sustained Inquiry

Incorporation of formal and informal opportunities for students to question, research, gather information, conduct analysis, apply new knowledge, generate additional inquiries, and highlight evidence is key to the design. These opportunities should be integrated into the architecture of the project, but the actions should be student-driven. This strategy will help promote knowledge construction.

Student Autonomy

Create varied opportunities for students to make their own choices, both collectively and individually. Student-driven choice can extend to such elements as question development, selection of public a product, identification of target audiences, establishment of collaboration protocols, application of knowledge and feedback, and prototype revision methods. Doing so situates students as the diver of their own learning process and creates space for students to hone their metacognitive skills (i.e., self-regulation, monitoring, and self-directed learning).

Reflection

Due to its roots in constructivism, reflection is commonly used in PjBL. Reflection is used as a strategy to foster deep learning, personal ownership of learning, assimilation of new knowledge, integration of lived experiences, effective inquiry, assessment of quality, and the navigation of challenges. While serving as a guide on the side, consider integrating activities to foster ongoing reflection of critical questions. Such questions may include:

  • What is known?
  • What needs to be known?
  • What evidence exists?
  • Will the product have an impact on the world outside of the course? How?
  • Do I/we bring any personal biases to the project which impacts the design of the product?
  • Does the design of the product represent the diversity of the target audiences?  
  • What works or does not work? Why?
  • How can the product be improved? What is the rationale behind the recommended changes?
  • How can the quality and efficacy of the product be tested?
  • Does the project extend on what the academic domain and professional field have established? If not, how can the project be modified to contribute additional knowledge or insights?
  • How does the project connect to my life, my lived experiences, and that of others?
  • How will the project help me to develop my professional skills?

An example of a PjBL reflective activity is a design journal. Design journals can include text, visualization, and media elements. Each entry can be structured to cover the following: knowledge gained, ideas, sustained inquiry (i.e., questions, additional research needed), the rationale for product changes, and next steps.

Critique & Revision

Integrating activities, such as a design journal, provides students the opportunity to actively critique, revise, and obtain feedback throughout the duration of the project. There is a multitude of scenarios that may call for critique. Students may find their initial idea to be too broad or specific. The original line of inquiry may have been faulty. One may find the product does not generate the intended public good or service. Therefore, revising the goal and creating a new product may be necessary. Alternatively, situations can arise where students learn of a product’s unintended harm, so a new prototype may need to be created. The goal is to create a course climate that is psychologically safe enough to encourage iteration.

Success Tips

Please note that these best practices and design elements offer a framework. Your course is unique. There is an unending list of potential factors that can impact the design of your course and project (e.g., accreditation, professional competencies, academic rigor, program outcomes, administrative expectations, etc.).

  • Keep in mind that you do not have to incorporate everything and the kitchen sink. Take what you can from existing literature, practitioner testimonials, industry needs, professional practices, real-world examples, and lessons learned from your own lived experiences.
  • Begin with small additions to your course, assess the impact of those changes, and revise as you deem appropriate.
  • Remember that nothing will be perfect, and there are always opportunities to improve. Design with the best fit in mind!

Looking Ahead!

You are cordially invited to revisit the Ecampus Course Development and Training Blog for Project-based Learning (Part 3) – Practical Preparation. In the final installment of this series, we will explore additional project-based learning activities, identify opportunities to integrate technology and examine actual project samples.

References

Over the last couple of terms, I joined a series of reading sessions with instructional design colleagues to read Alfie Khon and Susan Blum’s book Ungrading. Why Rating Students Undermines Learning (and What to Do Instead) and discuss the practices and implications of this approach to reconceptualize assessment design and the place of grading. This two-part blog aims to capture the takeaways from those discussions including the main concepts, approaches, types of activities, implications, and challenges of adopting ungrading practices. This first part of the blog covers a brief overview of the concept of ungrading, its major benefits, and design considerations; and the second blog will include a summary of the types of ungrading practices and challenges to implementation ––all derived from the authors’ extensive arguments and examples. For a detailed review and summary of the book chapters, you can also check the blog Assessment Design: Ideas from Ungrading Book.

Overview of Ungrading

The concept of ungrading is sparking widespread interest only recently even though educators have been studying and using ungrading approaches for quite some time. The foundational premise of ungrading is to move away from a focus on grades that judge, rank, sort, and quantify student learning to adopting an approach that focuses on using alternative and authentic means to assess learning such as self-evaluation, reflection, student-generated questions, peer feedback, to name a few. Along with that premise is the questionable ranking that comes with grading which makes students compete with one another in an artificial way. Sorensen-Unruh (chapter 9) sees ungrading as a conversational method that facilitates the communication between instructors and students about how students perform in the class. If, as underscored by the authors, grading and the fact of assigning point values to students’ performance makes more harm than good, then, why use grading? Considering that grading is rooted in our educational systems, many of these authors conclude that it becomes inevitable to grade student learning as it is currently done today.  

A clock and a checklist

Several scholars and instructors consider grading to be problematic. First, grades are not good indicators of learning. Blum (chapter 3) argues that grading assumes all students are the same, does not provide accurate information about student learning gains, is consequential, adds fear and avoidance of negative consequences, and is arbitrary and instructor-led. Second, the overemphasis on grades can lead to a decrease in intrinsic motivation, students’ excessive anxiety, and the complexity of quantifying how learning happens (Stommel, chapter 1). Third, it can also decrease interest in learning, students may feel inclined for easier tasks, and critical thinking is lacking (Alfie Khon, foreword). Fourth, grading makes students be fixated more on their grades than on the process of learning, leading them to believe that grades are all that matters in school (Khon & Blum; Talbert, 2020). And finally, too much focus on grades can be detrimental to students’ mental health (Eyler, 2022). However, ungrading does not mean dismissing grades altogether. Instead, Stommel proposes creating a learning space that fosters critical thinking, reflection, and metacognition– all skills that are valuable for 21st-century education. Likewise, Alfie Khon contends that grading can be participatory since it does not require a unilateral decision, and thus, students can also propose their own grades (with the instructor’s reservation to accept them). 

“Ultimately ungrading— eliminating the control-based function of grades, with all its attendant harms— means that, as long as the noxious institutional requirement to submit a final grade remains in place, whatever grade each student decides on is the grade we turn in, period.”

(Khon, 2020, p. xv)

While ungrading may be an innovative approach to assessments, it should be thought of carefully and adopted with a clear objective. Ungrading, as pointed out by Katopodis and Davison (chapter 7), needs a structure to be effective, allowing students to envision themselves as authoritative, creative, confident, and active, thus achieving a high impactful goal. As ungrading requires instructors to evolve in their approach to assessment, it does too for students who are expected to engage in a process of self-evaluation, self-assessment, and reflection. This requires engagement in metacognitive practices that many students might not be ready to embark on or don’t know how to do it. In addition, while ungrading is believed to be student-centered, it can deepen equity gaps if guideposts are entirely removed. Sorensen-Unruh (chapter 9) believes that ungrading is a matter of social justice –going beyond the expected student agency and aiming at having students exercise their voice and participate in assessment decisions. 

As a whole, Blum (introduction chapter) provokes us all to rethink the nature of grading considering that students’ learning conditions vary, with many enduring inequities at many levels. Blum wants us to keep focused on how “varying assessment and feedback methods contribute to the real learning of real individual learners, rather than imposing an arbitrary method of sorting.” (p. xxii); all for the sake of healthy learning. 

These are a few key points about the arguments for ungrading. While this assessment practice is taking force in higher education, there are also many critics and skeptics. The purpose of this blog is not to enter into the discussion and controversy of ungrading, but to share a few perspectives and takeaways after an intense and well-structured book club discussion. In the following section of this part-one blog, I will share considerations for designing for ungrading. 

Assessment Design Considerations

Tasks and activities from a laptop computer

The educational system requires all instructors to submit grades at the end of every term. There is dissatisfaction with the current grading practices among many instructors and students as explained at large in the book. Here is where the ungrading movement takes force to provide alternative ways to account for evidence of student learning. Riesbeck (chapter 8) argued that by implementing ungrading practices, students can focus more on the content and feedback than on the grades. The use of critique-driven learning allows for more easily quantifiable efforts, progress, and accomplishment. Each ungrading consideration is dependent on a myriad of factors that may or not apply to each instructor’s context. The bottom line in ungrading is re-envisioning the teaching and learning process, engaging students in active learning, and active self-assessment through feedback. The following are design considerations:

Decenter grading and communicate (un)grading practices

Instructors can encourage students to focus on the process of learning, instead of talking about grades, Blums says, we should talk about the purpose and goals of the activities with students. These conversations can help develop relationships with students to encourage them to own their learning and have a voice in that process. Decentering grades also involves having an ongoing conversation with students, colleagues, and administrators about assessment decisions. Although each instructor exercises their academic freedom, it is also essential to share assessment practices that work and possible changes to implement.  In these conversations, it is also important to carefully use language that conveys a clear understanding of the concept and practice of ungrading to avoid confusion, anxiety, misunderstandings, and reactions that prevent its implementation. Having these kinds of conversations can help shift the mind from a grade-focused to a learning-focused approach. A key element in these conversations is to ensure that the pedagogical reason behind the adoption of ungrading practices is not only clear but well understood (and this may take time).

Set a structure for ungrading

As with other elements of exemplary course design considerations, the structure of assessment practices is necessary. Adding a structure for ungrading assignments gives students a clear objective, steps, and flow that allow them to be consistent and accountable to their own learning goals and strategies. 

Reflect on pedagogical and assessment practices

Instructors are invited to examine more in-depth their grading policies, why they grade in the way they do, what they are grading, and how they grade. In many cases, the path to ungrading is a response to dissatisfaction with grading policies. Aaron Blackwelder (chapter 2) says that, over time, he turned into a gatekeeper; he lost focus and was more interested in meeting institutional and “rigor” requirements than building relationships with students. His students had turned into competitive grade seekers. He questioned what a grade really suggests and posits that grades fail to communicate learning. The fact that grading allocates a specific number or letter that can bring some negative feelings to students, can also negatively affect the potential for learning. Sackstein (chapter 4) calls for a change in mindset to identify the way in which learning can be communicated and understood beyond the traditional use of numbers and letters.  While Blum also argues for assessing the entire learning experience (with portfolios, for example), Sacksatein suggests considering changes in the language of grading which can provide students with an opportunity to shift the way they feel and think about their own learning. 

Teach students to view mistakes as a necessary step in the learning process

Instructors are invited to reflect on how traditional grading practices are punitive, dehumanizing, and demotivating. Gibbs (chapter 6) points out that a system that punishes students for making mistakes reinforces the notion that all learning is flawless and therefore mistakes need to be avoided. Ungrading, on the other hand, aims to implement and cement the idea that learning is a process that needs constant feedback for that learning to be consolidated. Therefore, students need to be given opportunities not only to learn from their mistakes but to act on them in an interactive way. This requires instructors to plan for assessments that include steps for review (e.g., self, peer) to help the student build their skills, and knowledge over time.

Care for students and their learning

Instructors are also invited to demonstrate more explicitly that they care and validate students’ work. Further, Gibbs (Chapter 6) argues that her teaching philosophy is better summarized by the word “freedom”, the freedom that learners have to learn and grow at their rhythm and the freedom to make mistakes and learn from them. The role of the instructor is then to be supportive in that process through feedback and empathy. Ungrading, as it is overall discussed throughout the book, does not mean that there are no assessments or grading at all. On the contrary, the assessments should focus on helping students build their knowledge and understanding in less stressful ways, allowing students to build learning habits, develop creativity, become better communicators, and connect to their lived experiences and contexts. Caring for students also involves valuing their identity as learners and what they bring into the learning environment.  

Be aware that ungrading can increase student anxiety and uncertainty

It is critical that instructors who are considering ungrading be cognizant that it involves a high level of anxiety and uncertainty on the part of students. Let’s recognize that students are so used and “conditioned” to grades that they will find it confusing not to have a grade associated with each assignment in the course. Many students consider being successful if they score a perfect grade which can be overwhelming and obscure the value of learning. Instructors who adopt ungrading should explain why and how ungrading will be done in certain classes. This will add transparency to the expectations and assumptions that instructors have about students.

Implement student voice and choice supported with personalized feedback

Instructors can help students take ownership of their learning through hands-on, real-life activities that allow students to use the content they are learning in projects of their interest, conduct research, and solve problems. Students can choose their topics and projects and the instructors can guide them to narrow topics and ensure the projects are feasible within the course timeframe. Consider feedback as a formative assessment approach that enables students to make choices about their learning strategies and needs to improve their learning tasks. Sackstein (chapter 4 ) suggests teaching students to collect feedback and identify the strategies that work for different kinds of assignment revisions. This way, students can develop better strategies that move them from lower-thinking to higher-thinking processes. 

Since ungrading promotes the use of student-self assessment and reflection practices, it implies that instructors will need to personalize and tailor feedback to meet students where they are. In addition, instructors can consider setting a culture of feedback (Gibbs, chapter 6) where instructors teach students to use feedback to improve their work, provide peer feedback effectively, and see the value of learning from their mistakes. 

Promote peer support

Authors of several chapters in this book have posited that students are more likely to give each other better feedback in the absence of grades. This kind of feedback can allow students to help each other, learn from one another, expand their awareness of their own understanding, and develop skills for life. Peer support will also help students build their confidence and autonomy to learn from each other. 

Trust students

One critical aspect of assessment is trust –trust that students do the work they are expected to do by themselves. Instructors have legitimate reasons to express their concerns and create course policies about academic integrity that lead them to adopt plagiarism systems and surveillance tools to monitor and proctor students’ work. In adopting ungrading, trust is fundamental to change the way learning and performances are assessed. It involves helping students think differently about what it means to learn. Instructors can help students evolve in their approach to learning to move away from grades to focus on their learning by including in assessments strategies for building capacity for metacognition, confidence in their skills, life-long learning goals, and owning their learning. 

Ungrading does not mean instructors don’t grade and students don’t receive grades on their work. Ungrading, as posited by the authors in the Ungrading book, is a mindset to approach student learning differently. In the second part of this blog, I will share the types of ungrading practices, implications, and challenges as presented in the book. 

References

Project

By: Ashlee M. C. Foster MSEd, Instructional Design Specialist | Oregon State University Ecampus

Did you know a pedagogical approach exists that positively impacts student academic achievement and engages them as active participants in learning? Great news…there is! Let me introduce you to the world of Project Based Learning (PBL). 

What is PBL?

PBL is a student-centered pedagogical approach where students, both individually and within small groups, engage with meaningful, relevant, and authentic projects which result in a product. Oftentimes, PBL is commonly associated and/or thought to be interchangeable with Problem Based Learning. However, there is a distinction between the two. The principal focus of PBL is on the active construction of knowledge. Additionally, student autonomy, beliefs, values, and motivations are situated as a fundamental driving force of the instructional approach.

What are the characteristics of PBL?

The essence of PBL is anchored in attributes, which foster high-quality learning experiences. Direct instruction is no longer the principal mechanism for delivery. Negotiation of knowledge between the educator and the students occurs through an exchange of ideas, questioning, inquiry, considerations, and perspectives. PBL often engages students in an ongoing process consisting of investigation, collection, analysis, prototyping, testing, peer/instructor feedback, revisions, and reflection. Learner autonomy is key in that students make their own decisions about various aspects of the projects (i.e., line of inquiry, collaborative processes, application of feedback, types of revisions, solutions).

Is it effective? Prove it!

As reported by Chen and Yang (2019), a positive impact on student achievement has been observed across 20 years (i.e. 1998-2017) of PBL peer-reviewed literature. The researcher’s principal investigation was to compare traditional instruction with that of PBL. Traditional instructional delivery was found to prompt students to apply low-level cognitive processes (e.g., understand, remember). Whereas, PBL can encourage the development of (HOTS) Higher Order Thinking Skills (i.e., analysis synthesis) and metacognitive skills (i.e., regulation, monitoring, self-directed learning, evaluation, assessment). According to the meta-analysis, the aforementioned benefits were found not to be impacted by academic discipline, educational stage (undergraduate, post-baccalaureate, graduate), or geographic location. This is great news for our distance and hybrid learners!

How do I get started?

When considering PBL there are a few questions to reflect on before implementing this practice. First, ask yourself, is this a best-fit approach? Consider the academic discipline, subject content, course learning outcomes, your instructional style, student attributes, and the intended goals to answer this foundational question. A word of caution is to use PBL in a way that is relevant, authentic, and collaborative in nature. Steel clear of using projects as a shiny solution. Lastly, contextualize the project. Doing so will help students connect the project to their academic career, professional development, and personal growth. Remember to share the ‘why’!

Project Examples

Here are a few project examples to spark some ideas: 

  • solve a problem (e.g., uninformed voting) 
  • generate a plan (e.g., foster sustainability)
  • create a product (e.g., computer/mobile application, oral history interviews)
  • seek valid answers and recommend solutions (e.g., electing national officials) 
  • engage with a persistent issue in a tangible way (e.g., advocating, protesting, public speech) 

Do you have an example to share?

Respond in the comments if you currently use, have used, or intend to incorporate PBL in your course. Do you have any tried and true strategies for effective projects? Have you experienced any wins or challenges? Share with the community and join the discussion. Make sure to return to read Project-Based Learning (Part 2) – Mindful Design for practical implementation tips! 

References

Intro

The concept of the ‘right to repair’ has been on my mind recently, both as a user of tech products and as a designer of online courses. Electronics are notorious these days for their enigmatic design. The user is not trusted to make repairs or is restricted in the ways they can interact with device components. This is a choice made by manufacturers to limit access to approved vendors or repair shops. Instructional Designers have a similar choice when building courses. Do we follow a restrictive approach to modifications, or open up courses by anticipating, welcoming, and providing the resources for modifications?

Difficult by design

I recently experienced the restrictive side myself as I needed to fix an air purifier that had an unfortunate run-in with my youngest child and her colorful stickers. Apparently, the inside of the machine was not pretty enough, and the stickers were now stuck inside the machine, not quite clogging up the fan, but making a noticeable noise when the purifier was running. Realizing that I should probably remove them from the mechanism, and the partially obstructed fan, I grabbed my handy screwdriver, and rotated the cylindrical case to find where to begin.

And then I saw it – nothing. There were no screws on the outer shell. I turned it around a few more times, holding on to some hope that there was another way in – some switch to press or clasp to unhook. Nothing. The company designed the device to prevent a consumer from taking it apart. The only thing I had access to was the filter opening. No screws inside there either, and the manual had no sections on repairing the device.

I was put into a situation where I knew what I needed to do, and how to do it, but had no way of accomplishing it. If I tried to open it in a way it was not designed to be (whatever that was), I risked breaking the device even further, and voiding the warranty.

This is the situation many technology users find themselves in these days, which has led to a push for the right to repair one’s own devices.

Right to repair principles

Had the manufacturer made the air purifier with the consumer in mind, it may have been more closely aligned with right to repair principles, which are given by The Repair Association through their Policy Objectives. Some more relevant ones are currently paraphrased on the Right to repair – Wikipedia article:

  1. the device should be constructed and designed in a manner that allows repairs to be made easily;
  2. end users and independent repair providers should be able to access original spare parts and tools (software as well as physical tools) needed to repair the device at fair market conditions;
  3. repairs should by design be possible and not hindered by software programming;
  4. the repairability of a device should be clearly communicated by the manufacturer.

Applicability to Instructional Design

This whole endeavor got me thinking: What is the best choice for designers and developers who create courses and complex elements for our users? It seems that it falls into the same design philosophy choices that we see with other products like computer hardware or electronics today. For simplicity’s sake, let’s narrow it down to these two opposite choices designers have when making course components:

  1. Modifying course elements is made difficult because the designer is either not confident in the instructor’s abilities to properly work with the design, actively discouraging changes, thus resulting in no change until the user approaches the designer(s) again.
  2. Course elements are designed with user modifications in mind, and the user is left with sufficient instructions, access, and ability to make changes when necessary.

I prefer to use technology that closely follows the second choice, as this is more aligned with the ‘right to repair’, and results in more user-friendly practices. That is not to say that everyone would want to modify courses, but the option should be there.

Or, in other words:

It is the philosophical difference between engineering things to make them harder for the end user because you don’t trust them and documenting things to educate the end user so you know you can trust them.  

Linus Sebastian, talking about the design choices of a pro-repair consumer laptop

If the previous main points of “right to repair” were to be re-written with online education in mind, how would these look? Perhaps something like this:

  1. The course and its objects should be constructed and designed in a manner that allows edits to be made easily.
  2. Instructors and SMEs should be able to access course components and tools needed to modify the course and its elements.
  3. Revisions and additions should be possible and not hindered by design choices.
  4. The Instructional Designer should clearly communicate the ability to modify the course, and how to do it.

How we could do it

What could we do as course designers to inform and empower faculty? Here are a few ideas:

General Documentation for Course Elements

By far one of the simplest ways to provide support to users is through basic documentation pages. If located on the course site itself, they can remain unpublished so learners do not see them. For those who would like more autonomy over their course structure and design, detailed documentation pages provide an excellent way to take the initiative and make the desired edits. Well-written documentation may also reduce the need for Instructional Designer support after the course is running. Plus, if you, as the designer, are worried about things breaking, you can always have a backup of all materials ready to revert pages.

Side by Side Code Blocks Tutorials

I use these all the time with fellow designers. On a Learning Management System (LMS), these function as a tutorial page where the page is split into two columns. Users can see the HTML/CSS code on the left and how it is displayed on the right. Then it’s a matter of copying the code from the code block and pasting it where they want it to go. This practice is very useful when it comes to the more advanced features of your LMS. This makes it easier to choose which element a user wants to incorporate or edit.

Side by side code tutorial blocks provide a quick way to show off how elements work, and a quick way to copy elements into other parts of the course.

Learner Journey and Alignment

If an instructor wants to change the course a few terms after it has been running, how do we achieve a similar look and feel to the one created by the Instructional Designer long after the project has been developed? Mapping the expected learner journey, and how the content aligns with learning outcomes, can help with this. For example, imagine the learner is expected to interact with a week-long module by completing the following tasks in this order:

  • Step A (Fulfills Learning Outcomes 1, 3. Informs Steps C and D)
  • Step B (Fulfills Learning Outcome 2. Informs Steps C and D)
  • Step C (Fulfills Learning Outcomes 3, 4)
  • Step D (Fulfills Learning Outcome 1, 4)

Each step may include reading or watching learning materials, completing an assignment, participating in a discussion, and so on. How would this expected behavior change if, later on, an instructor added an additional assessment between C and D? What about removing Step B entirely (which in this example would remove alignment to Learning Outcome 2 from the module). Would a learner on this new version of the course still have the required information to complete the remaining parts of the module? Would they interact with the content in the same order as initially expected (and how the course was likely designed to be completed)?

These are things Instructional Designers plan and check during the initial development which can be shared to ensure that the same methods are followed in subsequent iterations of the course.

Conclusion

Some may prefer to leave everything in the hands of an experienced Instructional Design team, and use their expertise whenever a change is required. For others who have enough technical skills to edit content, the desire to learn more, or would like more autonomy and ownership over course content, an open course design provides the same user-friendly approach that at ‘right to repair’ would have for general electronics.

References

  1. Right to Repair, Wikipedia: https://en.wikipedia.org/wiki/Right_to_repair
  2. Policy Objectives, The Repair Organization: https://www.repair.org/policy
  3. Linus Tech Tips: https://www.youtube.com/c/LinusTechTips