savePostMeta($post_id); } } } //Page switcher - manage-assignemt or send feedback or just classbook if(isSet($_GET['p']) && isSet($_GET['c']) && !isSet($_GET['s'])) { require_once('manage-assignment.php'); } else if(isSet($_GET['p']) && isSet($_GET['c']) && isSet($_GET['s'])) { require_once('send-feedback.php'); } else { ?>
drafts are not visible to the students.', lepress_textdomain); ?>
'.__('There is no assessments in this course.', lepress_textdomain).' | '; } foreach( $assignments as $post ) { echo '||||
' . $post->post_title.''.($post->post_status == 'draft' ? ' - '.__('draft', lepress_textdomain) : '').' | '; echo ''.$this->date_i18n_lepress(strtotime(get_post_meta($post->ID, '_lepress-assignment-start-date', true))).' | '.$this->date_i18n_lepress(strtotime(get_post_meta($post->ID, '_lepress-assignment-end-date', true))).' | '; echo ''.$course_meta->getUngradedCount($post->ID).' | '.__('View assignment', lepress_textdomain).' |
multiple categories, it is moved to current chosen category only.', lepress_textdomain); ?>