<?php
//2015-06-26 - nwmosses - added includes to display proper menu for logged in users
include_once("../../php/common_functions.php"); //common functions in the course registartion system
include_once("../../php/config.php"); //holds global config variables
$page_title = "Audioline Instructions";
include("../../php/top.php"); //the HTML that outlines the top of the page
?>
<article class="ces-wide">
<div class="ces-header">
<?php include("../../menu.php"); ?>
<h2>CES - Audioline Instructions<br>
<small class="ces-sub-heading grey">All sessions are offered at no cost.</small>
</h2>
</div>
<h3>What is Audioline?</h3>
<p>Audioline is a way of accessing the session via your telephone. A session handout is typically provided which allows you to follow along.</p>
<h3>Audioline Session Instructions</h3>
<ol>
<li><strong>Prior to the session (48 hrs):</strong>
<p>For handout, sign-in sheet and evaluation, visit the <a href="../">Current Sessions</a> page or login and view <a href="../../user/course-list/">Your Courses</a>.</p>
</li>
<li><strong>15 minutes before the start of the session:</strong>
<p>Dial <span class="tel">1-866-236-8306</span> and enter part code <strong>6530253</strong>.</a></p>
<p>Remember to <strong>MUTE</strong> your phone once connected.</p>
<p>Should you have any problems during the video conference, call 310-8822.</p>
</li>
<li><strong>After the session:</strong>
<p>Return the sign-in sheet and evaluation within 2 days by:<br>
Fax - <span class="tel">403-955-2444</span> or, Email - <a href="mailto:ces@ahs.ca">ces@ahs.ca</a></p>
</li>
<li><strong>Attendance Certificates are not available:</strong><br> It is recommended to use your confirmation email you received when registering as proof of registration and also a copy of the handout if one was provided.</li>
<li>CES sessions should qualify for Category B credits with ACSW.</li>
</ol>
</article>
</section><!-- #middle-->
</div><!-- #wrapper -->
<?php require_once $_SERVER['DOCUMENT_ROOT'].'/require/footer.php';?>