BSET Auto-Advisor

This is a little automatic advising tool to help BSET students see the pre-requisite relationships

by vzufelt

HTML

<h1>
BSET Quick Advisor
</h1>
Simply select what courses you have already taken and the system will automatically enable other courses you can take. This shows only required course and takes into account pre-requisites.
<br/>
<p>Students should complete MAC1105 prior to admission to the program. </p><br/>

<input type="checkbox" id="ENC1101" onclick="CC();" /> 
<label for='ENC1101'>ENC1101 Introduction to Composition</label><br/>

<input type="checkbox" id="STA2023" onclick="CC();" /> 
<label for='STA2023'>STA2023 Statistics</label><br/>
<input type="checkbox" id="MAC1114" onclick="CC();" disabled />
<label for='MAC1114'>MAC1114 Trigonometry</label><br/>
<input type="checkbox" id="MAC1140" onclick="CC();" disabled /> 
<label for='MAC1140'>MAC1140 Pre-Calculus</label><br/>
<input type="checkbox" id="MAC2311" onclick="CC();" disabled> 
<label for='MAC2311'>MAC2311 Calculus (EGN2045 Equivalent)</label><br/>
<input type="checkbox" id="PHY2048" onclick="CC();" disabled>
<label for='PHY2048'>PHY2048 Physics with Calculus</label><br/>
<input type="checkbox" id="EET3085" onclick="CC();" disabled>
<label for='ET3085'>EET3085 Electricity and Electronics</label><br/>
<input type="checkbox" id="EGN3046" onclick="CC();" disabled>
<label for='EGN3046'>EGN3046 Technical Calculus II (or MAP2302)</label><br/>

<input type="checkbox" id="ETS3543" onclick="CC();" disabled> 
<label for='ETS3543'>ETS3543 Programmable Logic Applications</label><br/>
<input type="checkbox" id="ETI3116" onclick="CC();" disabled> 
<label for='ETI3116'>ETI3116 Engineering Quality Analysis</label><br/>
<input type="checkbox" id="ETI3421" onclick="CC();" disabled> <label for='ETI3421'>ETI3421 or ETC4241 Materials</label><br/>
<input type="checkbox" id="EGN3311" onclick="CC();" disabled> 
<label for='EGN3311'>EGN3311 Statics</label><br/>
<input type="checkbox" id="EGN3321" onclick="CC();" disabled> 
<label for='EGN3321'>EGN3321 Dynamics</label><br/>

<input type="checkbox" id="ETM4220" onclick="CC();"...