Exemplo n.º 1
0
							if($avec_salle=='y') {
								$pdf->Cell($larg_col4,$h_cell,$tab_distinct_correcteur[$tab_correcteur[$j]],'LRBT',0,'C');
							}
							else {
								$pdf->Cell($larg_col4,$h_cell,$tab_distinct_correcteur[$tab_correcteur[$j]],'LRBT',1,'C');
							}
						}

						if($avec_salle=='y') {
							$pdf->Cell($larg_col5,$h_cell,$tab_salle[$j],'LRBT',1,'C');
						}
					}

					//===========================================================

					$pdf->SetY($pdf->GetY()+$h_cell);
					$pdf->SetFont('DejaVu','B',10);
					$pdf->Cell($largeur_page,$h_cell,"Statistiques :",'',1,'L');

					$pdf->SetFont('DejaVu','',10);
					$tab_stat=calcul_moy_med($tab_note);

					$pdf->SetFont('DejaVu','B',10);
					$texte="1er quartile";
					$larg_col1=$pdf->GetStringWidth($texte)+4;
					$larg_col2=$pdf->GetStringWidth("20.0")+4;

					$pdf->SetFont('DejaVu','B',10);
					$texte="Moyenne";
					$pdf->Cell($larg_col1,$h_cell,$texte,'LRBT',0,'L');
					$pdf->SetFont('DejaVu','',10);