library(knitr) knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE) files <- dir(params$path, pattern = "xlsx", full.names = TRUE) data <- purrr::map_df(files, tcps_read_excel)
Institutional culture is defined as the embedded patterns, behaviours, shared values, beliefs, and ideologies of an educational institution (Kezar & Eckel, 2002). Institutional culture helps define the nature and reality of an educator or learner’s experience at an educational institution.
The Teaching Culture Perceptions Survey (TCPS) has been developed to provide Canadian universities with a tool to assess instructors’, staff members’, and students’ perceptions of how teaching is valued at their universities. This new survey instrument is designed to document the value that Canadian Universities place on teaching, to provide feedback to universities on their teaching culture, and to monitor changes in that culture over time. The research will validate the institutional teaching culture survey instrument under development, and will help determine areas for improving the perceived teaching culture, which may lead to a more positive teaching environment, and ultimately, improved teaching and learning.
For further information on the TCPS, please go to https://qualityteachingculture.wordpress.com/
Through our research we have identified 6 levers and related indicators associated with a positive culture of teaching.
Below you will find the overall aggregated survey results from the three groups of stakeholders surveyed for the TCPS - instructors, students and staff who directly support teaching and learning. The levers in the graphic below are ordered by increasing alignment,the difference between agreement and importance. Levers that are out of alignment will appear at the top and levers with a high degree of alignment will appear at the bottom.
tcps_lever_ridgeline(data, name = params$name, pal = pal_one, aggregate = TRUE)
Three groups of institutional stakeholders have been surveyed for the TCPS - instructors, students and staff who directly support teaching and learning. Below you will find the aggregated survey results for the agreement and importance for each of the 6 levers.
tcps_lever_ridgeline(data, name = params$name, pal = pal_one, aggregate = FALSE)
In this section we will drill down into each of the levers to review the detailed results of related themes surveyed across stakeholders. Within each lever, you will find results by indicator for each of the three stakeholders surveyed.
The Institutional Initiatives lever identifies indicators of the prioritization of teaching through key documents, activities and initiatives developed to support a positive teaching culture.
Themes include: Teaching is considered a priority by institution and instructors, Effective teaching is defined in institution-wide documents, Institution-wide initiatives exist to promote innovative teaching practice
tcps_lever_scale(data, "lever1", name = params$name)
The Assessment of Teaching lever highlights indicators of the engagement, approach and rigour in the assessment of teaching as a lifelong learning skill.
Themes include: Student evaluations are considered in teaching improvement, hiring, and promotion, Teaching is assessed in multiple ways (dossiers, peer review)
tcps_lever_scale(data, "lever2", name = params$name)
The Implementing Effective Teaching lever highlights indicators of diverse, well-grounded and innovative teaching practices and development.
Themes include: A variety of teaching and learning approaches are used, Teaching and assessment methods align with learning outcomes, Instructors access teaching development opportunities
tcps_lever_scale(data, "lever3", name = params$name)
The Infrastructure Supporting Teaching lever articulates indicators that focus on access to spaces, resources and funds to support teaching development.
Themes include: Classroom design supports learning, Instructors have access to teaching and learning resources, Instructors can get funds to develop their teaching (grants)
tcps_lever_scale(data, "lever4", name = params$name)
The Broad Engagement Around Teaching lever articulates indicators that focus on access to learning spaces, resources and funds to support teaching development.
Themes include: Students are involved in teaching-related research & award committees, Teaching assistants support student learning, Collaborative teaching approaches are valued
tcps_lever_scale(data, "lever5", name = params$name)
The Recognizing Effective Teaching lever articulates indicators that focus on the recognition of the importance of effective teaching and its development.
Themes include: Teaching awards exist on campus, Teaching is valued in instructor hiring processes, Teaching accomplishments are celebrated
tcps_lever_scale(data, "lever6", name = params$name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.