Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

There are two options for setting up links to the Course Exchange.  The first option would require modifying baseline Banner code packages in order to display the link to students who have a registration in the current term they have selected in SSB and is not covered here.  The modification would occur in one of the registration packages.  However, this modification does require maintenance between Banner upgrades and is not preferable if you have not already modified the registration SSB PL/SQL packages.


Preferably, you can add Infotext to the Add/Drop courses page and/or the payment screens to point students to the Course Exchange.  To do this, as a WebTailor administrator add the following HTML to your Infotext where you deem it should appear on the pages.

There are six things that must be changed in the below block for your college.

  • *INSERT COLLEGE NAME HERE* should be changed to the name of your college.  It occurs on line 3 and 10.
  • MIS*** should be changed to represent your district MIS code (ex. MIS001). It occurs on line 25 and 30.
  • cccMisCode=*** should be changed to your school MIS code, if there are multiple schools in your Banner system this can also be your district code (ex. cccMisCode=001).  It occurs on line 25 and 30 at the end of the URL.
HTML
<h1>California Community Colleges Course Exchange</h1>
 
<p>Current *INSERT COLLEGE NAME HERE*&nbsp;College Students: Starting Spring 2017 you
may be eligible to enroll in additional online courses through the
California Community Colleges Course Exchange.</p>
 
<p>To be eligible you need to meet a few requirements:</p>
 
<ol>
    <li>Enroll in at least one course at *INSERT COLLEGE NAME HERE* Community College</li>
    <li>Complete orientation and assessment or be exempted</li>
    <li>Complete an educational plan with Counseling</li>
</ol>
 
<p>Additional certain students are not eligible to participate in the
Course Exchange:</p>
 
<ul>
    <li>International students on an F-1 VISA</li>
    <li>Students who do not currently reside in California</li>
    <li>Students concurrently&nbsp;enrolled in High School</li>
</ul>
 
<p><a
href="https://sso.pilot.cccmypath.org/simplesaml/saml2/idp/SSOService.php?source=MIS***&amp;spentityid=https://course-exchange-student-web.ccctechcenter.org&amp;RelayState=https://course-exchange-student-web.ccctechcenter.org/?cccMisCode=***"
target="_blank">Click
here&nbsp;to access the Course Exchange now!</a></p>
 
<p><a
href="https://sso.cccmypath.org/simplesaml/saml2/idp/SSOService.php?source=MIS***&amp;spentityid=https://course-exchange-student-web.ccctechcenter.org&amp;RelayState=https://course-exchange-student-web.ccctechcenter.org/?cccMisCode=***" target="_blank"><img
alt="Click here for additional online courses"
src="https://dl.dropboxusercontent.com/u/20693387/fullsize.jpg"
style="width: 702px; height: 175px;" /></a></p>


Afterwards your pages should look like this:


  • No labels