by Prateek Sachan.
I wanted to ask about the Edit and Submit options regarding assignment submission.: what are the variables/functions that determine these two options. I looked around a bit and found the following:
The function submissions_open() controls the Edit option in mod/assign/locallib.php
view_student_summary() function controls the Submit option via a variable $showsubmit. in mod/assign/locallib.php
I just wanted to make sure if I'm correct or not..?
Please give me some directions if I'm wrong or missing something.