How can I enable font colors in ATTO?

How can I enable font colors in ATTO?

על ידי Penguin Razzmatazz בתאריך
מספר תגובות: 10

How can I enable font colors in ATTO?

I am aware that using colors as the only way to convey meaning or draw attention is not accessible. However,

1. Colors can be useful to convey meaning or draw attention in combination with other, accessible, ways to convey the same meaning. In fact, depriving teachers from the ability to use colors goes against the UDL principle of providing different ways of representation.

2. Colors can be used for purely aesthetic purposes, and this doesn't detract from the course's accessibility.

3. It is sometimes known that the none of the users of the course has a color-related impairement (for instance if the course is intended only for a select group of friends who know each other well), in which case there's no reason to avoid the use of colors.

ממוצע דרוגים: -
בתגובה ל: Penguin Razzmatazz

Re: How can I enable font colors in ATTO?

על ידי Carolina Blackman בתאריך
Hey there, go to: Plugins -- Text editors -- Atto HTML editor -- Atto toolbar settings and add the toolbarplugin "fontcolor"
בתגובה ל: Carolina Blackman

Re: How can I enable font colors in ATTO?

על ידי Penguin Razzmatazz בתאריך
Thanks. I see the "Font colour" row, but I can't figure out how to change its setting. There are no buttons or links in this row, except for the "Uninstall" link, and the row doesn't respond to clicks or double-clicks.
בתגובה ל: Penguin Razzmatazz

Re: How can I enable font colors in ATTO?

על ידי Rick Jerz בתאריך
תמונה של Particularly helpful Moodlers תמונה של Testers
The plugin that I use is "More font colours," by Nicolas Dunard. It works with Moodle 3.11, and I assume it will work with Moodle 4.0 (but haven't tried, yet.)

16 colours are provided. You can change the colors to anything that you wish within its configuration (see screenshot.)

I have been installing this plugin into my Moodle for the last 3-4 years. I am trying to limit my plugins for Moodle 4.0, and I haven't decided if I am going to add this one. Through the years, I (the instructor) have been the only one to use it. Students don't seem to use it.

צרופה More font colors.png
בתגובה ל: Rick Jerz

Re: How can I enable font colors in ATTO?

על ידי Penguin Razzmatazz בתאריך
Thanks. My site is hosted on MoodleCloud. Will I be able to add this plugin? If not, is there any other way I can enable font colors in ATTO?
בתגובה ל: Penguin Razzmatazz

Re: How can I enable font colors in ATTO?

על ידי Mary Cooch בתאריך
תמונה של Documentation writers תמונה של Moodle HQ תמונה של Particularly helpful Moodlers תמונה של Testers תמונה של Translators
You won't be able to add the plugin on MoodleCloud since MoodleCloud doesn't allow plugins. I imagine if you know HTML you can change the colours via the code (clicking the code view icon in the Atto editor but I tend not to use colours as they can cause issues with accessibility.
בתגובה ל: Mary Cooch

Re: How can I enable font colors in ATTO?

על ידי Penguin Razzmatazz בתאריך
Thanks. I understand why Rick Jerz's solution won't work: because the plugin he proposed is non standard. But is there no way to get Carolina Blackman's solution to work, considering the "Font colour" plugin comes preinstalled, as evidenced by the fact that there's a "Font colour" row under Plugins -> Text editors -> Atto HTML editor -> Atto toolbar settings?
בתגובה ל: Penguin Razzmatazz

Re: How can I enable font colors in ATTO?

על ידי Rick Jerz בתאריך
תמונה של Particularly helpful Moodlers תמונה של Testers

Following up with what Mary has suggested, you can manually add colors using the HTML view.

<p dir="ltr" style="text-align: left;"><span class="" style="color: rgb(255, 51, 102);">This is a test.&nbsp;</span></p>

<p dir="ltr" style="text-align: left;"><span class="" style="color: rgb(0, 61, 245);">asdfasfdassdf</span></p>

<p dir="ltr" style="text-align: left;"><span class="" style="color: rgb(255, 51, 102);">asdfasdfa</span></p>

<p dir="ltr" style="text-align: left;"><span class="" style="color: rgb(255, 51, 102);"><br></span></p>

The code above produces this:

This is a test. 

asdfasfdassdf

asdfasdfa


בתגובה ל: Penguin Razzmatazz

Re: How can I enable font colors in ATTO?

על ידי Melanie Scott בתאריך
תמונה של Particularly helpful Moodlers
Do you have tinyMCE in MoodleCloud as an option? I don't use MoodleCloud but I always switch to tinyMCE.
בתגובה ל: Melanie Scott

Re: How can I enable font colors in ATTO?

על ידי Penguin Razzmatazz בתאריך
Thanks. This was very helpful. My site is no longer hosted on MoodleCloud. It is now hosted on the servers of a private hosting company that allows Moodle plugins. Per your advice I've switched my default text editor to TinyMCE. TinyMCE's toolbars make a text color chooser available by default. This is exactly what I wanted.

For future reference: To change the default text editor to TinyMCE site wide in Moodle 4.01 navigate to Site administration > Plugins > Text editors > Manage editors, where you'll see a table titled "Available text editors". Using the arrows in the "Up/Down" column, make the "TinyMCE HTML editor" row the top row of the table.