(function () {
const ALLOWED_PATHS = [
"/personal-assessment-tw",
"/church-assessment-tw",
"/goer-assessment-ph",
"/church-assessment-ph"
];
const currentPath = window.location.pathname.replace(/\/$/, "").toLowerCase();
if (!ALLOWED_PATHS.includes(currentPath)) return;
const param = new URLSearchParams(window.location.search).get("result");
if (!param) return;
const roles = {
sender: {
title: "Sender",
subtitle: null,
icon: "🤝",
description: "A
Sender
is a person who stands behind and assists others who are taking or want to take the Gospel to other cultures. A sender constantly looks for ways to help those who are doing or want to do the work of missions and the program of missions in the church. This could include mentoring, helping, training, giving in money or time (encourager, helper), etc."
},
intercessor: {
title: "Intercessor",
subtitle: null,
icon: "🙏",
description: "An
Intercessor
is a person who is gifted to be involved in prayer and spiritual warfare for the cause of missions. An intercessor looks for opportunities to use this gift to do the work in the spirit that is required to precede and accompany the actual work of missions."
},
goer: {
title: "Goer",
subtitle: "or Missionary",
icon: "✈️",
description: "A
Goer
(or
Missionary
) is a person who enters another culture to make disciples. A goer looks for opportunities to prepare himself or herself to take the Gospel to other cultures whether in country or overseas."
},
missionary: {
title: "Goer",
subtitle: "or Missionary",
icon: "✈️",
description: "A
Goer
(or
Missionary
) is a person who enters another culture to make disciples. A goer looks for opportunities to prepare himself or herself to take the Gospel to other cultures whether in country or overseas."
},
welcomer: {
title: "Welcomer",
subtitle: null,
icon: "🌍",
description: "A
Welcomer
is a person who embraces the nations in their communities with hospitality and service. Their hope is to build relational bridges in order to share the love of Christ with them."
}
};
const role = roles[param.toLowerCase().trim()];
if (!role) return;
// --- Styles ---
const style = document.createElement("style");
style.textContent = `
#missions-overlay {
position: fixed;
inset: 0;
background: rgba(10, 20, 40, 0.55);
backdrop-filter: blur(3px);
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
z-index: 99999;
opacity: 0;
transition: opacity 0.3s ease;
}
#missions-overlay.ms-visible { opacity: 1; }
#missions-modal {
background: #fff;
border-radius: 16px;
box-shadow: 0 12px 48px rgba(0,0,0,0.22);
max-width: 540px;
width: 100%;
max-height: 90vh;
overflow-y: auto;
padding: 48px 40px 36px;
text-align: center;
position: relative;
transform: translateY(24px);
transition: transform 0.35s ease;
font-family: Georgia, 'Times New Roman', serif;
box-sizing: border-box;
}
#missions-overlay.ms-visible #missions-modal { transform: translateY(0); }
#missions-modal * { box-sizing: border-box; }
#ms-close {
position: absolute;
top: 16px;
right: 18px;
background: none;
border: none;
font-size: 22px;
color: #aaa;
cursor: pointer;
line-height: 1;
padding: 4px;
}
#ms-close:hover { color: #555; }
.ms-congrats {
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #8a6c3a;
margin: 0 0 10px;
font-family: Arial, sans-serif;
font-weight: 700;
}
.ms-icon {
font-size: 52px;
display: block;
margin-bottom: 14px;
}
.ms-title {
font-size: 38px;
font-weight: 700;
color: #1a3a5c;
margin: 0 0 4px;
letter-spacing: 0.03em;
}
.ms-subtitle {
font-size: 17px;
color: #5a7a9a;
margin: 0 0 20px;
font-style: italic;
}
.ms-divider {
width: 52px;
height: 3px;
background: #c9a84c;
border-radius: 2px;
margin: 0 auto 22px;
}
.ms-desc {
font-size: 15.5px;
line-height: 1.75;
color: #3a3a3a;
margin: 0 0 28px;
text-align: left;
}
.ms-desc strong { color: #1a3a5c; }
.ms-cta {
display: block;
width: 100%;
background: #1a3a5c;
color: #fff;
text-decoration: none;
padding: 15px 28px;
border-radius: 8px;
font-family: Arial, sans-serif;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.07em;
text-transform: uppercase;
transition: background 0.2s;
margin-bottom: 16px;
cursor: pointer;
border: none;
text-align: center;
}
.ms-cta:hover { background: #c9a84c; }
.ms-disclaimer {
font-size: 11.5px;
color: #aaa;
font-family: Arial, sans-serif;
font-style: italic;
line-height: 1.6;
margin: 0;
}
`;
document.head.appendChild(style);
// --- Markup ---
const overlay = document.createElement("div");
overlay.id = "missions-overlay";
overlay.setAttribute("role", "dialog");
overlay.setAttribute("aria-modal", "true");
overlay.innerHTML = `
Congratulations!
${role.icon}
${role.title}
${role.subtitle ? `
${role.subtitle}
` : ""}
Based on the introductory assessment, you are a
${role.title}${role.subtitle ? " / Missionary" : ""}
.
The trip’s not over until debrief and handoff are complete
By Don Johnson —
One of the comments I hear regularly from church leaders who have sent out teams on short-term mission trips is that after the initial excitement has passed, there seems to be little change in the lives of the short-termers. The church leaders ask, “How do we capture and preserve that growth and excitement?” In my opinion, it is during the debrief process that growth in the life of the short-term missionary is either preserved or lost.
Debrief to preserve growth
Preserving growth and change following an overseas assignment doesn’t happen automatically—and that’s true whether you’re talking about a manager with a multinational corporation or a member of a two-week short-term mission team. Sadly, too many short-term missionaries come home and never have a chance to debrief and explore how their cross-cultural experience has changed them and how they can embrace those changes as they reintegrate into their life in North America.
In his article, “The Long-term Impact of Short-term Missions,”
Randy Freisen identified several negative results in the lives of the short-term missionaries he studied. One particularly troubling finding: “Most participants experienced a significant decline in their relationships with the local church during the mission program as well as during the year following their return.” He theorizes that the decline in relationship with the local church “could…be an indication that the experiences of the participants while on missions were not processed upon their return home, leaving participants feeling disconnected from their local church.”
Debriefing a short-term team
The debrief for a short-term team is best accomplished when it is done over an extended period of time and in a variety of venues. The SEND International Team Leader Training Manual breaks the debrief process into four stages and compares those stages to the reentry of a space shuttle.
Debrief isn’t over until the “handoff” is complete
Debriefing by itself doesn’t accomplish reintegration. The preservation/restoration process isn’t complete until short-term participants are fully functional in life and ministry, using everything they’ve learned throughout the short-term process and applying all the positive changes that the Spirit has brought into their lives as a result of their missions experience.
The role of the team leader isn’t finished until the short-termer is handed off to the next discipler in that person’s life. “The discipleship baton is getting dropped on the track and some of the runners are dropping out of the race,” Freisen writes.
The handoff process brings the team leader’s role as primary discipler to an end and incorporates others who should also be included, depending on the specific results of the trip in each participant’s life. If a short-termer demonstrated specific gifts and abilities on the trip, then those need to be recognized, encouraged, and integrated into ongoing ministry in the sending church. For example, if a team member exhibited gifting in youth ministry while on the trip, the home church youth pastor should be apprised of this observation. If the participant has not been involved in youth ministry at the church before, steps could be taken to integrate the returning short-termer into the youth program. If the participant has been previously involved with the church youth, giving the program director an affirmation of this person’s value in that arena can only serve to bless and encourage both that ministry leader and the short-termer, and potentially spur him or her on to further good works.
Or, in another example, perhaps some significant gifting in the area of cross-cultural ministry was observed. As part of the Stage 4 hand-off, the team leader could address that with the short-termer and suggest that this person engage in a local cross-cultural outreach or perhaps connect with some mission agencies to explore long-term ministry outside of the US. Then the team leader should help the short-termer connect with the appropriate person to help him or her continue to explore how this gifting might best be used.
On the other hand, if issues or problems surfaced in the life of the short-termer during training and/or the trip, these also need to be addressed to allow for restorative growth and change. In that case the local pastor, church elder, or a professional counselor might be the appropriate person to receive the hand-off. Failure to make this handoff could leave the short termer in worse shape spiritually than if he had never gone on a short-term mission trip at all. One researcher calls failure in this area unethical.
Growth preserved
It is only at this point, when the next discipler has been identified and connected with the returning short-termers, that the responsibility of the team leader(s) in the lives of the short-term missionaries comes to an end. By engaging them throughout the four steps of debrief, they will be set up to capture all that they learned through their short-term experience, putting it into practice for the sake of the Kingdom.