/* Distance Learning Website - DL101: Technical Skills Checklist */
/* PLEASE DO NOT EDIT. */
/* Questions? Contact Amy Wilkerson: awilkers@austincc.edu */

<!--

function cleanup(){
document.techcheck.total.value="0"
document.techcheck.Q1.value="0"
document.techcheck.Q2.value="0"
document.techcheck.Q3.value="0"
document.techcheck.Q4.value="0"
document.techcheck.Q5.value="0"
document.techcheck.Q6.value="0"
document.techcheck.Q7.value="0"
document.techcheck.Q8.value="0"
document.techcheck.Q9.value="0"
document.techcheck.Q10.value="0"
document.techcheck.Q11.value="0"
document.techcheck.Q12.value="0"
document.techcheck.Q13.value="0"
document.techcheck.Q14.value="0"
document.techcheck.Q15.value="0"
document.techcheck.Q16.value="0"
document.techcheck.Q17.value="0"
document.techcheck.Q18.value="0"
document.techcheck.Q19.value="0"
document.techcheck.Q20.value="0"
}

function one() {
if (document.techcheck.Question_1[0].checked) {
document.techcheck.Q1.value=1
}

if (document.techcheck.Question_1[1].checked) {
document.techcheck.Q1.value=0
}



}
function two() {
if (document.techcheck.Question_2[0].checked) {
document.techcheck.Q2.value=1
}

if (document.techcheck.Question_2[1].checked) {
document.techcheck.Q2.value=0
}



}
function three() {
if (document.techcheck.Question_3[0].checked) {
document.techcheck.Q3.value=1
}

if (document.techcheck.Question_3[1].checked) {
document.techcheck.Q3.value=0
}



}
function four() {
if (document.techcheck.Question_4[0].checked) {
document.techcheck.Q4.value=1
}

if (document.techcheck.Question_4[1].checked) {
document.techcheck.Q4.value=0
}



}
function five() {
if (document.techcheck.Question_5[0].checked) {
document.techcheck.Q5.value=1
}

if (document.techcheck.Question_5[1].checked) {
document.techcheck.Q5.value=0
}


}
function six() {
if (document.techcheck.Question_6[0].checked) {
document.techcheck.Q6.value=1
}

if (document.techcheck.Question_6[1].checked) {
document.techcheck.Q6.value=0
}



}
function seven() {
if (document.techcheck.Question_7[0].checked) {
document.techcheck.Q7.value=1
}

if (document.techcheck.Question_7[1].checked) {
document.techcheck.Q7.value=0
}



}
function eight() {
if (document.techcheck.Question_8[0].checked) {
document.techcheck.Q8.value=1
}

if (document.techcheck.Question_8[1].checked) {
document.techcheck.Q8.value=0
}



}
function nine() {
if (document.techcheck.Question_9[0].checked) {
document.techcheck.Q9.value=1
}

if (document.techcheck.Question_9[1].checked) {
document.techcheck.Q9.value=0
}



}
function ten() {
if (document.techcheck.Question_10[0].checked) {
document.techcheck.Q10.value=1
}

if (document.techcheck.Question_10[1].checked) {
document.techcheck.Q10.value=0
}


}
function eleven() {
if (document.techcheck.Question_11[0].checked) {
document.techcheck.Q11.value=1
}

if (document.techcheck.Question_11[1].checked) {
document.techcheck.Q11.value=0
}



}
function twelve() {
if (document.techcheck.Question_12[0].checked) {
document.techcheck.Q12.value=1
}

if (document.techcheck.Question_12[1].checked) {
document.techcheck.Q12.value=0
}



}
function thirteen() {
if (document.techcheck.Question_13[0].checked) {
document.techcheck.Q13.value=1
}

if (document.techcheck.Question_13[1].checked) {
document.techcheck.Q13.value=0
}



}
function fourteen() {
if (document.techcheck.Question_14[0].checked) {
document.techcheck.Q14.value=1
}

if (document.techcheck.Question_14[1].checked) {
document.techcheck.Q14.value=0
}



}
function fifteen() {
if (document.techcheck.Question_15[0].checked) {
document.techcheck.Q15.value=1
}

if (document.techcheck.Question_15[1].checked) {
document.techcheck.Q15.value=0
}


}
function sixteen() {
if (document.techcheck.Question_16[0].checked) {
document.techcheck.Q16.value=1
}

if (document.techcheck.Question_16[1].checked) {
document.techcheck.Q16.value=0
}



}
function seventeen() {
if (document.techcheck.Question_17[0].checked) {
document.techcheck.Q17.value=1
}

if (document.techcheck.Question_17[1].checked) {
document.techcheck.Q17.value=0
}



}
function eighteen() {
if (document.techcheck.Question_18[0].checked) {
document.techcheck.Q18.value=1
}

if (document.techcheck.Question_18[1].checked) {
document.techcheck.Q18.value=0
}



}
function nineteen() {
if (document.techcheck.Question_19[0].checked) {
document.techcheck.Q19.value=1
}

if (document.techcheck.Question_19[1].checked) {
document.techcheck.Q19.value=0
}



}
function twenty() {
if (document.techcheck.Question_20[0].checked) {
document.techcheck.Q20.value=1
}

if (document.techcheck.Question_20[1].checked) {
document.techcheck.Q20.value=0
}


}
function calculatetotal() {
document.techcheck.total.value = 
parseInt(document.techcheck.Q1.value) +
parseInt(document.techcheck.Q2.value) + 
parseInt(document.techcheck.Q3.value) +  
parseInt(document.techcheck.Q4.value) +
parseInt(document.techcheck.Q5.value) +
parseInt(document.techcheck.Q6.value) +
parseInt(document.techcheck.Q7.value) + 
parseInt(document.techcheck.Q8.value) +  
parseInt(document.techcheck.Q9.value) +
parseInt(document.techcheck.Q10.value) +
parseInt(document.techcheck.Q11.value) +
parseInt(document.techcheck.Q12.value) + 
parseInt(document.techcheck.Q13.value) +  
parseInt(document.techcheck.Q14.value) +
parseInt(document.techcheck.Q15.value) +
parseInt(document.techcheck.Q16.value) +
parseInt(document.techcheck.Q17.value) + 
parseInt(document.techcheck.Q18.value) +  
parseInt(document.techcheck.Q19.value) +
parseInt(document.techcheck.Q20.value)

if (document.techcheck.total.value <= 11) {
alert("You scored 11 or Fewer: Before registering for an online or other distance education course, you should develop your computer and electronic literacy skills to increase your level of participation and success in distance education courses relying on technology.")
}

else if (document.techcheck.total.value > 11 && document.techcheck.total.value < 16) {
alert("You scored 12-15: Your familiarity with computer operations and the level of your technical skills may cause you some difficulty in successfully completing an online course. You should probably check with your instructor if you are taking a course via another delivery mode to see what level of technology skills is required to successfully participate in the course.")
}

else {
alert ("You scored 16-20: Your technical skills and experiences are sufficient to make an online course a good choice for you as well as any other distance education courses requiring some use of technology. Check with your instructor to see if special software programs are required.")
}

}

//-->
