, 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); })(); Beyond the Classroom: On Set of The Chosen - News & Stories | 鶹

Skip to main content

Calvin News

Beyond the Classroom: On Set of The Chosen

Wed, Aug 27, 2025

When summer hits, professors practice what they preach—leaning into areas of interest that oftentimes go beyond their immediate field of study. 

This summer, Ashley Woldman, a lecturer in the nursing department at Calvin, had the opportunity to serve as a background extra on The Chosen—a film series about the life and ministry of Jesus while on Earth.

“I road tripped down to Texas (where the filming took place) in August to film for three days. While I can't share everything that I took part on during filming (due to spoilers), I can share that the majority of my filming involved the sentencing of Jesus to die on the cross,” said Woldman.

How did this opportunity come about?

I have been a loyal fan of The Chosen for a few years now, and I'm part of various email and text notifications from The Chosen. Earlier this spring, a message was sent out that the team needed background extras for season 6, which is mainly centered around Jesus' death. I followed all the appropriate steps to sign up as a background extra, and a few days after signing up, I was notified that I was officially accepted.

What was your favorite aspect of the experience?

My favorite aspect of the experience was being surrounded by so many loyal and enthusiastic Christ followers. It was humbling to hear their stories of faith and see how joyful they were about their opportunity to help spread the gospel in a very unique way.

How did you develop this interest outside of Calvin?

I initially heard about The Chosen through a woman from my small group at church. After I started watching the first season, I fell in love. I love The Chosen because it truly makes the gospel come to life in a way that can really foster great understanding and relatability. It's a form of spiritual self-care for me, as I find a lot of comfort and peace from watching it.

Any way to apply what you learned during your summer adventures to your work with students at Calvin?

I have used clips from The Chosen in many of my classroom teachings. With being in the nursing field, I particularly gravitate towards one part of The Chosen that talks about pain and suffering. This part goes into detail on how people can view their suffering as part of God's plan and as purposeful in their lives. It really allows students to see how there can be hope in suffering.


Authors: