Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
caseine
moodle-mod_vpl
Commits
001e1a58
Commit
001e1a58
authored
May 11, 2020
by
Astor Bizard
Browse files
Students can now see their submissions past due date
parent
ffbe7b2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpl.class.php
View file @
001e1a58
...
...
@@ -1526,7 +1526,7 @@ class mod_vpl {
}
$tabs
[]
=
vpl_create_tabobject
(
'edit.php'
,
$href
,
'edit'
);
}
if
(
!
$example
&&
$submiter
&&
$this
->
is_submit_able
()
)
{
if
(
!
$example
&&
$submiter
)
{
$href
=
vpl_mod_href
(
'forms/submissionview.php'
,
'id'
,
$cmid
,
'userid'
,
$userid
);
$tabs
[]
=
vpl_create_tabobject
(
'submissionview.php'
,
$href
,
'submissionview'
);
if
(
$grader
&&
$this
->
get_grade
()
!=
0
&&
$subinstance
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment