#Delivery Mode Screening Tool
##Introduction
This questionnaire is designed to help decide the delivery mode for a program or course. To help suggest a mode of delivery, you will be asked a series of questions relating to student demographics, teaching approaches, educator resources, and physical infrastructure. For each question, please choose the response that best describes your situation.
(link:"Start", (button:))[
(set:$inperson to 0)
(set:$blended to 0)
(set:$hybrid to 0)
(set:$websync to 0)
(set:$webasync to 0)
(set: $demo_feedback to (a:))
(set: $teach_feedback to (a:))
(set: $educator_feedback to (a:))
(set: $space_feedback to (a:))
(go-to:"DEMO_PARTTIME")]##Space
What type of space is available? Select all that apply.
(checkbox: bind $option1, "Lecture halls")
(checkbox: bind $option2, "Seminar and workshop-style classrooms")
(checkbox: bind $option3, "Flexible learning classrooms (moveable furniture, projector, whiteboards)")
(checkbox: bind $option4, "Hybrid classrooms (microphone, cameras, multiple screens)")
(link:"Continue")[
(if: $option1 is true)[
(set: $space_feedback to it + (a:"Lecture halls are best for fully in-person delivery."))
]
(if: $option2 is true)[
(set: $space_feedback to it + (a:"Seminar and workshop-style classrooms support both fully in-person and blended delivery."))
]
(if: $option3 is true)[
(set: $space_feedback to it + (a:"Flexible learning classrooms support both fully in-person and blended delivery."))
]
(if: $option1 is true or $option2 is true or $option3 is true)[
(set:$inperson to $inperson +1)
]
(if: $option2 is true or $option3 is true)[
(set:$blended to $blended +1)
]
(if: $option4 is true)[
(set:$inperson to $inperson +1)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $space_feedback to it + (a:"Hybrid classrooms are ideal for hybrid delivery, but can also support fully in-person and blended delivery."))
]
(if: $option4 is false)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid -10)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $space_feedback to it + (a:"Without a hybrid classroom, hybrid delivery is not recommended."))
]
(go-to:"FINAL_SCORE")]
##Educator Resources
Which of these technical skills are educators comfortable with? Select all that apply.
(checkbox: bind $option1, "Recording lecture videos")
(checkbox: bind $option2, "Creating engaging web-based modules")
(checkbox: bind $option3, "Using web conferencing tools (i.e., Zoom)")
(checkbox: bind $option4, "Using the LMS (i.e., Canvas)")
(checkbox: bind $option5, "Using edtech tools for active learning and collaboration (e.g., polling software, collaborative documents, etc.)")
(link:"Continue")[
(if: $option1 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $educator_feedback to it + (a:"Recorded lecture videos can be a key component of blended (“flipped”) and web delivery."))
]
(if: $option2 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +1)
(set:$webasync to $webasync +2)
(set: $educator_feedback to it + (a:"Engaging web-based modules are a key component of web delivery (particularly for asynchronous courses)."))
]
(if: $option3 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +0)
(set: $educator_feedback to it + (a:"Educators who are strong with web conferencing tools may deliver hybrid and web synchronous courses."))
]
(if: $option4 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +2)
(set: $educator_feedback to it + (a:"Competent use of the LMS is critical for blended, hybrid, and web courses."))
]
(if: $option5 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $educator_feedback to it + (a:"Using edtech tools for active learning and collaboration (e.g., polling software, collaborative documents, etc.) is important for quality hybrid and web courses."))
]
(go-to:"EDUCATOR_SUPPORTS")]
##Teaching Approaches
Which of the following are true for your course(s)? Select all that apply.
(checkbox: bind $option1, "It’s important to use a didactic teaching method, including lectures")
(checkbox: bind $option2, "It’s important to use workshop- or lab-based learning, with a lot of hands-on activities")
(checkbox: bind $option3, "Course materials are complex and require extensive notetaking")
(checkbox: bind $option4, "Subject matter changes on a regular basis, so course content needs frequent revisions")
(link:"Continue")[
(if: $option1 is true)[
(set:$inperson to $inperson +1)
(set:$blended to $blended +2)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $teach_feedback to it + (a:"When a didactic method that includes lecturing is used, in-person delivery is traditional, but a blended (“flipped”) approach using recorded lecture videos can offer more flexibility."))
]
(if: $option2 is true)[
(set:$inperson to $inperson +2)
(set:$blended to $blended +2)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +0)
(set: $teach_feedback to it + (a:"Workshop- or lab-based learning may be challenging for async web teaching, where learners cannot interact with educators or complete hands-on activities simultaneously. A blended (“flipped”) approach that moves some content online can increase flexibility."))
]
(if: $option3 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +1)
(set: $teach_feedback to it + (a:"Extensive notetaking may be best for async web or blended (“flipped”) delivery, where video content can be more easily reviewed and replayed at ease."))
]
(if: $option4 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync -1)
(set: $teach_feedback to it + (a:"Subject matter that changes on a regular basis may be challenging for async web teaching, where content should be largely reusable from year to year."))
]
(go-to:"TEACH_COLLABORATION")]
##Space
How are teaching spaces booked or assigned?
* (link:"We can control the booking of available teaching spaces directly, or confirm access to particular rooms in advance.")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(go-to:"SPACE_DESCRIPTION")]
* (link:"Teaching spaces are centrally assigned, and we might not get the type of room we request.")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid -10)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $space_feedback to it + (a:"Without certain access to a hybrid classroom (i.e., one built with microphones, cameras, multiple screens, etc.), hybrid delivery is not recommended."))
(go-to:"FINAL_SCORE")]##Educator Resources
Are educators easy to recruit and relocate to a physical campus for this subject?
* (link:"Yes")[
(set:$inperson to $inperson +1)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $educator_feedback to it + (a:"If there is no issue recruiting local faculty, delivery can be conducted fully in-person, blended, or hybrid."))
(go-to:"EDUCATOR_COMFORT")]
* (link:"No")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $educator_feedback to it + (a:"If faculty are hard to recruit locally, it may be easier to hire remote for synchronous and asynchronous web delivery."))
(go-to:"EDUCATOR_COMFORT")]##Student Demographics
Will students be taking the program full time or part time?
* (link:"The program is for full time students.")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(go-to:"DEMO_MATURITY")]
* (link:"Students can take the program part time.")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +1)
(set: $demo_feedback to it + (a:"Students enrolled part time may have scheduling concerns and personal/family commitments that make them likely to favour asynchronous web delivery."))
(go-to:"DEMO_MATURITY")]##Student Demographics
Does the program target mature learners and/or mid-career professionals?
* (link:"Yes")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +1)
(set:$webasync to $webasync +2)
(set: $demo_feedback to it + (a:"Mature learners and mid-career professionals often have strong workload management skills, so web delivery may be suitable. Those that are juggling complex personal/family and professional demands are likely to favour asynchronous web delivery."))
(go-to:"DEMO_RETENTION")]
* (link:"No")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(go-to:"DEMO_RETENTION")]##Student Demographics
Do most students live in a place that offers reliable high-speed internet?
* (link:"Yes")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $demo_feedback to it + (a:"Students with reliable high-speed internet can access blended, hybrid, or sync or async web courses."))
(go-to:"DEMO_CAMPUSES")]
* (link:"No")[
(set:$inperson to $inperson +1)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +1)
(set: $demo_feedback to it + (a:"Students without reliable high-speed internet may be unable to participate in hybrid or sync web courses, which typically require streaming video."))
(go-to:"DEMO_CAMPUSES")]##Student Demographics
Which of the following describe needs of your students? Select all that apply.
(checkbox: bind $option1, "Students need access to on-campus teaching and learning supports")
(checkbox: bind $option2, "Students need to be able to learn from their own home communities")
(checkbox: bind $option3, "Students need more scheduling flexibility in their courses")
(link:"Continue")[
(if: $option1 is true)[
(set:$inperson to $inperson +1)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $demo_feedback to it + (a:"If students need access to on-campus teaching and learning supports, then in-person, blended, and hybrid delivery are suitable."))
]
(if: $option2 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +2)
(set:$webasync to $webasync +2)
(set: $demo_feedback to it + (a:"If students need to be able to learn from their own home communities, then in-person learning would not be ideal for any learners who do not live near a main campus."))
]
(if: $option3 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +1)
(set: $demo_feedback to it + (a:"If students need more scheduling flexibility, then web asynchronous delivery offers the most flexibility of time."))
]
(go-to:"DEMO_INTERNET")]
##Student Demographics
Are students located in multiple places?
* (link:"A single campus")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(go-to:"TEACH_PRIORITIES")]
* (link:"Multiple campuses")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $demo_feedback to it + (a:"For students on multiple campuses, hybrid and web delivery may be more suitable for teaching."))
(go-to:"TEACH_PRIORITIES")]
* (link:"Students may not be near any campus, or can’t make it regularly")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $demo_feedback to it + (a:"For students not near campus or who struggle with attending regularly, hybrid or web delivery may be more suitable for teaching."))
(go-to:"TEACH_PRIORITIES")]##Educator Resources
What educator supports are available? Select all that apply.
(checkbox: bind $option1, "TAs/proctors")
(checkbox: bind $option2, "ICT personnel")
(checkbox: bind $option3, "Pedagogical support")
(link:"Continue")[
(if: $option1 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $educator_feedback to it + (a:"TA or proctor support may be particularly necessary for hybrid teaching, as this can require managing backchannel/chat activities, live production of audio/video feeds, or classroom management and technical support for a second teaching location."))
]
(if: $option2 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $educator_feedback to it + (a:"ICT personnel are key team members supporting audio/video issues in hybrid and web delivery modes."))
]
(if: $option3 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $educator_feedback to it + (a:"Pedagogical support is valuable in making the switch from delivery in person towards being adept at offering high quality hybrid and web courses."))]
(go-to:"SPACE_BOOKING")]
##Teaching Approaches
Is collaborative and team-based skill development a priority?
* (link:"Yes, and this relies on informal and spontaneous interactions (e.g., on-the-fly small group work; immediate instructor feedback and direction).")[
(set:$inperson to $inperson +1)
(set:$blended to $blended +1)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $teach_feedback to it + (a:"When learning relies on informal and spontaneous interactions, students need to gather at the same time and place at least some of the time. This may require in person delivery, or a blended approach (where essential meetings are scheduled for in person but the remaining instruction is done via web). "))
(go-to:"EDUCATOR_RELOCATE")]
* (link:"Yes, and this relies on planned and structured interactions (e.g., group work on large student projects)")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +1)
(set:$websync to $websync +1)
(set:$webasync to $webasync +1)
(set: $teach_feedback to it + (a:"When students can develop collaborative and team-based skills in a shared virtual space, hybrid and web delivery may be suitable."))
(go-to:"EDUCATOR_RELOCATE")]
* (link:"No, the learning is more independent and self-directed in nature")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +1)
(set: $teach_feedback to it + (a:"When learning is independent and self-directed in nature, any delivery mode may be suitable, but web asynchronous delivery provides the most flexibility."))
(go-to:"EDUCATOR_RELOCATE")]##HEADING
QUESTION TEXT
(checkbox: bind $option1, "Text")
(checkbox: bind $option2, "Text")
(link:"Continue")[
(if: $option1 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $CATEGORY_feedback to it + (a:"Feedback"))
]
(if: $option2 is true)[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $CATEGORY_feedback to it + (a:"Feedback"))
]
(go-to:"PASSAGE_TITLE")]
##HEADING
QUESTION TEXT
* (link:"Text")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $CATEGORY_feedback to it + (a:"Feedback"))
(go-to:"PASSAGE_TITLE")]
* (link:"Text")[
(set:$inperson to $inperson +0)
(set:$blended to $blended +0)
(set:$hybrid to $hybrid +0)
(set:$websync to $websync +0)
(set:$webasync to $webasync +0)
(set: $CATEGORY_feedback to it + (a:"Feedback"))
(go-to:"PASSAGE_TITLE")]<section id="results">\
<section id="recommendations">\
##Delivery Mode Recommendations
Based on your responses, your options for delivery mode are ranked as follows:
<ol>\
{
<!--Create an array of delivery modes-->
(set: $modes to (a:))
(set: $modes to (a:$inperson, $blended, $hybrid, $websync, $webasync))
<!--Create an array of delivery mode scores in numerical order-->
(set: $score to (a:))
(set: $score to (a:-50, -50, -50, -50, -50))
(for: each _item, ...$modes)[
(if: _item > $score's (1))[
(set: $score's (1) to _item)
]
]
(for: each _item, ...$modes)[
(if: _item > $score's (2) and _item < $score's (1))[
(set: $score's (2) to _item)
]
]
(for: each _item, ...$modes)[
(if: _item > $score's (3) and _item < $score's (2))[
(set: $score's (3) to _item)
]
]
(for: each _item, ...$modes)[
(if: _item > $score's (4) and _item < $score's (3))[
(set: $score's (4) to _item)
]
]
(for: each _item, ...$modes)[
(if: _item > $score's (5) and _item < $score's (4))[
(set: $score's (5) to _item)
]
]
<!--Write a list of delivery modes, ranked by score-->
(set: $li_start to "<li value='")
(set: $li_end to "'>")
(set: $li_num to 1)
(set: $i to 1)
(for: each _item, ...$modes)[
(set: $li_added to 0)
(if: $score's ($i) is $inperson)[
(print: $li_start + (text: $li_num) + $li_end + "Fully In Person")
(set:$li_added to $li_added +1)]
(if: $score's ($i) is $blended)[
(print: $li_start + (text: $li_num) + $li_end + "Blended")
(set:$li_added to $li_added +1)]
(if: $score's ($i) is $hybrid)[
(print: $li_start + (text: $li_num) + $li_end + "Hybrid")
(set:$li_added to $li_added +1)]
(if: $score's ($i) is $websync)[
(print: $li_start + (text: $li_num) + $li_end + "Web, Synchronous")
(set:$li_added to $li_added +1)]
(if: $score's ($i) is $webasync)[
(print: $li_start + (text: $li_num) + $li_end + "Web, Asynchronous")
(set:$li_added to $li_added +1)]
(set:$li_num to $li_num + $li_added)
(set:$i to $i +1)
]
}\
</ol>\
</section>\
##Feedback
Learn more about how your situation supports different delivery modes below.
<section id="demo_feedback">\
###Student Demographics
(print: "* " + (joined: "\n* ", ...$demo_feedback))\
</section>\
<section id="teach_feedback">\
###Teaching Approaches
(print: "* " + (joined: "\n* ", ...$teach_feedback))\
</section>\
<section id="educator_feedback">\
###Educator Resources
(print: "* " + (joined: "\n* ", ...$educator_feedback))\
</section>\
<section id="space_feedback">\
###Space
(print: "* " + (joined: "\n* ", ...$space_feedback))\
</section>\
</section>\
##Next Steps
<section id="NextSteps" style="width:100%; display:flex; justify-content: space-between;">
<section style="width:30%">\
###💾Save
Save the results above to continue planning your delivery mode:
<a href="javascript:window.printSection('results');">Save as PDF</a><iframe name="print_frame" width="0" height="0" frameborder="0" src="about:blank"></iframe>
</section>
<section style="width:30%">\
###💬Discuss
Contact the Flexible Learning & Technology (FLT) team and start a conversation about your delivery mode options:
<a style="cursor: pointer" onclick="sendMail()">Email results</a>
</section>
<section style="width:30%">\
###🤝About Us
Learn more about our team and the supports we offer:
(print: '<a href="https://teaching.usask.ca/about/units/gwenna-moss-centre-for-teaching-and-learning.php" target="_blank">Gwenna Moss Centre for Teaching and Learning</a>')
</section>
</section>
Unsure about your recommendations or how you responded? Try again:
(link:"Restart questionnaire", (button:))[(go-to:"INTRO")]