Difference between revisions of "Team:Purdue/Quiz"

 
(12 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
<head>
 
<head>
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:Purdue/NavBarCSS?action=raw&ctype=text/css" />
 
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:Purdue/BootstrapCSS?action=raw&ctype=text/css" />
 
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:Purdue/Templates/StandardStyling?action=raw&ctype=text/css" />
 
 
   
 
   
 
<style>
 
<style>
Line 23: Line 20:
  
 
<body>
 
<body>
 +
<div class="spacer-small"></div>
 +
<div class="spacer-small"></div>
 
<div style="display:flex;justify-content:center;">
 
<div style="display:flex;justify-content:center;">
 
<table style="border-style:solid;border-width:2px;width:1200px;height:800px;">
 
<table style="border-style:solid;border-width:2px;width:1200px;height:800px;">
Line 112: Line 111:
 
document.getElementById("Commentary").innerHTML="Incorrect!";
 
document.getElementById("Commentary").innerHTML="Incorrect!";
 
                 document.getElementById("Commentary").style.color="red";
 
                 document.getElementById("Commentary").style.color="red";
document.getElementById("Description").innerHTML=" While the test is okay to use to determine a yeast infection, the test doesn't directly detect for a yeast.<br>"+
+
document.getElementById("Description").innerHTML=" The test doesn't detect for the presence of yeast directly.<br>"+
"Instead, it checks the pH of the region. If it is a bacterial infection, it will have a raised pH, otherwise it is likely a yeast infection,<br>"+
+
"Instead, it detects the pH of the region. If it is a bacterial infection, it will have a higher pH. Otherwise, it is likely a yeast infection.<br>"+
"This leaves room for error, as sometimes, the symptoms of a yeast infection can be from an alergic reaction, this will also not raise pH.<br>"+
+
"This leaves room for error because the symptoms of a yeast infection can be from an allergic reaction, this will also not raise pH. <br>"+
"Also, sometimes things like creams or viral STI's or other things can cause a rise in the pH, making the test read a bacterial infection instead of a yeast infection.";
+
"Also, sometimes things like creams or viral STI's or other things can cause a rise in the pH, making the test read a bacterial infection instead of a yeast infection. There are many other factors other than these that can skew pH to cause inaccurate results.";
 
document.getElementById("button").style.visibility="visible";
 
document.getElementById("button").style.visibility="visible";
 
                 question3 = 0;
 
                 question3 = 0;
Line 126: Line 125:
 
document.getElementById("Commentary").innerHTML="Correct";
 
document.getElementById("Commentary").innerHTML="Correct";
 
                 document.getElementById("Commentary").style.color="green";
 
                 document.getElementById("Commentary").style.color="green";
document.getElementById("Description").innerHTML="We use split Tyrosinase and pqsR and join each half with a split HRP. In the presence in farnesol and tyrosol, Tyrosinase and pqsR will bond to it<br>"+
+
document.getElementById("Description").innerHTML="We use split tyrosinase and pqsR and join each half with a split HRP. In the presence in farnesol and tyrosol, tyrosinase and pqsR will bond to it.<br>"+
"Each half will come together and reform, this will then allow the HRP to reform and catalyze a reaction to produce a visible blue substrate.";
+
"Each half will come together and reform. This will then allow the HRP to reform and catalyze a reaction to produce a visible blue substrate.";
 
document.getElementById("button").style.visibility="visible";
 
document.getElementById("button").style.visibility="visible";
 
numCorrect = numCorrect  + 1;
 
numCorrect = numCorrect  + 1;
Line 197: Line 196:
 
document.getElementById("Commentary").innerHTML="Incorrect";
 
document.getElementById("Commentary").innerHTML="Incorrect";
 
                 document.getElementById("Commentary").style.color="red";
 
                 document.getElementById("Commentary").style.color="red";
document.getElementById("Description").innerHTML="We use split Tyrosinase and pqsR and join each half with a split HRP. In the presence in farnesol and tyrosol, tyrosinase and pqsR will bond to it<br>"+
+
document.getElementById("Description").innerHTML="We use split tyrosinase and pqsR and join each half with a split HRP. In the presence in farnesol and tyrosol, tyrosinase and pqsR will bond to it<br>"+
 
"Each half will come together and reform, this will then allow the HRP to reform and catalyze a reaction to produce a visible blue substrate.";
 
"Each half will come together and reform, this will then allow the HRP to reform and catalyze a reaction to produce a visible blue substrate.";
 
document.getElementById("button").style.visibility="visible";
 
document.getElementById("button").style.visibility="visible";
Line 236: Line 235:
 
// Fourth Question
 
// Fourth Question
 
else if(cnt==2){
 
else if(cnt==2){
                 questionReset("Split Proteins are proteins that are transcribed in two different halves, but then form together to create a functional protein?","Question 4");
+
                 questionReset("Split proteins are proteins that are transcribed as two different halves of one protein, but after translation can form together to create a functional protein?","Question 4");
 
}
 
}
 
 
 
// Fifth Question
 
// Fifth Question
 
else if(cnt==3){
 
else if(cnt==3){
        questionReset("Invasive Yeast Infections are cheap to diagnose, (besides growing a culture from blood.) ","Question5");
+
        questionReset("Invasive yeast infections are cheap to diagnose, (other than using a blood culture test). ","Question5");
 
 
 
}
 
}

Latest revision as of 01:32, 18 October 2018

Bootstrap Example

Question 1

Men can also get yeast infections?