Quantcast
Channel: Assignment
Viewing all 9462 articles
Browse latest View live

Re: Migration 3.8.2+ to 3.8.4+ bug - Says 0 out of 0 submitted

$
0
0
by Ken Task.  

Guess the next step is to see if this submitted file is in mdl_files table

show all submitted ...

select id,contenthash,filearea,filename,userid from mdl_files where filearea = 'submission_files';

you could add to query where clause the userid ...

select id,contenthash,filearea,filename,userid from mdl_files where (filearea = 'submission_files' and userid = 217);

Also ... the assignment itself ... does it have a setting for file type restrictions ... like .docx only?

Am about of sluething ideas ...

'SoS', Ken


Re: Migration 3.8.2+ to 3.8.4+ bug - Says 0 out of 0 submitted

$
0
0
by Ken Task.  

And a follow up ... addition ... to see if the file is indeed where the database says it is ...

Example ...

above query for userid 5 on a site returned:
| 3716 | 8f3498bfbe75fb34e809fc7ced3f4cc6f4acc92c | submission_files | file-sample_1MB.doc |      5 |

Does file actually exist?

[root@server ~]# cd /var/www/moodle38data/filedir/

[root@server filedir]# find ./ -name 8f3498bfbe75fb34e809fc7ced3f4cc6f4acc92c
./8f/34/8f3498bfbe75fb34e809fc7ced3f4cc6f4acc92c

Is it a doc?

[root@server filedir]# file -b ./8f/34/8f3498bfbe75fb34e809fc7ced3f4cc6f4acc92c
Composite Document File V2 Document, Little Endian, Os: Windows, Version 1.0, Code page: -535, Revision Number: 0, Create Time/Date: Wed Aug  2 10:09:18 2017

So we've checked DB and moodledata for existence of the file submitted.   Have you set the course to use a stock theme ... one that came with 3.8.x?  Have you set the course format to topics?

'SoS', Ken


Re: Migration 3.8.2+ to 3.8.4+ bug - Says 0 out of 0 submitted

$
0
0
by Puucho official.  

Sir,

I am using Moodle 3.9

I have just updated few days(2-3 weeks) back to the latest of that time.

I have made the online text submission

I can find the links in the submission and students are still able to submit the files. Only teacher/manager is not able to view the files for grading and zero students have submitted is coming up.

As an example you can view this link

https://www.puucho.com/mod/assign/view.php?id=3124


Re: Migration 3.8.2+ to 3.8.4+ bug - Says 0 out of 0 submitted

$
0
0
by Ken Task.  

@Puucho official

You may have chosen to 'piggy back' on the wrong discussion/thread (about 3.8.2+ to 3.8.4+).   Suggest posting your own thread .... cause your version/method of uploading, etc. isn't the same!

'piggy backing' really does make things very confusing ... for those trying to help and for those who happen to find this thread.

'Spirit of Sharing', Ken

Re: Document converter that supports HEIC images.

$
0
0
by Swift Shawen.  

Hi, share a free HEIC converter developed by Joyoshare with you. It can convert HEIC to JPG, PNG, GIF, TIFF, BMP, etc in one click without any quality loss.

Besides image converter, the team develops a lossless video joiner named Joyoshare Video Joiner. It can combine media files, GIFs, live photos together at 60X speed. Such a tool allows anyone to use for free for 5 times.

Re: Migration 3.8.2+ to 3.8.4+ bug - Says 0 out of 0 submitted

$
0
0
by Olivier Booklage.  

Hello Ken,

All files submitted by students exists !

The problem stay : in all mod-assign of all courses, teachers and admins suddenly can not see work submitted by students.

This is two screen shots from the same assign module;



We have rollback to 3.8.2+ the most used Moodle website with SQL backup and keep a 3.8.4+ buggy one for testing.

Olivier.


Re: I deleted an assignment by accident.

$
0
0
by Chris Lyon.  


You already have a copy of an assignment and feel your self blessed, whereas deleting in progress just kind of an error.

3.8.4+ File Upload Feedback Export to Portfolio

$
0
0
by Bret Miller.  

On file upload assignments, our teachers provide grading and feedback by uploading a feedback file. While the student can download the file to view it, there is link below the file that says "Export to Portfolio" which when clicked causes an error:

Sorry, the requested file could not be found

More information about this error

Debug info:

Error code: filenotfound

Stack trace:

    • line 9499 of /mod/assign/locallib.php: portfolio_caller_exception thrown
    • line 185 of /portfolio/add.php: call to assign_portfolio_caller->load_data()
Is this a permissions issue, or just a bug in the export to portfolio code? The file obviously exists since you can click on the file and it downloads.

Re: 3.8.4+ File Upload Feedback Export to Portfolio

$
0
0
by Ken Task.  

Group submitted files?

1st file reported in error is in this section of code:

    if (empty($submission)) {
            throw new portfolio_caller_exception('filenotfound');
        } else if ($submission->userid == 0) {
            // This must be a group submission.
            if (!groups_is_member($submission->groupid, $this->user->id)) {
                throw new portfolio_caller_exception('filenotfound');
            }
    } else if ($this->user->id != $submission->userid) {
            throw new portfolio_caller_exception('filenotfound');
        }

line 185 of code/file has this:

    $caller->load_data();
    // this must check capabilities and either throw an exception or return false.
    if (!$caller->check_permissions()) {
        throw new portfolio_caller_exception('nopermissions', 'portfolio', $caller->get_return_url());
    }

Ownerships/permissions on files created for export?

'SoS', Ken

assignment submission file naming concept

$
0
0
by Stefan Albrecht.  

essaydune

General Help: Downloaded submissions file name


Hello,

I had an issue because of the same last names (3 students have the last name Martinez). The format of the filenames: <Name> <Surname>_<possbly_submission_id>_assignsubmission_file_<original filename>

I'm not sure how to delete _assignsubmission_file_ in the name though. I just require my students to use their IDnumber in the file name.

Re: 3.8.4+ File Upload Feedback Export to Portfolio

$
0
0
by Bret Miller.  

I would bet it's the second condition. Teacher submits (uploads) the feedback file so the teacher owns it and the student can't export to portfolio even though they can download it. Time to add it to tracker...

Assignment due date shows wrong date in overview

$
0
0
by Acqua Alta.  

I assume that the info about deadline that appears in the course main page, is a theme-specific feature. You can check that quickly by changing themes (too Boost, for example).
If so, you should ask the theme creator about this.

Visualizing image files in "teacher view" of assignments

$
0
0
by Acqua Alta.  

Hi,
The files that can be converted by the Annotate PDF tool are determined by the capabilities of the document converter - which file types can be converted by it to PDF.

Site administration -> Plugins -> Document converters -> Manage document converters

You can see the file types supported there.

Re: Visualizing image files in "teacher view" of assignments

$
0
0
by Serge Charlebois.  

Thanks!

Exactly the information i needed to push to the system admin.

P.S. I've been trying to find the configuration documentation but failed until now. Could you point me to it?

Thanks again.

Serge.

Re: Visualizing image files in "teacher view" of assignments

$
0
0
by Acqua Alta.  

Hi Serge,
The problem is that Unoconv can handle some image files, but it is regarded as a not so great document converter. I guess most people use Google Driver converter, but it doesn't support converting images to pdf.

https://docs.moodle.org/39/en/Universal_Office_Converter_(unoconv)
https://docs.moodle.org/39/en/Google_Drive_converter

And you would find a lot of threads in the forums about these converters.

Also, check this recent article for more info about these converters and also others:
https://www.elearningworld.org/moodle-pdf-conversion-plugins-good-bad-ugly

Participants 0 Drafts 0 Submitted 0

$
0
0
by Puucho official.  

I have migrated from Moodle 3.5 to 3.9 recently.

After that my assignments which my students have submitted before as gone blank.

Even its not working for any new assignment that I am uploading. 
Or for the assignments where I have already graded the students . That is also not coming up.

Although the grades which I have given to the students are still there but rest all are lost.

Now I am not able to give marks or check the assignments of our students.

Although when I log in as the student then I can see that they have uploaded it and its working fine on their part. As I give the online text submission. I can see that in the database.

https://www.puucho.com/mod/assign/view.php?id=2192
link to my site and teachers view is given

Please help me volunteers. Its required urgent help

Teachers view

Assignment notifications in Moodle 3.5

$
0
0
by James O70.  

A number of our tutors are telling us that they are not receiving notifications that assignments have been submitted by students. I have checked the settings in the courses and site administration and they are all set for them to receive notifications. 

This is only for a certain number of tutors, not all of them, so is not site wide.

I also checked the preferences of a tutor who said they'd not received notifications and their personal preferences were all correct.

It may be that messages are going to their spam folder, but if anyone has any experience of this, or has any advice on something I may be missing , I'd be grateful.

James 


Re: Assignment notifications in Moodle 3.5

$
0
0
by Ken Task.  

A couple of places/things you didn't mention is cron and task-list.

Info on assignments updated via a task - part of cron - and the actual distribution of email also done by cron and method of sending.

So there's another area to check ... phpMailer or SMTP?  Anything stuck in mail ques?  Did your moodle get listed in a spamblock/blackhole list?  Servers maillog check?

https://mxtoolbox.com/blacklists.aspx

'SoS', Ken

Re: Error message "Cannot open the PDF. The file may be corrupt, or in an unsupported format."

$
0
0
by aqua devida.  

can i get the video tutorial, sir? thanks

Re: Error message "Cannot open the PDF. The file may be corrupt, or in an unsupported format."

Viewing all 9462 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>