main/exercise/exercise_show.php 1 location
|
@@ 879-881 (lines=3) @@
|
| 876 |
|
echo '<input type = "hidden" name="student_id" value="'.$student_id.'">'; |
| 877 |
|
echo '<input type = "hidden" name="total_score" value="'.$totalScore.'"> '; |
| 878 |
|
echo '<input type = "hidden" name="my_exe_exo_id" value="'.$exercise_id.'"> '; |
| 879 |
|
} else { |
| 880 |
|
echo ' <form name="myform" id="myform" action="'.api_get_path(WEB_CODE_PATH).'exercice/exercise_report.php?'.api_get_cidreq().'&exerciseId='.$exercise_id.'&filter=1&comments=update&exeid='.$id.'" method="post">'; |
| 881 |
|
} |
| 882 |
|
if ($origin !='learnpath' && $origin!='student_progress') { |
| 883 |
|
echo '<label><input type= "checkbox" name="send_notification"> '.get_lang('SendEmail').'</label>'; |
| 884 |
|
?> |
main/exercise/upload_exercise.php 1 location
|
@@ 629-632 (lines=4) @@
|
| 626 |
|
).'&action=add_item&type=step&lp_id='.intval($_GET['lp_id']) |
| 627 |
|
); |
| 628 |
|
exit; |
| 629 |
|
} else { |
| 630 |
|
echo '<script>window.location.href = "'.api_get_path(WEB_CODE_PATH).'exercice/admin.php?'.api_get_cidReq().'&exerciseId='.$quiz_id.'&session_id='.api_get_session_id().'"</script>'; |
| 631 |
|
} |
| 632 |
|
} |
| 633 |
|
} |
| 634 |
|
|
| 635 |
|
/** |