Per-activity or per-course Atto toolbar settings?

Per-activity or per-course Atto toolbar settings?

by Dave Balch -
Number of replies: 1

Hi,

Am I right in thinking that

 Plugins ► Text editors ► Atto HTML editor ► Atto toolbar settings

...is the only place to configure the Atto toolbars?

The new audio/video recording looks like it could be useful in some of our courses, but I'm not sure we'd want to allow it in every place where users can use Atto.
Being able to override toolbar settings on selecteded activities would probably be a good way around this.

Cheers,
Dave.

Average of ratings: -
In reply to Dave Balch

Re: Per-activity or per-course Atto toolbar settings?

by Daniel Thies -
Picture of Core developers Picture of Plugin developers Picture of Testers

Hello Dave,

Although it is not ideal, you can effectively disable buttons in Atto by hiding them with CSS. For example

.que .atto_recordrtc_button_audio,
.que .atto_recordrtc_button_video {
    display: none;
}

will hide the recording buttons within quiz questions.

Daniel

Average of ratings: Useful (1)