Courses & Gatherings (2024)

> ... Pathway Overview > Courses & Gatherings

COURSES

PathwayConnect courses are designed to help you learn foundational skills, build confidence, and develop spiritually. All courses count toward an online degree.

Courses & Gatherings (2) Courses & Gatherings (3)

PathwayConnect includes 5-6 courses and all courses count toward your degree. Each semester is a combination of academic and religion courses. In your final semester of PathwayConnect, you also take an additional course as part of the first certificate of your bachelor's degree.

Course List

Academic Courses

  • Students discover how to use education to improve their lives by studying learning strategies, time and financial management, thinking errors, and talent development.

    Learn More
  • Students strengthen career skills, learn decision making strategies, practice professional communication, and collaborate with others to solve problems.

    Learn More
  • Students discover and strengthen the skills they need for continued success throughout a university degree program.

    Learn More
  • During the third and final semester of PathwayConnect, students will begin working on the first certificate that will ultimately lead to their future bachelor's degree. Students will select which certificate to take during their PC 102 Professional Skills course.

Religion Courses

  • PathwayConnect students take one institute course each of the terms they are enrolled in PathwayConnect at no extra cost. Available courses vary at each institute location.

When you leave this frail existence, your material possessions will remain here, but the Lord has declared that the knowledge you acquire here will rise with you in the resurrection.

Russell M. Nelson,"Education, a Religious Responsibility"

Questions

When are course assignments due?

Assignment due dates vary according to the instructor, but most assignments are due on Wednesday and Saturday of each week at 11 p.m., Mountain Time (UTC - 6/7). Exact due dates are found within each course.

Are there lectures I have to attend online?

No. However, courses do require interaction through discussion boards, quizzes, and projects. Instructors also have optional office hours that students can use to receive additional help.

How much time does each course require per week?

Time spent on courses each week depends on each student’s ability and productivity. At a minimum, students should expect to commit 10–20 hours each week to their courses.

WEEKLY GATHERINGS

In addition to taking courses online, students also gather once a week virtually in online groups or at a local church building where they participate in activities associated with their courses, build friendships, and get support.

Courses & Gatherings (5) Courses & Gatherings (6)

Gather for 2-2.5 hours

Students gather for either 2 or 2.5 hours each week. This includes one hour for an academic gathering, plus a religion gathering that ranges from 1 hour to 90 minutes. Students participate in institute, and available courses and gathering times vary at each institute location.

Courses & Gatherings (7)

Participate in discussions

PathwayConnect gatherings help students deepen their learning through teaching. Each week, a different student takes a turn leading learning activities and discussions during the gathering.

Get support

Only one word seems adequate when describing the feeling you get at a gathering — “family.” It is because of the love the students and service missionaries share as they work together to accomplish goals. Most students say that weekly gatherings are their favorite part of the program.

In Pathway you are never alone. You can consider [Pathway] another family.

Jacqueline Sanchez

PathwayConnect Student | Monterrey, Mexico

Questions

Am I required to go to PathwayConnect gatherings?

Yes. Students should strive to attend all gatherings. The weekly gatherings are a vital component of the PathwayConnect program, where students build meaningful relationships, deepen learning, gain leadership skills, prepare for further education, and much more.

Students who are traveling and need to attend a gathering in another city should coordinate the visit through the service missionaries in the area they plan to visit.

Can I miss a gathering?

Yes, but students lose attendance points in their course for every missed gathering. Because attendance comprises a significant part of a student’s overall course grade, students should commit to attending all gatherings. In certain situations, including medical emergencies, individual gatherings may be excused for a student. Such determinations, however, are made at the sole discretion of individual online instructors.

Students who are traveling and need to attend a gathering in another city should coordinate the visit through the service missionaries in the area they plan to visit.

Is there an instructor at the gatherings?

No. Instructors do not attend PathwayConnect gatherings, but service missionaries do attend each week and help students throughout their time in the program. Students may meet virtually with their online instructors during the instructor’s designated office hours.

Need help?

Chat with us!

"; // Add listener to call showChat() document.getElementById('chat-widget-cover').addEventListener('click', addChatScript); } function showChat() { if(document.getElementById('Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window')) { if(document.getElementById('transfer-credits-start-here-btn')) { // only add the custom context if on the transfer credits page Microsoft.Omnichannel.LiveChatWidget.SDK.setContextProvider(function contextProvider(){ return { 'TriggerTopic': {'value':'UnofficialEval','isDisplayable':false} }; }); } Microsoft.Omnichannel.LiveChatWidget.SDK.startChat(); if(document.getElementById('chat-widget-cover')) { document.getElementById('chat-widget-cover').outerHTML = ""; } // old matomo event - TODO: do we need to replace with new? //_paq.push(['trackEvent', 'Chat Support', 'Started Chat From Widget', window.location.href]); } } function addButtonListeners() { if(psc_cwc.chatBtn) { psc_cwc.chatBtn.addEventListener('click', addChatScript); } if(psc_cwc.transferCreditStartHereBtn) { psc_cwc.transferCreditStartHereBtn.addEventListener('click', addChatScript); } if(psc_cwc.contactUsStartChatBtn) { psc_cwc.contactUsStartChatBtn.addEventListener('click', addChatScript); } } function addChatScript() { if (!loaded) { window.addEventListener("lcw:ready", function handleLivechatReadyEvent(){ showChat(); removeChatLoadingAnimation(); }); window.addEventListener("lcw:error", function handleLivechatErrorEvent(errorEvent){ // Handle LiveChat SDK error event console.log(errorEvent); }); addChatLoadingAnimation(); let app_id = "81ee3835-bcf7-4c4b-aa55-b55caed43d0e"; var s = document.createElement( 'script' ); s.setAttribute( 'id', 'Microsoft_Omnichannel_LCWidget' ); s.setAttribute( 'src', 'https://oc-cdn-ocprod.azureedge.net/livechatwidget/scripts/LiveChatBootstrapper.js' ); s.setAttribute( 'data-app-id', app_id ); s.setAttribute( 'data-org-id', '5e6eb5b2-fe57-4b0c-a55d-392d0141c62e' ); s.setAttribute( 'data-org-url', 'https://byupathway-crm.omnichannelengagementhub.com' ); s.setAttribute( 'data-enable-telemetry', 'true' ); s.setAttribute( 'data-enable-sso-magic-code', 'false' ); document.body.appendChild( s ); loaded = true; } else { showChat(); } } function addChatLoadingAnimation() { let element = document.createElement("div"); element.setAttribute('class', 'loading-chat-box'); document.body.appendChild(element); document.querySelector('.loading-chat-box').innerHTML = ''; } function removeChatLoadingAnimation() { document.querySelector('.loading-chat-box').outerHTML = ""; } function callFunctionOnLoad(function_name) { switch (document.readyState) { case "loading": document.addEventListener('readystatechange', event => { if (event.target.readyState === 'interactive') { function_name(); } }); break; case "interactive": case "complete": function_name(); break; } } function addEventCleanupListener() { window.addEventListener('beforeunload', () => { if(psc_cwc.chatBtn) { psc_cwc.chatBtn.removeEventListener('click', addChatScript); } if(psc_cwc.transferCreditStartHereBtn) { psc_cwc.transferCreditStartHereBtn.removeEventListener('click', addChatScript); } if(psc_cwc.contactUsStartChatBtn) { psc_cwc.contactUsStartChatBtn.removeEventListener('click', addChatScript); } }); }}let psc_cwc = new PSC_Chat_Widget_Class();psc_cwc.init();
Courses & Gatherings (2024)
Top Articles
Latest Posts
Article information

Author: Nathanael Baumbach

Last Updated:

Views: 6011

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Nathanael Baumbach

Birthday: 1998-12-02

Address: Apt. 829 751 Glover View, West Orlando, IN 22436

Phone: +901025288581

Job: Internal IT Coordinator

Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.