コード例 #1
0
ファイル: rate.blade.php プロジェクト: hg2355/ACELink
</div>
@endif
<?php 
$student = $user->students()->first();
?>

<?php 
echo Form::open(['route' => ['activity.complete.post', $activity->id], 'style' => '']);
?>
<div class="form-group">
<label class="booktext"> Did <?php 
echo $student->first_name;
?>
 find this activity fun or boring? </label>
<?php 
echo Form::select('experience', FormList::experience(), null, array('id' => 'experience', 'class' => 'form-control'));
?>
</div>

<div class="form-group">
    <label class="booktext"> Was this activity appropiate for <?php 
echo $student->first_name;
?>
? </label>
    <?php 
echo Form::select('appropriate', FormList::confirm(), null, array('id' => 'appropriate', 'class' => 'form-control'));
?>
</div>

<div class="form-group">
    <label class="booktext"> How would you rate this activity overall on a scale of 0 (bad) to 5 (good)?