function verificaQuestao1(){
resetaAlternativaQuestoes1();
<!-- Letra A -->
if($('#questao1_a').val()==4 ){ //if OPTION IS CORRECT
mudaCorTextoParagrafo("#q1Alt_a","green",20); //changes color to green
$("#q1SimbCerto_a").show(); // shows correct .jpg
$("#q1SimbErrado_a").hide(); //dont care
//HERE IS THE PART I SHOULD HIGHLIGHT SOME SPECIFIC <P ="CLASS>
}
else{
mudaCorTextoParagrafo("#q1Alt_a","red",20);
$("#q1SimbCerto_a").hide();
$("#q1SimbErrado_a").show();