Per-activity or per-course Atto toolbar settings?

Per-activity or per-course Atto toolbar settings?

Dave Balch tomonidan -
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.

O'rtacha reytinglar: -
In reply to Dave Balch

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

Daniel Thies tomonidan -
Core developers rasmi Particularly helpful Moodlers rasmi Plugin developers rasmi Testers rasmi

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