Team:METU-BIN Ankara/Self-EvaluationTest

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<link href="http://www.metu.edu.tr/~e172018/metu-bin-style.css" rel="stylesheet" type="text/css" />
<link href="http://www.metu.edu.tr/~e172018/metu-bin-style.css" rel="stylesheet" type="text/css" />
 +
<script language="JavaScript">
 +
 +
function get(form) {
 +
var score = 0;
 +
 +
var ans1 = document.form.q1;
 +
var ans2 = document.form.q2;
 +
var ans3 = document.form.q3;
 +
var ans4 = document.form.q4;
 +
var ans5 = document.form.q5;
 +
var ans6 = document.form.q6;
 +
var ans7 = document.form.q7;
 +
var ans8 = document.form.q8;
 +
var ans9 = document.form.q9;
 +
var ans10 = document.form.q10;
 +
var ans11 = document.form.q11;
 +
var ans12 = document.form.q12;
 +
var ans13 = document.form.q13;
 +
var ans14 = document.form.q14;
 +
var ans15 = document.form.q15;
 +
 +
 +
 +
//Get values "0 means YES" "1 means No"
 +
 +
 +
if( ans1[1].checked )
 +
{score++;}
 +
if( ans2[0].checked )
 +
{score++;}
 +
if( ans3[1].checked )
 +
{score++;}
 +
if( ans4[1].checked )
 +
{score++;}
 +
if( ans5[1].checked )
 +
{score++;}
 +
if( ans6[0].checked )
 +
{score++;}
 +
if( ans7[1].checked )
 +
{score++;}
 +
if( ans8[0].checked )
 +
{score++;}
 +
if( ans9[1].checked )
 +
{score++;}
 +
if( ans10[0].checked )
 +
{score++;}
 +
if( ans11[1].checked )
 +
{score++;}
 +
if( ans12[0].checked )
 +
{score++;}
 +
if( ans13[1].checked )
 +
{score++;}
 +
if( ans14[0].checked )
 +
{score++;}
 +
if( ans15[0].checked )
 +
{score++;}
 +
 +
//Determine the result
 +
 +
 +
if ( 0 <= score && score <= 5)
 +
{
 +
document.write("<html><head></head><body>");
 +
document.write("<div class=\"test\"><h1>Result</h1>");
 +
document.write("<p class=\"p\">Your score is " + score + ".</p>");
 +
document.write("<p class=\"p\">You are the worst in the lab working. ");
 +
document.write("You should read and apply safety rules immediately or ");
 +
document.write("you should have emergency phone numbers in your pocket.</p>");
 +
document.write("<p class=\"p\"><a href=\"https://2011.igem.org/Team:METU-Ankara/Safety\" target=\"_blank\">");
 +
document.write("Read Safety Rules</a></p>");
 +
document.write("<p class=\"p\"><a href=\"self-evaluation.html\">Back to Test</a></p>");
 +
document.write("</div></body></html>");
 +
 +
 +
 +
}
 +
 +
else if ( 5 < score && score <= 10)
 +
{
 +
document.write("<html><head></head><body>");
 +
document.write("<div class=\"test\"><h1>Result</h1>");
 +
document.write("<p class=\"p\">Your score is " + score + ".</p>");
 +
document.write("<p class=\"p\">You have more than enough self confidence but sometimes ");
 +
document.write("lab conditions don't care your trust and your ");
 +
document.write("experiments could fail unless you obey the safety rules.</p>");
 +
document.write("<p class=\"p\"><a href=\"self-evaluation.html\">Back to Test</a></p>");
 +
document.write("</div></body></html>");
 +
}
 +
 +
else if ( 10 < score && score <= 15)
 +
{
 +
document.write("<html><head></head><body>");
 +
document.write("<div class=\"test\"><h1>Result</h1>");
 +
document.write("<p class=\"p\">Your score is " + score + ".</p>");
 +
document.write("<p class=\"p\">You are the number one! You are a really good lab worker. ");
 +
document.write("Every iGEM team needs you. ");
 +
document.write("With this safety conciousness, next year we will be waiting you. :)</p>");
 +
document.write("<p class=\"p\"><a href=\"self-evaluation.html\">Back to Test</a></p>");
 +
document.write("</div></body></html>");
 +
}
 +
 +
 +
}
 +
 +
</script>
</head>
</head>

Revision as of 10:10, 13 September 2011

METU-BIN iGEM Software TeamProject: Mining for BioBricks

<a href="#"><img src="metu-bin_logo.png" /></a>


Self-Evaluation Test: Safety

Hey, this test is prepared by the team, who we collaborate, <a href="https://2011.igem.org/Team:METU-Ankara" target="_blank">METU-Ankara</a>, and coded by one of the members of METU-BIN team. We are happy to share this, and see what you got out of 15. :)

You can send us your results, we'll be gladly sharing them.

<form name="form" method="get">

METU-Ankara Self-Evaluation Test

1. While doing experiment do you wear ring?
<input type="radio" name="q1" value="yes">Yes <input type="radio" name="q1" value="no">No

2. Do you want your hair to tie back on your head?
<input type="radio" name="q2" value="yes">Yes <input type="radio" name="q2" value="no">No

3. Do you like smelling any of chemical?
<input type="radio" name="q3" value="yes">Yes <input type="radio" name="q3" value="no">No

4. If you are starving, do you eat on the lab bench?
<input type="radio" name="q4" value="yes">Yes <input type="radio" name="q4" value="no">No

5. Are you using liquid nitrogen for cooling water?
<input type="radio" name="q5" value="yes">Yes <input type="radio" name="q5" value="no">No

6. Do you say usually "never without my gloves"?
<input type="radio" name="q6" value="yes">Yes <input type="radio" name="q6" value="no">No

7. Checking the check list is something that checking the chicken in the lab. Is this statement is true?
<input type="radio" name="q7" value="yes">Yes <input type="radio" name="q7" value="no">No

8. Do you wear unironed lab coat?
<input type="radio" name="q8" value="yes">Yes <input type="radio" name="q8" value="no">No

9. Assume while doing pipetting your advisor calling for you, do you leave your used pipets on the bench?
<input type="radio" name="q9" value="yes">Yes <input type="radio" name="q9" value="no">No

10. Even in the hot day, do you work near the flame?
<input type="radio" name="q10" value="yes">Yes <input type="radio" name="q10" value="no">No

11. Are you the one those saying "I couldn't leave my totem while doing experiment"?
<input type="radio" name="q11" value="yes">Yes <input type="radio" name="q11" value="no">No

12. Do you have any waste box which is named as biological waste?
<input type="radio" name="q12" value="yes">Yes <input type="radio" name="q12" value="no">No

13. Are you the ones saying "I wear thong slippers and come to lab ha ha ha hi hi hi ho ho ho."?
<input type="radio" name="q13" value="yes">Yes <input type="radio" name="q13" value="no">No

14. Are you the one those paranoiac for the gase valve?
<input type="radio" name="q14" value="yes">Yes <input type="radio" name="q14" value="no">No

15. Do you care smoking of one of the team members in the lab?
<input type="radio" name="q15" value="yes">Yes <input type="radio" name="q15" value="no">No


<input type="button" name="button" value="Evaluate" onclick="get(this.form)" /> </form>

</body> </html>

Retrieved from "http://2011.igem.org/Team:METU-BIN_Ankara/Self-EvaluationTest"