Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

1400 total results found

Does Moodle scan files for viruses on upload?

CCLE and Moodle

To avoid the risk that an uploaded file in a Moodle site might have a virus which could spread to the computer of a student who downloaded and ran it (e.g. a Microsoft Word file with a virus) many learning management systems at UCLA (Engineering and Social Sci...

Moodle
Moodle admin

In a web application, how can I flash an image after a user presses a button?

Programming and Web Development

We needed the ability to display an image for only a quarter of a second. This can be done using javascript. After the tag, add these functionsfunction displayImage(){document.images[0].src = 'flashedImage.jpg'var t = setTimeout("hideImage()",250)}function ...

web
JavaScript
programming

Interviews with Martin Dougiamas, Moodle Architect

CCLE and Moodle

In my attempts to start “thinking in Moodle” I thought it might be interesting to search for interviews with the originator and guiding hand of Moodle, Martin Dougiamas. Here’s what I’ve found so far. 23 Oct 2006 http://www.stevehargadon.com/2006/10/interview-...

Moodle

How do you use Shibboleth in Moodle?

CCLE and Moodle

Please answer this if you can, and then retag it. ThanksTo clarify the question, Shibboleth (link to entry in KB) is an Internet2 Middleware system to allow us allow login from different schools. What does it take to run this with Moodle? There is a Shibbolet...

Moodle integration

Moodle online Help for end-users

CCLE and Moodle

Here are links to various sites offering online Help for using Moodle: Feel free to add to the list and/or comment on the quality of the ones already here. Moodle Docs

Moodle

In Moodle, can we add our own Resource Parameters to be sent along with links?

CCLE and Moodle

Please answer this if you can, and then retag it as Moodle. ThanksTo clarify the question, a very nice feature of Moodle 1.7 (perhaps earlier) is that when you add a link to a site, you can specify that you want certain Moodle Parameters to be sent along with ...

Moodle unanswered

How to install OS/X remotely

MacOS, Windows, and Linux

The following was passed to me verbatim by a professor in my area. I haven’t tried it yet myself.How to install OSX software remotely: http://www.hmug.org/HowTos/RemoteInstall.htmlTo update OSX remotely: http://www.hmug.org/HowTos/RemoteSysUpdate.htmlFor examp...

OSX

Second Life on CLICC computers

UCLA Tech Resources

To use Second Life on CLICC PC desktops, CLICC recommends the following:On your own computer or a computer on which you are at least a local administrator, please do the following:Download Second Life(SL) zipped files to an external drive such as USB flash dri...

What does the Email activated option in Edit profile do?

CCLE and Moodle

According to the Moodle docs (http://docs.moodle.org/en/Edit_profile#Email_activated ):“One can either enable or disable emails being sent to an address. Note that if this is disabled, students will not receive any mail whatsoever from the site.”

Moodle

CAPTCHA alternatives

Programming and Web Development

If your web forms are getting spammed, and CAPTCHA isn’t a good solution, here are some possible alternatives. http://isc.sans.org/diary.html?storyid=1836 http://softwareas.com/captcha-alternatives-and-end-user-attitudes I’ve taken to renaming our feedback pag...

accessibility
web design

Campus Housing

UCLA Resources

Customer Self-Service and FAQs for UCLA Housing residents, parents, and prospective residents. Topics include dorms, meal plans, DSL connections, etc. Over 500 questions answered. https://ask.housing.ucla.edu/

Dorms

How to take screenshots in OS X

MacOS, Windows, and Linux

Quick answer: http://take-a-screenshot.org/ (different tabs for different systems)Use these shortcuts to take pictures of the screen in Mac OS X. Screen shots are saved as files on the desktop as Picture 1, Picture 2, etc. If you want to put the screen shot in...

MAC
OSX
screenshot
keyboard
shortcut

How can I gather research resources while using Firefox?

Internet and Web Browsers Firefox

Zotero [zoh-TAIR-oh] is a free, easy-to-use Firefox extension to help you collect, manage, and cite your research sources.http://www.zotero.org/A good quick demo screencast can be found at:http://www.zotero.org/documentation/screencasts/introWorks only with Fi...

Firefox extension
Zotero
research
storage

Greasemonkey and Firefox

Internet and Web Browsers Firefox

Greasemonkey is a Firefox extension that allows user-created Javascripts to tweak Firefox in various ways. Greasemonkey scripts are like Firefox extensions, but much simpler.You can download Greasemonkey from its page on Firefox add-ons.Once you have it instal...

Firefox
browser
extension
greasemonkey

Resizing form text areas on web pages

Internet and Web Browsers

Sometimes you run into forms on web pages that have text boxes that are too small for your liking. Is there any way to resize them?If you have Firefox 1.5 or higher, the answer is yes!First, install Greasemonkey. I love it, and this article will explain why yo...

Firefox
web
forms
greasemonkey
resize
textarea

Can Moodle store uploaded files on another server?

CCLE and Moodle

To clarify the question. It is not clear if the Moodle easily allows the set-up to be changed so that any image (or files uploaded) can be put on another server. We might want to do this for particular types of files, such as movies or audio clips.Yes you ca...

Moodle
data
Moodle admin
Moodle set-up
symbolic link

Are Moodle blog entries limited to a certain length?

CCLE and Moodle

Is there a limit to individual blog posting size? When I posted a longish blog (5-6 paragraphs) it only shows the first couple, with no link to anything else. But when I go back to edit mode, the whole thing is there. (Update: Turns out it was breaking at a un...

Moodle blogs

In Moodle, where are the summaries going when you create a web page?

CCLE and Moodle

Under adding resources, when adding a web page, there is a summary field, but it never seems to display after you submit it. Is it a theme decision to ignore them?When you create a resource or activity there is a summary option for the item you are creating. ...

Moodle
Moodle internals