, but this code // executes before the first paint, when

黄大仙高手论坛

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); Learning Activities for Faith and Psychology Kuyers Institute | 黄大仙高手论坛

黄大仙高手论坛

Skip to main content

Learning Activities for Faith and Psychology

The Kuyers Institute has sponsored the production of a collection of ancillary materials designed to assist the facilitating of a Christian perspective into introductory college-level psychology courses.


Download this resource

This resource is available free of charge

Download

The Kuyers Institute has sponsored the production of a collection of ancillary materials designed to assist the facilitating of a Christian perspective into introductory college-level psychology courses. The authors write,

Have you ever struggled with applying faith to your teaching? If you鈥檙e like us, you have. Many of us are interested in teaching introductory psychology from a Christian perspective and some have already developed strategies for doing so. However because of psychology鈥檚 breadth, it鈥檚 difficult for a single professor to develop integration materials for multiple subdisciplines. So we decided to create a collection of learning activities that integrates psychology with faith. Rather than reinventing the wheel, so to speak, we solicited activities and recommendations from professors who have already discovered useful teaching strategies. We put these ideas together with our own to form a compilation of integration learning activities.

We chose five popular topics in psychology: introductory materials, psychological science, brain and behavior, social psychology, and therapy. The learning activities include lectures, discussion, classroom exercises, student assignments, Bible readings, surveys, and videos. Also included is commentary to guide you in teaching these topics from a Christian perspective.