Assignment File attachments
by David Pike. Moodle 2.4.1I'm creating a course where the instructor wants the students to create 30 separate documents over the life of the course. I was thinking that I could just use the...
View ArticleRe: Assignment File attachments
by ben reynolds. If they are entirely different files, why not make 30 different assignments? Makes record keeping much easier.
View ArticleRe: Assignment File attachments
by David Pike. Well, it's just one ongoing assignment among many. It's a course that lasts an entire school year, and there's probably 20 assignments as it is... making it 50 would seem daunting (and...
View ArticleRe: Assignment File attachments
by Mary Cooch. Actually, if you are happy or able to dig into the code you can probably find the file to change the default number of uploaded files to more than 20. I recall doing it in 1.9 (when...
View ArticleRe: Assignment File attachments
by Richard Oelmann. In my moodle2.4 it appears to be in the file /mod/assign/submission/file/locallib.php on line 34define('ASSIGNSUBMISSION_FILE_MAXFILES', 20);HTHRichard
View ArticleRe: Assignment File attachments
by David Pike. Thank you! I'll see if I can't track it down
View ArticleRe: Assignment File attachments
by David Pike. Wooo! Worked like a charm. Thanks again!!
View ArticleRe: feature request/help: update all assignment due dates in imported course...
by Eric Oberle. I hope I'm not a bother to ask this another way, but does anyone have any clue as to how one would do two crude mysql searches of all of the assignments in a class, identify the week...
View ArticleRe: importing grades locks students from submitting assignment
by steve miley. Additional info - In the source file mod/assign/locallib.php around line 4088 in function grading_disabled, is where check is done for the locked or overridden setting. public...
View ArticleRe: importing grades locks students from submitting assignment
by ben reynolds. Steve, it looks to me like your instructor is using the wrong tool.In 2.4, you should be using the assignment setting "Offline grading worksheet" set to yes.Instructor goes to the...
View ArticleRe: In 2.2, How do I hide assignments by group?
by Gary Sutcliff. Certainly sounds like a "Well, Duhh" doesn't it?Well, we did look at that. Common Module Settings, Group mode = Separate Groups but Grouping remains "None". We figured that the...
View ArticleRe: In 2.2, How do I hide assignments by group?
by Mary Cooch. Are you saying that you have actually created groupings (not just groups) but these groupings are not available to select?
View ArticleRe: In 2.2, How do I hide assignments by group?
by Gary Sutcliff. OK, you may be on to something. I went into Participants and created two groups, one for each class. I them populated each group. Now somehow they are to be assigned to some...
View ArticleRe: Grades hidden but not feedback
by Rob Woof. Hi Mary,What caught my attention was the ability to hide feedback from students. I had another read of the OP and then looked in the Gradebook and found the switch I think Louise was...
View ArticleSubmission comment!
by Jayesh Anandani. I need to disable sumbmission comment drop down on load!Which file do i need to modify as developer?
View ArticleRe: Submission comment!
by Alicia Robinson. You can disable or hide Submission comments site-wide via:Site Administration -> Plugins -> Assignment Plugins -> Submission Plugins -> Manage assignment submission...
View ArticleWendesday, 31 December 1969 date on student uploads
by Caryl Gordon. Hi,We are using Moodle 1.9.19. We upgraded in October 2012 and in February started receiving reports that student assignment files are not uploading into the assignments.The student...
View ArticleRe: Submission comment!
by Jayesh Anandani. Alicia Robinson:Thanks for the input.But i want to know the php file since i want to make modifications to it and i am unable to locate the same.It would be great if anyone inputs...
View ArticleRe: In 2.2, How do I hide assignments by group?
by ben reynolds. You need to turn on Groupings. Site admin > Miscellaneous > Experimental > enable Groupings (that's in 1.9) Experimental may have been moved, but it's still somewhere.Then,...
View ArticleRe: In 2.2, How do I hide assignments by group?
by Gary Sutcliff. Golden,... Thanks! Why the second level of exactly the same thing? I create two groups and populate it with student names then create two goupings just to assign a group to...
View Article