Uploaded by Alexa King

Exam 3

advertisement
"How does the DNA chain elongate?<br>Uses dNTP substrates<br>forms a bond between <span class=cloze>[...]</span> of growing strand and first phosphate, a pre-existing <span class=cloze>[...]</span> is required<br>the second and third phosphates are released as inorganic pyrophosphate (PPi) <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">How does the DNA chain elongate?<br>Uses dNTP substrates<br>forms a bond between <span class=cloze>3'-OH</span> of growing strand and first phosphate, a pre-existing <span class=cloze>3'-OH</span> is required<br>the second and third phosphates are released as inorganic pyrophosphate (PPi)</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">How does the DNA chain elongate?<br>Uses dNTP substrates<br>forms a bond between <span class=cloze>3'-OH</span> of growing strand and first phosphate, a pre-existing <span class=cloze>3'-OH</span> is required<br>the second and third phosphates are released as inorganic pyrophosphate (PPi)</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"How does the DNA chain elongate?<br>Uses dNTP substrates<br>forms a bond between 3'-OH of growing strand and first phosphate, a pre-existing 3'-OH is required<br>the second and third phosphates are released as <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">How does the DNA chain elongate?<br>Uses dNTP substrates<br>forms a bond between 3'-OH of growing strand and first phosphate, a pre-existing 3'-OH is required<br>the second and third phosphates are released as <span class=cloze>inorganic pyrophosphate (PPi)</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">How does the DNA chain elongate?<br>Uses dNTP substrates<br>forms a bond between 3'-OH of growing strand and first phosphate, a pre-existing 3'-OH is required<br>the second and third phosphates are released as <span class=cloze>inorganic pyrophosphate (PPi)</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"Bacterial type II topoisomerase inhibitors  <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""antibiotics (ciprofloxacin) <br>selective toxicity: harm target microbe not human host.<br>Bacterial type II topoisomerase inhibitors have a low affinity for eukaryotic type II topoisomerases so are non-toxic to humans <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"Eukaryotic topoisomerase inhibitors <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""chemotherapeutics<br>1. Type I: irinotecan, topotecan<br>2. Doxorubicin, etoposide <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"What does DNA polymerase require before can begin replication? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""primer <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"What is a primase? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""DNA dependent RNA polymerase. synthesizes a short RNA primer (~10 nt) complimentary to the template. Provides the 3'-OH for DNA polymerase <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"What enzyme separates (unwinds) the strands of dsDNA, requires ATP to break H-bonds, creates supercoils in front and behind the replication fork <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""DNA helicase <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"What are single stranded DNA binding proteins? (SSBs) <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""protect single stranded DNA from nuclease attack, prevents reannealing <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what is the basic function of topoisomerase? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""prevent formation of supercoils, removes supercoils <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what are the two types of topoisomerase <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""type I: cuts one strand, doesnt require energy<br>type II: cuts both strands, requires ATP <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"topoisomerase inhibitors block <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">topoisomerase inhibitors block <span class=cloze>unwanted cell growth</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">topoisomerase inhibitors block <span class=cloze>unwanted cell growth</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"Where does DNA replication begin/occur in general? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""origin of repliction. from every origin two replication forks begin, migrating in opposite directions <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"A 100% specific test will have no false/true negatives/positives <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""A 100% specific test will have no false positives.<br><br>*No false negatives (this is what a 100% sensitive test would identify) <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"a highly specific test, when <span class=cloze>[...]</span> rules <span class=cloze>[...]</span> for disease <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">a highly specific test, when <span class=cloze>positive</span> rules <span class=cloze>in</span> for disease</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">a highly specific test, when <span class=cloze>positive</span> rules <span class=cloze>in</span> for disease</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl ""><ul><li>*negative, out (this is for a highly sensitive test)</li></ul></div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"SPIN <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""a highly specific test, when positive, rules in disease <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"SNOUT <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""a highly sensitive test, when negative, rules out disease <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"mammogram is an example of a highly <span class=cloze>[...]</span> test. lots of true positives, but also lots of false positives. very few false negatives.  <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">mammogram is an example of a highly <span class=cloze>sensitive</span> test. lots of true positives, but also lots of false positives. very few false negatives. </div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">mammogram is an example of a highly <span class=cloze>sensitive</span> test. lots of true positives, but also lots of false positives. very few false negatives. </div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">example if you get a positive mammogram, it doesnt mean you have cancer but need to get next step (biopsy). If you get a negative mammogram, can say you dont have cancer.</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"a biopsy is a highly <span class=cloze>[...]</span> test. More true negaives, but also more false negatives, and fewer false positives.  <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">a biopsy is a highly <span class=cloze>specific</span> test. More true negaives, but also more false negatives, and fewer false positives. </div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">a biopsy is a highly <span class=cloze>specific</span> test. More true negaives, but also more false negatives, and fewer false positives. </div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">therefore positive biopsy - very sure of cancer diagnosis. good for ruling IN disease.</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"Is it possible to improve both specificity and sensitivity? <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">Is it possible to improve both specificity and sensitivity? <span class=cloze>yes</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">Is it possible to improve both specificity and sensitivity? <span class=cloze>yes</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"when you lower a diagnostic cutoff, what effect does it have on specificity and sensitivity?  <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""sensitivity increases (find more with disease, less false negatives), specificity decreases (more false positives) <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"sensitivity and specificity do not depend on disease prevalence. They can be affected by disease <span class=cloze>[...]</span> in the population. <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">sensitivity and specificity do not depend on disease prevalence. They can be affected by disease <span class=cloze>severity</span> in the population.</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">sensitivity and specificity do not depend on disease prevalence. They can be affected by disease <span class=cloze>severity</span> in the population.</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">if a test is performed on patients with mild symptoms of a disease, fewer may be detected which decreases the sensitivity. </div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"sensitivity and specificity <span class=cloze>[...]</span> depend on disease prevalence. They can be affected by disease severity in the population. <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">sensitivity and specificity <span class=cloze>do not</span> depend on disease prevalence. They can be affected by disease severity in the population.</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">sensitivity and specificity <span class=cloze>do not</span> depend on disease prevalence. They can be affected by disease severity in the population.</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">if a test is performed on patients with mild symptoms of a disease, fewer may be detected which decreases the sensitivity. </div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"sequential diagnostic testing is better than a single test:<br>highly <span class=cloze>[...]</span> tests used for diagnosing/screening (minimize false negatives)<br>highly <span class=cloze>[...]</span> tests used to confirm (minimize false positives) <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">sequential diagnostic testing is better than a single test:<br>highly <span class=cloze>sensitive</span> tests used for diagnosing/screening (minimize false negatives)<br>highly <span class=cloze>specific</span> tests used to confirm (minimize false positives)</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">sequential diagnostic testing is better than a single test:<br>highly <span class=cloze>sensitive</span> tests used for diagnosing/screening (minimize false negatives)<br>highly <span class=cloze>specific</span> tests used to confirm (minimize false positives)</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"<span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);"">raising a cut-off </span><span class=cloze>[...]</span><span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);""> the FN but </span><span class=cloze>[...]</span><span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);""> the FP</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield""><span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);"">raising a cut-off </span><span class=cloze>increases</span><span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);""> the FN but </span><span class=cloze>reduces</span><span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);""> the FP</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze""><span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);"">raising a cut-off </span><span class=cloze>increases</span><span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);""> the FN but </span><span class=cloze>reduces</span><span style=""color: rgb(50, 50, 50); background-color: rgb(251, 251, 251);""> the FP</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"positive predictive value is the probability that a person with a <span class=cloze>[...]</span> test has the disease <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">positive predictive value is the probability that a person with a <span class=cloze>positive</span> test has the disease</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">positive predictive value is the probability that a person with a <span class=cloze>positive</span> test has the disease</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">the predictive value of a positive test<br>true positives/all test positives = (TP)/(TP+FP)</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"positive predictive value (PPV) tells how reliable a test result is in a particular <span class=cloze>[...]</span> It depends on the disease <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">positive predictive value (PPV) tells how reliable a test result is in a particular <span class=cloze>patient.</span> It depends on the disease <span class=cloze>prevalence</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">positive predictive value (PPV) tells how reliable a test result is in a particular <span class=cloze>patient.</span> It depends on the disease <span class=cloze>prevalence</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"as prevalence decreases, the PPV will <span class=cloze>[...]</span> and NPV will <span class=cloze>[...]</span><br>as prevalence increases, the PPV will <span class=cloze>[...]</span> and the NPV will <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">as prevalence decreases, the PPV will <span class=cloze>decrease</span> and NPV will <span class=cloze>increase</span><br>as prevalence increases, the PPV will <span class=cloze>increase</span> and the NPV will <span class=cloze>decrease</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">as prevalence decreases, the PPV will <span class=cloze>decrease</span> and NPV will <span class=cloze>increase</span><br>as prevalence increases, the PPV will <span class=cloze>increase</span> and the NPV will <span class=cloze>decrease</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"do sensitivity and specificity depend on prevalence? <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">do sensitivity and specificity depend on prevalence? <span class=cloze>NO</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">do sensitivity and specificity depend on prevalence? <span class=cloze>NO</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">they are measures of test performance. only PPV and NPV are dependence on prevalence</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"when a test has a high negative predictive value, the percentage of false negatives will be <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">when a test has a high negative predictive value, the percentage of false negatives will be <span class=cloze>small</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">when a test has a high negative predictive value, the percentage of false negatives will be <span class=cloze>small</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"<img src=""Screen Shot 2022-10-09 at 9.18.44 AM.png""> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""Test B. closest to upper left corner, AKA greatest area under the curve (AUC) <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"ROC curve stands for: <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">ROC curve stands for: <span class=cloze>Receiver operating characteristic </span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">ROC curve stands for: <span class=cloze>Receiver operating characteristic </span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"<span style=""color: rgb(45, 59, 69); background-color: rgb(255, 255, 255);"">Receiver Operating Characteristic (ROC) Curves are used to determine </span><span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield""><span style=""color: rgb(45, 59, 69); background-color: rgb(255, 255, 255);"">Receiver Operating Characteristic (ROC) Curves are used to determine </span><span class=cloze>diagnostic cut-offs</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze""><span style=""color: rgb(45, 59, 69); background-color: rgb(255, 255, 255);"">Receiver Operating Characteristic (ROC) Curves are used to determine </span><span class=cloze>diagnostic cut-offs</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl ""><ul><li>Can be used to compare alternative tests</li><li>Used to quantify how accurately diagnostic tests discriminate between ""diseased"" and ""non-diseased""</li></ul><div><img alt="""" src=""roc_curve.png""></div></div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what can be used to quantify how accurately diagnostic tests discriminate between ""diseased"" and ""non-diseased""? <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">what can be used to quantify how accurately diagnostic tests discriminate between ""diseased"" and ""non-diseased""? <span class=cloze>ROC curve</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">what can be used to quantify how accurately diagnostic tests discriminate between ""diseased"" and ""non-diseased""? <span class=cloze>ROC curve</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"the ROC curve plots the <span class=cloze>[...]</span> vs the <span class=cloze>[...]</span> of a test <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">the ROC curve plots the <span class=cloze>(1-specificity)</span> vs the <span class=cloze>sensitivity</span> of a test</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">the ROC curve plots the <span class=cloze>(1-specificity)</span> vs the <span class=cloze>sensitivity</span> of a test</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">(1-specificity) also known as the FPF or false predictive fraction, sensitivity is known as true positive fraction</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"ROC curve: a perfect test has an AUC of 1.0, an AUC of <span class=cloze>[...]</span> or less has no diagnostic value <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">ROC curve: a perfect test has an AUC of 1.0, an AUC of <span class=cloze>0.5</span> or less has no diagnostic value</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">ROC curve: a perfect test has an AUC of 1.0, an AUC of <span class=cloze>0.5</span> or less has no diagnostic value</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"allele-specific PCR is used to detect <span class=cloze>[...]</span> or small <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">allele-specific PCR is used to detect <span class=cloze>point mutations</span> or small <span class=cloze>deletions/insertions SNPs</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">allele-specific PCR is used to detect <span class=cloze>point mutations</span> or small <span class=cloze>deletions/insertions SNPs</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"multiplex PCR allows multiple PCR primer sets included in the same PCR reaction, scans commonly deleted <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">multiplex PCR allows multiple PCR primer sets included in the same PCR reaction, scans commonly deleted <span class=cloze>exons</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">multiplex PCR allows multiple PCR primer sets included in the same PCR reaction, scans commonly deleted <span class=cloze>exons</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl ""><img src=""paste-8bd772e3466df717a168d77544b9bf038d96ca84.jpg""></div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"small RNAs that act to silence expression of other genes <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">small RNAs that act to silence expression of other genes <span class=cloze>miRNA</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">small RNAs that act to silence expression of other genes <span class=cloze>miRNA</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"2 mechanisms of transcriptional termination in bacteria: <span class=cloze>[...]</span> and <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">2 mechanisms of transcriptional termination in bacteria: <span class=cloze>rho-dependent</span> and <span class=cloze>rho-independent</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">2 mechanisms of transcriptional termination in bacteria: <span class=cloze>rho-dependent</span> and <span class=cloze>rho-independent</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"in bacteria, energy from ATP is required to terminate transcription and is rho - <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">in bacteria, energy from ATP is required to terminate transcription and is rho - <span class=cloze>dependent</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">in bacteria, energy from ATP is required to terminate transcription and is rho - <span class=cloze>dependent</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"For each of the following, indicate if they are associated with Rho-dependent or -independent termination of transcription in bacteria. A helicase unwinds the RNA transcript from the DNA template strand <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""rho dependent <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"For each of the following, indicate if they are associated with Rho-dependent or<br>-independent termination of transcription in bacteria. A hairpin in the RNA triggers the<br>RNA polymerase to release the transcripts <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""rho-independent <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"An <span class=cloze>[...]</span> is a consensus sequence overlapping the TSS used in transcriptional intiation (eukaryotic) <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">An <span class=cloze>INR sequence</span> is a consensus sequence overlapping the TSS used in transcriptional intiation (eukaryotic)</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">An <span class=cloze>INR sequence</span> is a consensus sequence overlapping the TSS used in transcriptional intiation (eukaryotic)</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">the general transcription factor TFIID binds to the TATA box and INR sequence to initiate transcription. specific transcription factors help control the rate of transcription, not the recruitment of polymerase</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"What is the subunit of the TFIID that binds directly to the TATA box: <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">What is the subunit of the TFIID that binds directly to the TATA box: <span class=cloze>TBP</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">What is the subunit of the TFIID that binds directly to the TATA box: <span class=cloze>TBP</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"TFIID is a general transcription factor that binds to the consensus sequences (<span class=cloze>[...]</span>) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase II.  <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">TFIID is a general transcription factor that binds to the consensus sequences (<span class=cloze>TATA box and INR sequence</span>) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase II. </div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">TFIID is a general transcription factor that binds to the consensus sequences (<span class=cloze>TATA box and INR sequence</span>) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase II. </div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">necessary for transcriptional initiation of all protein-coding genes in eukaryotes</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"<span class=cloze>[...]</span> is a general transcription factor that binds to the consensus sequences (TATA box and INR sequence) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase II.  <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield""><span class=cloze>TFIID</span> is a general transcription factor that binds to the consensus sequences (TATA box and INR sequence) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase II. </div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze""><span class=cloze>TFIID</span> is a general transcription factor that binds to the consensus sequences (TATA box and INR sequence) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase II. </div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">necessary for transcriptional initiation of all protein-coding genes in eukaryotes</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"TFIID is a general transcription factor that binds to the consensus sequences (TATA box and INR sequence) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase <span class=cloze>[...]</span>  <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">TFIID is a general transcription factor that binds to the consensus sequences (TATA box and INR sequence) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase <span class=cloze>II.</span> </div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">TFIID is a general transcription factor that binds to the consensus sequences (TATA box and INR sequence) in the core promoter to initiate transcription. <br>Other GTFs assemble around this TSS to form preinitiation complex and recruit RNA polymerase <span class=cloze>II.</span> </div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">necessary for transcriptional initiation of all protein-coding genes in eukaryotes</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"a complex of general transcription factors that assembles around the TSS and recruits the RNA polymerase: <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">a complex of general transcription factors that assembles around the TSS and recruits the RNA polymerase: <span class=cloze>pre-initiation complex</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">a complex of general transcription factors that assembles around the TSS and recruits the RNA polymerase: <span class=cloze>pre-initiation complex</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"transcription factors that are necessary for transcriptional initiation of all genes: <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">transcription factors that are necessary for transcriptional initiation of all genes: <span class=cloze>general transcription factors</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">transcription factors that are necessary for transcriptional initiation of all genes: <span class=cloze>general transcription factors</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what are the common functions of the 5' cap and the poly-A tail? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""1. Protects the mRNA from degradation<br>2. Export of mRNA from nucleus<br>3. Assembly of ribosome for translation <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"every intron beins with <span class=cloze>[...]</span> and ends with <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">every intron beins with <span class=cloze>GU</span> and ends with <span class=cloze>AG</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">every intron beins with <span class=cloze>GU</span> and ends with <span class=cloze>AG</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">in DNA, would be same but GT and AG</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"3 mechanisms to produce variant proteins from a single gene<br>1. alternative <span class=cloze>[...]</span><br>2. alternative splicing<br>3. alternative termination sites <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">3 mechanisms to produce variant proteins from a single gene<br>1. alternative <span class=cloze>promoters</span><br>2. alternative splicing<br>3. alternative termination sites</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">3 mechanisms to produce variant proteins from a single gene<br>1. alternative <span class=cloze>promoters</span><br>2. alternative splicing<br>3. alternative termination sites</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"3 mechanisms to produce variant proteins from a single gene<br>1. alternative promoters<br>2. alternative <span class=cloze>[...]</span><br>3. alternative termination sites <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">3 mechanisms to produce variant proteins from a single gene<br>1. alternative promoters<br>2. alternative <span class=cloze>splicing</span><br>3. alternative termination sites</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">3 mechanisms to produce variant proteins from a single gene<br>1. alternative promoters<br>2. alternative <span class=cloze>splicing</span><br>3. alternative termination sites</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"3 mechanisms to produce variant proteins from a single gene<br>1. alternative promoters<br>2. alternative splicing<br>3. alternative <span class=cloze>[...]</span> <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">3 mechanisms to produce variant proteins from a single gene<br>1. alternative promoters<br>2. alternative splicing<br>3. alternative <span class=cloze>termination sites</span></div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">3 mechanisms to produce variant proteins from a single gene<br>1. alternative promoters<br>2. alternative splicing<br>3. alternative <span class=cloze>termination sites</span></div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"<span class=cloze>[...]</span> is a chemotherapy drug that acts by inhibiting transcription. It intercalates into the DNA duplex (flat molecule that slides between bases) <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield""><span class=cloze>Actinomycin D</span> is a chemotherapy drug that acts by inhibiting transcription. It intercalates into the DNA duplex (flat molecule that slides between bases)</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze""><span class=cloze>Actinomycin D</span> is a chemotherapy drug that acts by inhibiting transcription. It intercalates into the DNA duplex (flat molecule that slides between bases)</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"<span class=cloze>[...]</span> is a potent toxin that inhibits RNA pol II <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield""><span class=cloze>alpha-amantin</span> is a potent toxin that inhibits RNA pol II</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze""><span class=cloze>alpha-amantin</span> is a potent toxin that inhibits RNA pol II</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which enzymatic activity found in some DNA polymerases is responsibe for removing RNA primers from the double-stranded DNA? <span class=cloze>[...]</span> activity <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">which enzymatic activity found in some DNA polymerases is responsibe for removing RNA primers from the double-stranded DNA? <span class=cloze>5' to 3' exonuclease</span> activity</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">which enzymatic activity found in some DNA polymerases is responsibe for removing RNA primers from the double-stranded DNA? <span class=cloze>5' to 3' exonuclease</span> activity</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"Which of the following is a chemotherapeutic drug that acts as a topoisomerase<br>inhibitor?<br>a. Doxorubicin b. Ciprofloxacin c. Alpha-amanitin d. Puromycin e. Rifampicin <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""a. doxorubicin  <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which DNA-binding protein recognizes the -10 and -35 consensus sequences in prokaryotic promoters and acts to recruit the RNA polymerase core enzyme? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""sigma factor <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which protein complex uses miRNA to recognize complementary mRNAs to silence their expresion, either by blocking translation or by degrading the mRNA? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""RISC <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what does RISC stand for <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""RNA induced silencing complex <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"miRNAs have homology to target mRNAs • The <span class=cloze>[...]</span>-miRNA complex bind the target mRNA • The target mRNA will either be degraded, or translation will be blocked • So, miRNA act to inhibit gene expression <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">miRNAs have homology to target mRNAs • The <span class=cloze>RISC</span>-miRNA complex bind the target mRNA • The target mRNA will either be degraded, or translation will be blocked • So, miRNA act to inhibit gene expression</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">miRNAs have homology to target mRNAs • The <span class=cloze>RISC</span>-miRNA complex bind the target mRNA • The target mRNA will either be degraded, or translation will be blocked • So, miRNA act to inhibit gene expression</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"miRNAs have homology to target <span class=cloze>[...]</span> • The RISC-miRNA complex bind the target <span class=cloze>[...]</span> • The target <span class=cloze>[...]</span> will either be degraded, or translation will be blocked • So, miRNA act to inhibit gene expression <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">miRNAs have homology to target <span class=cloze>mRNAs</span> • The RISC-miRNA complex bind the target <span class=cloze>mRNA</span> • The target <span class=cloze>mRNA</span> will either be degraded, or translation will be blocked • So, miRNA act to inhibit gene expression</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">miRNAs have homology to target <span class=cloze>mRNAs</span> • The RISC-miRNA complex bind the target <span class=cloze>mRNA</span> • The target <span class=cloze>mRNA</span> will either be degraded, or translation will be blocked • So, miRNA act to inhibit gene expression</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what is an antibiotic that acts as a prokaryotic topoisomerase inhibitor? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""ciprofloxacin <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what type of bond involves sharing electrons <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""covalent bonds <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what type of bond is weak dipole-dipole interactions? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""van der waals interactions <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"is proline aromatic? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""no <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what amino acids contain an imino acid ring? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""proline <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""af53d61210194542b68a54cf68bf79ef-oa-1-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""af53d61210194542b68a54cf68bf79ef-oa-1-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""af53d61210194542b68a54cf68bf79ef-oa-2-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""af53d61210194542b68a54cf68bf79ef-oa-2-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""af53d61210194542b68a54cf68bf79ef-oa-3-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""af53d61210194542b68a54cf68bf79ef-oa-3-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""af53d61210194542b68a54cf68bf79ef-oa-4-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""af53d61210194542b68a54cf68bf79ef-oa-4-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""27f05d287cb9450f97a8ec8b95f365e3-oa-1-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""27f05d287cb9450f97a8ec8b95f365e3-oa-1-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""27f05d287cb9450f97a8ec8b95f365e3-oa-2-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""27f05d287cb9450f97a8ec8b95f365e3-oa-2-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""27f05d287cb9450f97a8ec8b95f365e3-oa-3-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""27f05d287cb9450f97a8ec8b95f365e3-oa-3-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""85c295176e344f9da1adb204c47ce235-oa-1-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""85c295176e344f9da1adb204c47ce235-oa-1-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""85c295176e344f9da1adb204c47ce235-oa-2-Q.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <div id=""io-footer""></div> <script> // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "" <div id=""io-header""></div> <div id=""io-wrapper""> <div id=""io-overlay""><img src=""85c295176e344f9da1adb204c47ce235-oa-2-A.svg"" /></div> <div id=""io-original""><img src=""acid-and-amide-structures.png"" /></div> </div> <button id=""io-revl-btn"" onclick=""toggle();"">Toggle Masks</button> <div id=""io-extra-wrapper""> <div id=""io-extra""> </div> </div> <script> // Toggle answer mask on clicking the image var toggle = function() { var amask = document.getElementById('io-overlay'); if (amask.style.display === 'block' || amask.style.display === '') amask.style.display = 'none'; else amask.style.display = 'block' } // Prevent original image from loading before mask aFade = 50, qFade = 0; var mask = document.querySelector('#io-overlay>img'); function loaded() { var original = document.querySelector('#io-original'); original.style.visibility = ""visible""; } if (mask === null || mask.complete) { loaded(); } else { mask.addEventListener('load', loaded); } </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"essential amino acids: running hard is very tiring, long walks keep me fit <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""Arg (R), His (H), Ile (I), Val (V), Threonine (T), Leu (L), Trp (W), Lys (K), Met (M), Phe (F) <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what level of protein structure is the assembly of multiple polypeptide subunits into a protein complex? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""quaternary <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what level of protein structure is the 3D structure of an entire polypeptide chain? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""tertiary <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"Ribosomes read mRNA templates in <span class=cloze>[...]</span> direction and synthesize protein in the N to C direction <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield"">Ribosomes read mRNA templates in <span class=cloze>5' to 3'</span> direction and synthesize protein in the N to C direction</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze"">Ribosomes read mRNA templates in <span class=cloze>5' to 3'</span> direction and synthesize protein in the N to C direction</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p><br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"What are the molecular determinants of the genetic code? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""Aminoacyl-tRNA synthetases.<br>-Enzymes that attach amino acids to their corresponding tRNAs <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which 2 antibiotics are protein synthesis inhibitors that binds to small 30s subunit:<br>streptomycin, tetracycline, erythromycin, chloramphenicol, puromycin <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""streptomycin, tetracycline<br><br>S(subunit)tre(3)pto(paid time off)mycin <br>Tetracycline sounds like tricycle, which has 3 wheels. 30S <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which 2 antibiotics are protein synthesis inhibitors that binds to large 50s subunit:<br>streptomycin, tetracycline, erythromycin, chloramphenicol, puromycin <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""erythromycin and chloramphenicol<br><br>E is the 5th letter of alphabet (50s) and r is right after it (ribosome)<br>chloramphenicol - swim 50 yards, chlorine <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"<span class=cloze>[...]</span> - an enzyme (toxin) that Inactivates eEF-2 by ADP-ribosylation of a modified<br>histidine, Inhibits translocation. <!-- ############## Text-to-speech ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze:Text--> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID = ""XXXYYYZZZ"" </script> <div class=""timer"" id=""s2""></div> <script> //############## TIMER CONFIGURATION START ############## //Set Timer Length var minutes = 0 var seconds = 9 //############## TIMER CONFIGURATION END ############## function countdown( elementName, minutes, seconds ) { var element, endTime, hours, mins, msLeft, time; function twoDigits( n ) { return (n <= 9 ? ""0"" + n : n); } function updateTimer() { msLeft = endTime - (+new Date); //USER CUSTOMIZATION- you can edit color and text of the 'time expired' readout under the element.innerHTML if ( msLeft < 1000 ) { element.innerHTML = ""<span style='color:#CC5B5B'>!<br/>!<br/>!<br/>!<br/>!<br/>!</span>""; } else { time = new Date( msLeft ); hours = time.getUTCHours(); mins = time.getUTCMinutes(); element.innerHTML = (hours ? hours + ':' + twoDigits( mins ) : mins) + ':' + twoDigits( time.getUTCSeconds() ); setTimeout( updateTimer, time.getUTCMilliseconds() + 500 ); } } element = document.getElementById( elementName ); endTime = (+new Date) + 1000 * (60*minutes + seconds) + 500; updateTimer(); } countdown(""s2"", minutes, seconds ); //2nd value is the minute, 3rd is the seconds </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <script> //DONT FADE BETWEEN CARDS qFade=0; if (typeof anki !== 'undefined') anki.qFade=qFade; </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""<script> // ############## HINT REVEAL SHORTCUTS ############## // Visit https://keycode.info/ to get the number/letter for the key you want to assign. // The shortcuts are Alt + the number/letter below // All shortcuts will also open with ""H"" if using the Hint Hotkeys add-on var lecturenotes = '49'; var missedQ = '50'; var pathoma = '51'; var bnb = '52'; var firstaid = '53'; var sketchy = '54'; var pixorize = '55'; var physeo = '56'; var ome= '112'; var additional = '57'; var OpenCloseAll = '222'; var ScrollToHint = true; </script> <div class=""clozefield""><span class=cloze>Diphtheria Toxin</span> - an enzyme (toxin) that Inactivates eEF-2 by ADP-ribosylation of a modified<br>histidine, Inhibits translocation.</div> <!-- ############## EDIT CLOZE DURING REVIEW ############## -change below (not above) to ""edit:cloze:Text"" for editable field, but be sure to have the correct add-on installed--> <div class=""editcloze""><span class=cloze>Diphtheria Toxin</span> - an enzyme (toxin) that Inactivates eEF-2 by ADP-ribosylation of a modified<br>histidine, Inhibits translocation.</div> <!-- ############## TEXT-TO-SPEECH ############## replace the arrows/dashes from the statement below with double brackets--> <!--tts en_US voices=Apple_Samantha speed=1.4:cloze-only:Text--> <hr> <!-- ############## SHOW HINTS AUTOMATICALLY ############## For instructions on how to show a field automatically, visit www.ankingmed.com/faq and type ""show hint"" into the search bar --> <!-- OME AUTO OPEN FIELD --> <div style=""max-width:300px; display:block; margin-left:auto; margin-right: auto;""></div> <!-- LECTURE NOTES FIELD --> <div id=""button-ln"" class=""generalclass"" style=""display:none;""> </div> <!-- MISSED QUESTIONS FIELD --> <div id=""button-mq"" class=""generalclass"" style=""display:none;""> </div> <!-- PATHOMA FIELD --> <div id=""button-pat"" class=""generalclass"" style=""display:none;""> </div> <!-- BOARDS AND BEYOND FIELD --> <div id=""button-bb"" class=""generalclass"" style=""display:none;""> </div> <!-- EXTRA FIELD --> <p></p> <div id=""extra""><div data-EFDRCfield=""RXh0cmE="" class=""EFDRC-outline EFDRC-ctrl "">""Blocks translocation by enzymatically adding an ADP-ribosyl unit to a diphthamide amino acid of eEF-2""</div></div> <br> <div id=""testscroll""></div> <!-- FIRST AID FIELD --> <div id=""button-fa"" class=""generalclass"" style=""display:none;""> </div> <!-- SKETCHY FIELD --> <div id=""button-sketchy"" class=""generalclass"" style=""display:none;""> </div> <!-- PIXORIZE FIELD --> <div id=""button-pixorize"" class=""generalclass"" style=""display:none;""> </div> <!-- PHYSEO FIELD --> <div id=""button-physeo"" class=""generalclass"" style=""display:none;""> </div> <!-- OME FIELD (CLOSED BY DEFAULT) <div id=""button-ome"" class=""generalclass"" style=""display:none;""> </div> --> <!-- ADDITIONAL RESOURCES FIELD --> <div id=""button-ar"" class=""generalclass"" style=""display:none;""> </div> <script> //HINT REVEALS function myFunction(divid, id, divid) { var x = document.getElementById(divid), y = document.getElementById(id), z = document.getElementById(divid); if (x.style.display == ""none"") { x.style.display = ""block""; y.style.display = ""none""; z.scrollToId; } else { x.style.display = ""none""; y.style.display = ""inline-block""; } if (ScrollToHint){ z.scrollIntoView({ behavior: ""smooth"", //""auto"" for instant scrolling block: ""start"", inline: ""nearest"" }); } } document.onkeydown = function(evt) { evt = evt || window.event; if (evt.altKey && evt.keyCode == lecturenotes) { myFunction('button-ln', 'hint-ln', 'button-ln')} if (evt.altKey && evt.keyCode == missedQ) { myFunction('button-mq', 'hint-mq', 'button-mq')} if (evt.altKey && evt.keyCode == pathoma) { myFunction('button-pat', 'hint-pat', 'button-pat')} if (evt.altKey && evt.keyCode == bnb) { myFunction('button-bb', 'hint-bb', 'button-bb')} if (evt.altKey && evt.keyCode == firstaid) { myFunction('button-fa', 'hint-fa', 'button-fa')} if (evt.altKey && evt.keyCode == sketchy) { myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy')} if (evt.altKey && evt.keyCode == pixorize) { myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize')} if (evt.altKey && evt.keyCode == physeo) { myFunction('button-physeo', 'hint-physeo', 'button-physeo')} if (evt.altKey && evt.keyCode == ome) { myFunction('button-ome', 'hint-ome', 'button-ome')} if (evt.altKey && evt.keyCode == additional) { myFunction('button-ar', 'hint-ar', 'button-ar')} if (evt.keyCode == OpenCloseAll) { try{myFunction('button-ar', 'hint-ar', 'button-ar');} finally{try{myFunction('button-ome', 'hint-ome', 'button-ome');} finally{try{myFunction('button-physeo', 'hint-physeo', 'button-physeo');} finally{try{myFunction('button-pixorize', 'hint-pixorize', 'button-pixorize');} finally{try{myFunction('button-sketchy', 'hint-sketchy', 'button-sketchy');} finally{try{myFunction('button-fa', 'hint-fa', 'button-fa');} finally{try{myFunction('button-bb', 'hint-bb', 'button-bb');} finally{try{myFunction('button-pat', 'hint-pat', 'button-pat');} finally{try{myFunction('button-mq', 'hint-mq', 'button-mq');} finally{myFunction('button-ln', 'hint-ln', 'button-ln');}}}}}}}}} } } </script> <br> <br> <script> //ENTER THE TAG TERM WHICH, WHEN PRESENT, WILL TRIGGER A RED BACKGROUND var tagID </script> <div id=""pic""><a href=""https://www.ankingmed.com""> <img src=""_AnKingRound.png"" alt=""The AnKing"" style=""height:50px;border:0;position:fixed;bottom:10px;right:10px;""> </a></div> <!-- WIKIPEDIA SEARCHES --> <div id=""popup-container""> <button id=""close-popup-btn"" onclick=""closePopup(true)"">×</button> <a id=""open-wiki-btn"" href="""">↪</a> <div id=""tc""></div> <div id=""fadebottom_v""></div> <div id=""ic""><img id=""popup-image""></div> </div> <script> function getSummaryFor(word) { word = word.replace(/^[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+|[\.,\/#\!$%\^&\*;:{}=\-_`~()\'\s]+$/g, """"); var pc = document.getElementById(""popup-container""); var hc = document.getElementById(""hc""); var tc = document.getElementById(""tc""); var ic = document.getElementById(""ic""); var imgelem = document.getElementById(""popup-image""); imgelem.src = """"; var shortsum =""""; fetch(""https://en.wikipedia.org/api/rest_v1/page/summary/"" + word).then(function(response) {return response.json();}).then(function(response) { shortsum = response.description; shortsum = shortsum.replace(/(Disambiguation.*)/g, ""Disambiguation""); tc.innerHTML = ""<span id='hc'>"" +capfl(shortsum) + ""</span>"" +""\n"" +response.extract_html + ""\n""; tc.style.width = ""420px""; if (response.extract_html && !response.extract.endsWith(""to:"")){ pc.style.display = ""block""; document.getElementById(""open-wiki-btn"").href = response.content_urls.desktop.page; }else{pc.style.display = ""none"";} if (!response.thumbnail.source || response.type ===""disambiguation""){ tc.style.width = ""420px""; }else{tc.style.width=""300px"";imgelem.src = response.thumbnail.source;} }).catch(function(error) {console.log(error);});} function closePopup(deselectAlso=false){ pcc.style.display = 'none'; if (deselectAlso){clearSelection();} } var pcc = document.getElementById(""popup-container""); var prevSel = """"; document.addEventListener('click', function() { var currentSelection = getSelectionText(); if (currentSelection !==""""){prevSel = currentSelection;} if (currentSelection && !mustClickW ){ getSummaryFor(currentSelection); }else{closePopup();} }); document.addEventListener('keyup', function(e) { if(e.key ==""w""){ if(pcc.style.display ===""block""){closePopup();}else{getSummaryFor(prevSel);} } }); function getSelectionText() { var text = """"; if (window.getSelection) { text = window.getSelection().toString(); } else if (document.selection && document.selection.type != ""Control"") { text = document.selection.createRange().text;} return text; } function capfl(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function clearSelection(){ if (window.getSelection) {window.getSelection().removeAllRanges();} else if (document.selection) {document.selection.empty();} } //CUSTOMIZATION //this is a variable controlling whether user must click the ""w"" key to open the popup. //if set to true: user must select text, then click the ""w"" key to open wikipedia popup. Clicking ""w"" key again will close the popup. //if set to false: user only needs to select text. popup will open automatically. Clicking ""w"" is an alternative but not obligatory way of opening/closing the popup in this mode. //BELOW SET to true or to false. var mustClickW = true; //END CUSTOMIZATION </script> <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which amino acid can undergo gamma-carboxylation <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""glutamate. A carboxyl group is added to the 2nd C (γ C) of glutamate to generate γ-carboxyglutamate (Gla)<br>▪ Vitamin K dependent <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which amino acids undergo hydroxylation <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""Hydroxylation of proline and lysine<br>▪ Vitamin C dependent<br>hydroxylase adds –OH to proline or lysine to generate hydroxyproline and hydroxylysine ▪ A common modification in collagen <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which amino acid undergoes N-linked glycosylation <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""asparagine<br><br>Glycosylation<br>▪ Addition of a carbohydrates to<br>generate glycoproteins<br>▪ N-linked<br>• Attached to amide nitrogen of<br>Asparagine<br>• In the RER<br>▪ O-Linked<br>• Attached to hydroxyl of Serine or<br>Threonine<br>• In the Golgi <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"which amino acid undergoes O-linked glycosylation <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""Glycosylation<br>▪ Addition of a carbohydrates to<br>generate glycoproteins<br><br>▪ O-Linked<br>• Attached to hydroxyl of Serine or<br>Threonine<br>• In the Golgi <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what can be used to detect and quantify specific proteins in a sample without first separating them by size? <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""ELISA (enzyme linked immunosorbent assay) <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
"what are 2 major mechanisms that regular transcriptional initiation <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> ""1. interplay of trans-acting factors and cis-acting elements to control RNA polymerase recruitment<br>2. alteration of chromatin structures to control accessibility of the gene to transcription factors and RNA polymerase (epigenetics) - only in eukaryotes <div> <script type=""text/javascript""> function ct_click(tag) { pycmd(""ct_click_"" + tag) } function ct_dblclick(tag, deck) { pycmd(""ct_dblclick_"" + tag + ""|"" + deck) } (function(){ // numTagLevelsToShow is defined in AnKing note types if(typeof numTagLevelsToShow === 'undefined') return; var clickableTags = document.getElementsByClassName(""clickable-tag""); for (let tagElm of clickableTags){ var tag = tagElm.innerHTML; // numTagLevelsToShow == 0 means the whole tag should be shown if(numTagLevelsToShow != 0){ tag = tag.split('::').slice(-numTagLevelsToShow).join(""::""); } tagElm.innerHTML = tag; }; })(); </script> </div> "
Download