Assignment on moodle 3.6.1

Assignment on moodle 3.6.1

by Yuza Dirgayuza -
Number of replies: 11

I'm not sure how it's happen, but my assignment 2.2 plugin has become disable. Since  the only action is "uninstall" on plugins overview page, so I decided to uninstall this plugin anyway.

Then, what is the replacement of assignment plugin on moodle 3.6.1? How do I get it?

Thanks in advance.

Average of ratings: -
In reply to Yuza Dirgayuza

Re: Assignment on moodle 3.6.1

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

Assignment 2.2 has not been used for some time.  You should have upgraded to the regular assignment plugin several releases ago.  You should not need to install anything else - the new Assignment is part of core and already included.

In reply to Emma Richardson

Re: Assignment on moodle 3.6.1

by Yuza Dirgayuza -

How can I access the new assignment? I cannot find it anywhere... Osmile 

Please point me in the right direction. Thx. 

In reply to Yuza Dirgayuza

Re: Assignment on moodle 3.6.1

by Yuza Dirgayuza -

As you can see as attached, I don't have Assignment when trying to add activities or resources.

How do I reinstall or re-enable it?

Attachment Screenshot_2019-04-04_09-48-56.png
In reply to Yuza Dirgayuza

Re: Assignment on moodle 3.6.1

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Check Site admin -> Plugins -> Activity modules -> Manage activities, and endure that it is enabled.

In reply to Tim Hunt

Re: Assignment on moodle 3.6.1

by Yuza Dirgayuza -

There is no assignment activity module

Attachment Screenshot_2019-04-04_16-36-17.png
In reply to Yuza Dirgayuza

Re: Assignment on moodle 3.6.1

by ben reynolds -

You may as well check to see if the assignment folder is in your moodle.
D:\Moodle\server\moodle\mod\assignment 

In reply to ben reynolds

Re: Assignment on moodle 3.6.1

by Yuza Dirgayuza -

There's no assignment folder in my moodle.

How can I get it? Do I need to reinstall from scratch, or can I copy from another moodle instance?

Attachment Screenshot_2019-04-05_08-26-37.png
In reply to Yuza Dirgayuza

Re: Assignment on moodle 3.6.1

by Ken Task -
Picture of Particularly helpful Moodlers

Think you can take a chance here and download a copy of moodle 3.6 - which is now 3.6.3+ - your version 3.6.1.

Unzip it locally.   Find the mod directory in the un-archived code on a local machine.

Should look like:

[root@server mod]# ls
assign      choice    forum       label   quiz        survey       workshop
assignment  data      glossary    lesson  README.txt  upgrade.txt
book        feedback  imscp       lti     resource    url
chat        folder    index.html  page    scorm       wiki


Note there are 2 ... the 'assignment' directory is the old version.  The 'assign' directory is the newer.

Upload both 'assignment' and 'assign' or the one you are missing.   Check ownerships/permissions to match other directories/files in mod.

Let's hope that moodle recognizes there is something to install as one doesn't normally re-installs core components this way.

This is somewhat guessing it will work as there is  version file in everything now.  So the version file in the one you will upload is actually newer than all the rest of the mods on your system.

You might want to purge caches.

Lesson one should take away from this 'experience' ... don't delete core mods ... if you don't want to use them, hide them instead of deleting.   BTW, could be the initial installation of moodle really had issues.

If that doesn't work, one will have to do a minor update to make sure **all** the versions of code are the same.

Best of luck!

'spirit of sharing', Ken


Average of ratings: Useful (2)
In reply to Ken Task

Re: Assignment on moodle 3.6.1

by ben reynolds -

Nice to see cli again.

Do you think it's reasonable to assume that whoever wanted the attendance plugin just overwrote assign?

Just curious.

In reply to ben reynolds

Re: Assignment on moodle 3.6.1

by Yuza Dirgayuza -

I'm not sure, maybe not.

In my case, I manually installing theme by copying folder mytheme from another instance to theme folder. Possibly this is ruining assignment plugins, I don't know smile

In reply to Ken Task

Re: Assignment on moodle 3.6.1

by Yuza Dirgayuza -

Thanks Ken, it works Yes

What I did is:

1. Copy folder `assign` and `assignment` from another moodle instance.

2. Paste to ../moodle-installation-path/mod/

3. Recheck folder permission

3. Purge all cache (Site Administration > Development > Purge Caches)

4. Go to: Site Administration > Notifications ---> then start upgrade.

5. Done.

big grin