saving . . . saved Regarding a font family plugin given in the assignment has been deleted. Regarding a font family plugin given in the assignment has been hidden .
Regarding a font family plugin given in the assignment
Title
Question
I am using Windows 10.
The assignment given says that I should install Font Family maintained by projectes TAC Family. 
I searched for the same in the https://moodle.org/plugins/

But unfortunately, the plugins shown by the Website does not match with the conditions given in the assignment. 

What to do now?

Moodle-Learning-Management-System Plugins-in-Moodle 12-13 min 10-20 sec 14-03-24, 1:22 p.m. gksreeni@gmail.com

Answers:

The plugin directory should be writable in order to install a plugin from Moodle admin interface.

You can try this:
- https://docs.moodle.org/38/en/Installing_plugins#A_file_permissions_error_has_occurred

There are three ways how the plugin code can be deployed into Moodle:
1] Plugin code may be deployed from within Moodle, either directly from the Moodle plugins directory OR
2] by uploading a ZIP file
The web server process has to have write access to the plugin type folder where the new plugin is to be installed in order to use first two methods.
3] Alternatively, a plugin may be deployed manually at the server.

Moodle docs on this: https://docs.moodle.org/38/en/Installing_plugins#Installing_a_plugin

For method 3, you will have to know the location to place the plugin code.
This you will usually specified in the plugin description or in plugins github repo's description.

For Font family plugin: 
- https://moodle.org/plugins/atto_fontfamily;
In Useful links, there is a 'Source control URL', which is the link to the plugins github repo. 
Here, in the 'Installation', 
- https://github.com/projectestac/moodle-atto_fontfamily#installation
you will find that the plugin needs to be placed in - 'lib/editor/atto/plugins' directory under 'moodle/' folder in your system.
So, after downloading the plugin code/dir, you can extract it and place it directly in the location mentioned for that plugin in moodle directory.
Then, open up your local moodle site in the browser and go to:
- Site administration -> Notifications
This should prompt you about the newly added plugin and you can proceed with the steps shown there.

05-04-24, 5:10 p.m. NirmalaVenkat


Log-in to answer to this question.