Per-activity or per-course Atto toolbar settings?

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

by Daniel Thies -
Number of replies: 0
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)