Sindbad~EG File Manager

Current Path : /var/www/html/edd.sumar.com.py/storage/framework/views/
Upload File :
Current File : /var/www/html/edd.sumar.com.py/storage/framework/views/e2816e9902787bdf36b0a1e947e3c528e82d51db.php

<div>
	<?php if($competencia->int_tipo == 1 && $respuestaint->respuesta != "N/A"): ?>
		<?php if($tipo == "mostrar"): ?>
			<table width="100%"> 
				<tr>
					<td>
						<?php echo e($respuestaint->respuesta); ?> / <?php echo e($competencia->int_fin); ?>

					</td>
					<td>
						<?php
							$porcentaje = ($respuestaint->respuesta*100)/$competencia->int_fin;
						?>
						<div class="progress" style="height: 25px;">
			  				<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" style="width: <?php echo e($porcentaje); ?>%;" aria-valuenow="<?php echo e($porcentaje); ?>" aria-valuemin="0" aria-valuemax="100"><?php echo e($porcentaje); ?>%</div>
						</div>
					</td>
				</tr>
			</table>
		<?php elseif($tipo == "imprimir2"): ?> 
			<tr>
				<td><?php echo e($competencia->com_nom); ?></td> 
				<td><?php echo e($respuestaint->respuesta); ?></td>
			</tr>
		<?php else: ?>
			<?php echo e($respuestaint->respuesta); ?> / <?php echo e($respuestaint->int_fin); ?>

		<?php endif; ?>
	<?php elseif($competencia->int_tipo == 3): ?>
		<?php if($tipo == "mostrar"): ?>
			<table width="100%">
				<tr>
					<td>
						<?php for($i = 1; $i <= 10 ; $i++): ?>
							<?php
								$dato1='int_opcion'.$i.'_punto';
								$dato2='int_opcion'.$i;
							?>
							<?php if($respuestaint->respuesta == $competencia->$dato1): ?>
								<b>Respuesta: </b><?php echo e($competencia->$dato2); ?> <!-- - <b>Puntaje:</b> -->
							<?php endif; ?>
						<?php endfor; ?>
					<!--	<?php echo e($respuestaint->respuesta); ?> -->
					</td>
				</tr>
			</table>
		<?php elseif($tipo == "imprimir2"): ?>
			<?php for($i = 1; $i <= 10 ; $i++): ?>
				<?php
					$dato1='int_opcion'.$i.'_punto';
				?>
				<?php if($respuestaint->respuesta == $competencia->$dato1): ?>
					<tr>
						<td><?php echo e($competencia->com_nom); ?></td> 
						<td><?php echo e($competencia->$dato1); ?></td>
					</tr>
				<?php endif; ?>
			<?php endfor; ?>
		<?php else: ?>
			<?php echo e($respuestaint->respuesta); ?>

		<?php endif; ?>
	<?php elseif($competencia->int_tipo == 4): ?>
		<?php if($tipo == "mostrar"): ?>
			<table width="100%">
				<tr>
					<td>
						<?php
							$arreglo = unserialize($respuestaint->respuesta);
						?>
						<ul>
							<?php $__currentLoopData = $arreglo; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $element): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
								<li><?php echo e($element); ?></li>
							<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
						</ul>
						
						<b>Comentario:</b><br>
						<?php echo e($respuestaint->respuesta2); ?>

					</td>
				</tr>
			</table>
		<?php elseif($tipo == "imprimir2"): ?>

		<?php else: ?>
			<?php echo e($respuestaint->respuesta); ?>

		<?php endif; ?>
	<?php else: ?>
		<?php if($tipo == "imprimir2"): ?>

		<?php else: ?>
			<?php echo e($respuestaint->respuesta); ?>

		<?php endif; ?> 
	<?php endif; ?>
</div><?php /**PATH /var/www/html/logros.sumar.com.py/resources/views/livewire/showrespuesta/index.blade.php ENDPATH**/ ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists