<?php

/**************** función botonradio_db ****************/
/* $f conexión                                         */
/* $tipo formato V=vertical ...                        */
/* $tabla1 tabla primera de consulta                   */
/* $tabla2 tabla segunda de consulta                   */
/*******************************************************/

function botonradio_db ($f, $tipo, $tabla1, $tabla2)
{
if ($tipo=="V") $TIPO="&nbsp; <BR>";
else $TIPO="&nbsp; &nbsp;";

$cons = "SELECT pregunta.texto,pregunta.id, opciona, opcionb, opcionc, opciond FROM $tabla1, $tabla2 WHERE pregunta.id = opciones.id ";
$res = mysql_query ($cons, $f) OR die ("Fallo en la respuesta.");
echo "<form action=gueno.php method=post >";

for ($i = 0; $i < 6; $i++)
{
 $j = 0;
 $k = 0;
 
 while (!$k){
  $ale = mt_rand ("0", "11");
  $cadena[$i] = $ale;
  if ($i == 0) $k=1;
  else{
       for ($k=0; $k<$i; $k++)
           if ($cadena[$k] == $ale)
	   $k = 0;}
   };

 $valor = mysql_result ($res, $ale, $j);
 $i=$i+1;
 echo "<p><b>$i. $valor</b>". $TIPO;
 $i=$i-1;
 $j = 1;
 $id = mysql_result ($res, $ale, $j);
 $name = "radio".$id;
 for ($j = 2; $j < 6; $j++)
 {
  $valor = mysql_result ($res, $ale, $j);
  
  echo "<input type=\"radio\" name=\"$name\" value=\"$valor\" >$valor". $TIPO;
  
 }
 /* echo "<input type=\"hidden\" name=\"id\" value=\"$id\">"; */
 $array=$id.",".$array;
}
echo "<input type=\"hidden\" name=\"ids\" value=\"$array\">";
echo "<p><input type=submit value=Corregir> ";
echo "<input type=reset value=Borrar></p>";
echo "</form>";

}


/*********************************************************/
/***** Intentamos la conexión con la base de datos.  *****/ 
/*********************************************************/

$servidor = "localhost";
$usuario = "root";
$contraseña = "j0nj0n";

$base = "cuestionario";

$id = mysql_connect($servidor, $usuario, $contraseña);
$conexion = mysql_select_db ($base, $id) OR die ("No puedo conectar con
la base de datos \"$base\". ");
/* print ("Conexión establecida con éxito.\n<br><br>\n"); */

echo "\n<HTML>\n<HEAD>";
echo "<META HTTP-EQUIV=\"Content-Type\"CONTENT=\"text/html;charset=ISO-8859-1\">";
?>

<title>TEST DE AUTOEVALUACION.</title>
<style>
BODY 
{
scrollbar-3d-light-color: #FF9933; scrollbar-arrow-color: Black; scrollbar-base-color: Black; scrollbar-dark-shadow-color: #367CC2; scrollbar-face-color: #5894D0; scrollbar-highlight-color: ThreedLightShadow; scrollbar-shadow-color: InactiveCaption
}
A:link {
COLOR: black; FONT-FAMILY: times new roman; FONT-SIZE: 11pt; TEXT-DECORATION: none
}
TD {
COLOR: black; FONT-FAMILY: times new roman; FONT-SIZE: 11pt
}
A {
COLOR: black; FONT-FAMILY: times new roman; FONT-SIZE: 11pt
}
A:hover {
BACKGROUND-COLOR: #99ccff; COLOR: blue; FONT-FAMILY: times new roman; TEXT-DECORATION: none
}
A:active {
COLOR: #0E0B76; FONT-FAMILY: times new roman; TEXT-DECORATION: none
}
A:visited {
FONT-FAMILY: times new roman; TEXT-DECORATION: none
}
</style>
</head>

<body background="../images/fond.jpg" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
<table border="0" width="100%">
  <tr> 
    <td valign="top"> 
      <p align="center"><img src="../images/gte_small_ani.gif" alt="Grupo de Tecnología Electrónica">
    </td>
    <td bgcolor="#99CCCC"> <b><font face="Arial" color="#000000" size="4"><small>Complementos 
      de sistemas electrónicos digitales</small></font> </b></td>
  </tr>
</table>

<hr>

<h2 align="center">TEST DE AUTOEVALUACION.</h2>

<?
echo "</HEAD>\n<BODY>\n<br><br>";

botonradio_db ($id, "V", "pregunta", "opciones");

mysql_close ($id);
/*print ("Se ha cerrado con éxito.");*/
?>

</BODY>
</HTML>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
	<head>
            <title>e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.</title>

                <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="Buscador de proyectos ETSI" />
<meta name="author" content="Daniel Callejo"/>
<meta name="author" content="Federico L&oacute;pez"/>
<meta name="author" content="Juli&aacute;n P&eacute;rez"/>
<meta name="author" content="Jos&eacute; Mar&iacute;a Vidal Vidal"/>
<base href="/bibing/proyectos/" /><link rel="shortcut icon" href="./favicon.ico" />
<link rel="stylesheet" href="./publico/css/estructura.css" type="text/css" />
<link rel="stylesheet" href="./publico/css/bootstrap.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="./publico/css/enlaces-capas.css" type="text/css"  />
<link rel="stylesheet" href="./publico/css/pestanas.css" type="text/css"  /> 
<link rel="stylesheet" href="./publico/css/formularios.css" type="text/css" />
<link rel="stylesheet" href="./publico/css/lightbox.css" type="text/css"  />
<link rel="stylesheet" href="./publico/css/autocompleter.css" type="text/css"  />
<link rel="stylesheet" href="./publico/css/resultados.css" type="text/css"  />
<link rel="stylesheet" href="./publico/css/milista.css" type="text/css"  />
<link rel="stylesheet" href="./publico/css/explorador.css" type="text/css"  />
<link rel="stylesheet" href="./publico/css/ultimos.css" type="text/css"  />
<link rel="stylesheet" href="./publico/css/contactar.css" type="text/css"  />
<!-- <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> -->
<script src="./publico/javascript/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="./publico/javascript/bootstrap.js" type="text/javascript"></script>

<script src="./publico/javascript/mootools-1.2.4-core.js" type="text/javascript"></script>
<script src="./publico/javascript/mootools-1-1.2.4.2-more.js" type="text/javascript"></script>
<script src="./publico/javascript/targetbl.js" type="text/javascript"></script>
<script src="./publico/javascript/mensajes.js" type="text/javascript"></script>
<script src="./publico/javascript/form.js" type="text/javascript"></script>
<script src="./publico/javascript/autocompleter/Observer.js" type="text/javascript"></script>
<script src="./publico/javascript/autocompleter/Autocompleter.js" type="text/javascript"></script>
<script src="./publico/javascript/autocompleter/Autocompleter.Request.js" type="text/javascript"></script>
<script src="./publico/javascript/domready.js" type="text/javascript"></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8T1TSNC1QY"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-8T1TSNC1QY');
</script>



<script type="text/javascript">
function seleccionar_todo(){
   for (i=0;i<document.formulario_marcados.elements.length;i++)
      if(document.formulario_marcados.elements[i].type == "checkbox")
         document.formulario_marcados.elements[i].checked=1
}
function deseleccionar_todo(){
   for (i=0;i<document.formulario_marcados.elements.length;i++)
      if(document.formulario_marcados.elements[i].type == "checkbox")
         document.formulario_marcados.elements[i].checked=0
} 
</script>
	</head>
    <body style="min-width: 960px; background-color: #e2e2e2; height: 100%">	
		<a name="arriba"></a>
<div>
<div id="header">
    <table id="Tabla_01" height="105" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td>
            <img src="./publico/imagenes/cabecera/banner_new2_01.jpg" width="3" height="105" alt="">
        </td>
        <td>
            <img src="./publico/imagenes/cabecera/banner_new2_02.jpg" width="100" height="105" alt="">
        </td>
        <td width="100%" align="right"  style="min-width: 613px; background-repeat: no-repeat; background-position: top right; font-size: medium; font-weight: bold; color: white;">
            <table width="100%" height="105" border="0">
                <tr>
                    <td style=" vertical-align: top; width: 547px">
                        <!-- <a style="text-decoration: none" href="./"><img src="./publico/imagenes/cabecera/banner_new2_03.jpg"alt=""></a> -->
                        <a style="text-decoration: none" href="/bibing/proyectos/"><img src="./publico/imagenes/cabecera/banner_new2_03.jpg"alt=""></a>
                     </td>
                     <td  background="./publico/imagenes/cabecera/banner_new2_04.jpg" style="background-repeat: no-repeat; background-color: #c6d4e8;"><br><br><br>
                         &nbsp;
                        </td>
                    </tr>
             </table>
        </td>
    </tr>
    <tr style="border-top: 1px solid #ffffff;">
        <td colspan="3" id="menu_sup" style="font-size: small; text-align: right; background-color: #9c1f2f; vertical-align: bottom">
             
					<a href="/bibing/proyectos/" class="enlace " style=" color: #ffffff">Inicio&nbsp;&nbsp;|</a>
					<a href="/bibing/proyectos/acerca/" style=" color: #ffffff" class="enlace ">&nbsp;&nbsp;Acerca de&nbsp;&nbsp;|</a>
					
					<a href="/bibing/proyectos/contactar/" style=" color: #ffffff" class="enlace ">&nbsp;&nbsp;Contactar&nbsp;&nbsp;</a>
			 <!--       <a href="/bibing/proyectos/ayuda/" style=" color: #ffffff" class="enlace  ">&nbsp;&nbsp;Ayuda&nbsp;&nbsp;|</a> -->
					<!-- <form id="idioma" class=""  method="post" action="">
					<div class="inline" style="color: white">
					<input type="submit" class="tipo_letra " style=" color: #ffffff"name="idioma" value="Castellanossss" />&nbsp;&nbsp;
					</div>	
					</form> -->
			        </td>

    </tr>
    </table>
</div>
<br><br>
<div class="colmask rightmenu">
<div class="panel panel-default" style="margin:20px">
            <div class="panel-heading"><h4>IMPLANTACIÃ“N DE UNA RED ASÃNCRONA DE ENSEÃ‘ANZA DEDICADA A LA IMPARTICIÃ“N DE LA ASIGNATURA COPLEMENTOS DE SISTEMAS ELECTRÃ“NICOS DIGITALES DE 3Âº CURSO DE INGENIERÃA DE TELECOMUNICACIÃ“N.</h4><h5 style="color:grey"><span class="glyphicon glyphicon-user""></span> : <b>OLIVEROS GARRIDO, ANTONIO</b><br><span class="glyphicon glyphicon-book""></span>  :<b> Ingenier&iacute;a TelecomunicaciÃ³n</b></h5></div><div class="panel-body"><div class="contenido_proyecto"><div class="titulo2_explorador">Contenido del proyecto:</div><div class="ruta"><a href="use/abreproy/10406">Directorio ra&iacute;z</a>&nbsp;&nbsp;>&nbsp;&nbsp;<a href="use/abreproy/10406/direccion/Proyecto%252F">Proyecto</a>&nbsp;&nbsp;>&nbsp;&nbsp;<a href="use/abreproy/10406/direccion/Proyecto%252Fautoevaluacion%252F">autoevaluacion</a>&nbsp;&nbsp;>&nbsp;&nbsp;<a href="use/abreproy/10406/direccion/Proyecto%252Fautoevaluacion%252Faver.php%7E%252F">aver.php~</a></div><div class="listing"></div></div></div></div>
</div>
</div>

        
	</body>
 
 
<!-- Inicio Google Analytics -->
<!--
	<script type="text/javascript">
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	
	<script type="text/javascript">
		try {
		var pageTracker = _gat._getTracker("UA-7789620-1");
		pageTracker._trackPageview();
	} 
		catch(err) {}
	</script>
-->
<!-- Fin Google Analytics -->

</html>

