| módulo de graficación de respuestas del cuestionario de evaluación del diplomado de formación de profesores de español como lengua extranjera |
| « « ".$mat["nombre"]." » » EVALUACIÓN DEL $fecha7 AL $fecha8 | |||||||
| Alumnos inscritos: $noAlumnos "; echo "Alumnos que contestaron la evaluación: $noResp | |||||||
| print " | |||||||
| ".$preg["categoria"]." | |||||||
| ".$pregunta." | "; $opcion=""; $funcion=respuestas($respuestas, $j, $opcion); print " | ||||||
| ".$pregunta." | "; $funcion=respuestas($respuestas, $j, $opcion); $j++; $graph = new BAR_GRAPH("vBar"); $graph->charts = 1; $graph->values = "$funcion"; //$graph->labels = "$pregunta[$i]"; //$graph->labels = "$pregunta"; $graph->legend = "$opcion[0],$opcion[1],$opcion[2],$opcion[3],No contestó"; $graph->barColor = "v_blue.gif,v_red.gif,v_green.gif,v_yellow.gif,v_blue2.gif"; $graph->barBGColor = "$color"; $graph->legendBGColor = "$color"; $graph->labelColor = "white"; //yo $graph->labelBGColor = "white"; //yo $graph->labelBorder = "0px dashed white"; //yo $graph->absValuesColor = "black"; $graph->absValuesBGColor = "$color"; $graph->absValuesBorder = "1px solid silver"; $graph->showValues = $show; $graph->labelSpace = $space; echo "".$graph->create()." | ||||||