Note: You are currently viewing documentation for Moodle 3.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Sandbox.

Sandbox: Difference between revisions

From MoodleDocs
mNo edit summary
No edit summary
 
(577 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
kk
Test page for docs


Nice. But where can I create a new page?
Testing email notification yet again


: Type the title for your new page in the Search box to your left and hit '''Go'''. If the page doesn't exist you'll be give the option to create it by clicking on the 'this exact title' link.
-Testing-


----
Nobody has tried to edit this sandbox since
*This is a great sandbox for what is called MoodleDocs, the collaborative documation Wiki for Moodle.org website. There is a similar Wiki that is part of  Moodle. 


* If you are looking for a Moodle Sanbox, I would recommend that you (collective group of individuals) go to download.moodle [http://download.moodle.org/ click here] and put the latest stable version of Moodle on your desktop, laptop or what have you.  I did this back in Jan 06, I loaded the complete package (not the standard) onto a Win XP Pro desktop (this has PHP, Apache and MySQL).  Went so well, I did another one at home. 
{| cellpadding="2" cellspacing="0" border="1"
!Col1
!Col2
|-
|Test1
|Test2
|-
|Test1
|Test2
|-
|Test1
|Test2
|}


Another tip: At the home page of http://moodle.org/, look for Free Support, then the first item is '''WELCOME! Are you new? Confused? Please start here'''!  Good advice.
==Functions and Examples==
 
Chris--11 April 2006  reedited on --[[User:chris collman 2|chris collman 2]] 05:57, 9 May 2006 (WST)


Following are the functions that constitute the basic log API for Moodle.
<code>
add_to_log($courseid, $module, $action, $url='', $info='', $cm=0, $user=0)
user_accesstime_log($courseid=0)
get_logs($select, array $params=null, $order='l.time DESC', $limitfrom='', $limitnum='', &$totalcount)
get_logs_usercourse($userid, $courseid, $coursestart)
get_logs_userday($userid, $courseid, $daystart)
</code>
The basic working of these functions can be categorized into two categories:-
# Adding data to logs
# Fetching data from logs
Let us take a deeper look into both of these:-


-----
<pre>something in pre tags</pre>
[[Wikipedia:Página de desambiguación|página de desambiguación]]
<code>and something in code tags</code>


'''''Möge die Macht bei Euch sein!''''' --[[User:Art Lader|Art Lader]] 09:15, 21 February 2006 (WST)
<math>Insert formula here</math>==First edit in sandbox==
An additional edit to sandbox
This is where you can edit the content.
Another edit to sandox.
One more edit to sandbox


I am trying the ''sandbox'' out. I am trying to learn about Moodle so I can be the administrator for our district.--[[User:Maginitt|Maginitt]] 23:16, 8 February 2006 (WST)
==Testing gallery==
[[Create your own course]]
==Testing gallery==8/11
==Testing gallery==8/11 again
<gallery mode="packed-hover">
File:Atto_27.jpg|Atto
File:Clean27.jpg|Clean
File:MathJax.jpg|MathJax
</gallery>


Hello world!
==Bootstrap stuff==


I don't get the math to show up with @@ $$ $ or math tags
<div class="alert alert-block"><span class="close" data-dismiss="alert">&times;</span>'''Warning!''' Click the cross to close this label ...</div>
<math> $$y={2+x} /over {3-a}$$</math>
 
[[de:Hauptseite]]
hi
[[es:Zona de Pruebas]]
 
We live in such an exciting era, being able to play with such fun toys.--[[User:Lyndall Owbridge|Lyndall Owbridge]] 15:56, 18 February 2006 (WST)
[[Image:Example.jpg]].
 
I hope to learn enough about moodle to set it up for our district.
 
 
Portada
Bienvenido a Moodle Docs, la documentación para Moodle en la que todo el mundo puede colaborar. En esta versión en Castellano, oficialmente lanzada el 15 de febrero de 2006, estamos actualmente trabajando en 357 artículos, añadiendo nuevas páginas cada día.
¿Le gustaría ver Moodle Docs en otro idioma? Si es así, por favor lea la información sobre cómo comenzar con Moodle Docs en otro idioma.
Es muy sencillo editar páginas - practica en la Zona de Pruebas!
 
is this all you have to do '''this text is now bold?'''
 
Quiero crear una universidad magnifica donde todos sean bienvenidos y nunca sea necesario pagar. La idea de una institución que ofrezca la formación suprema, la mejor en el mundo, y usando la mejor tecnología para proporcionar a todos los que quieran aprender un baluarte de la misma calidad que el '''Ivy League''' sin pagar.  Quizas en una escuela tan maravillosa pueda aprender el español mejor que ahora. (Nota: Lo ha traducido del ''spanglish'' un español)
 
So, this is cool, but it isn't getting me discernibly closer to my goal of seeing if this is really something the average faculty member can and will use to create high quality college courses.  I do understand that social constructionism looks at education from the viewpoint of the learner but, without wanting to sound ungracious, I am not finding it easy to get up to speed with Moodle. 
 
I think there needs to be something like a Moodle for Idiots right up front.  Maybe I'll provide this once I learn enough to have something to teach!
 
I agree. This is not easy. I've spent all night going around this site and I still don't have a clue how to use it.
<nowiki>Insert non-formatted text here</nowiki><math>Insert formula here</math>
 
Meow ;)
© by Bat
 
==Capitalizing links==
 
Links like [[sandbox]] might be automatically capitalized? At least on Wikipedia they are. [[User:Samuli Karevaara|Samuli Karevaara]] 14:56, 24 May 2006 (WST) Okay, here they are not. A setting somewhere? So far links have to be entered like [[Philosophy|philosophy]], ok...
 
:Hi Samuli, you're right about a wiki setting to not automatically capitalize page titles e.g. for [[MoodleDocs:Link pages|link pages]]. --[[User:Helen Foster|Helen Foster]] 16:18, 24 May 2006 (WST)
 
Are we talking about capitalising the displayed text, or automatically linking <nowiki>[[word]]</nowiki> to the page called ''Word'' (i.e. lowercase link text, capitalised page title? The latter would be nice if it's possible. I assume that many of Wikipedia's articles are about people or places that are proper nouns and are therefore always capitalised. --[[User:David Scotson|David Scotson]] 18:13, 24 May 2006 (WST)
 
:Actually it was decided not to force capitalized links (see [http://meta.wikimedia.org/wiki/LocalSettings.php#Force_Capital_Links LocalSettings.php Force Capital Links]). It would be too much work to change it now ;-) --[[User:Helen Foster|Helen Foster]] 06:14, 30 May 2006 (WST)

Latest revision as of 14:15, 13 May 2016

Test page for docs

Testing email notification yet again

-Testing-


Col1 Col2
Test1 Test2
Test1 Test2
Test1 Test2

Functions and Examples

Following are the functions that constitute the basic log API for Moodle.

add_to_log($courseid, $module, $action, $url=, $info=, $cm=0, $user=0)
user_accesstime_log($courseid=0)
get_logs($select, array $params=null, $order='l.time DESC', $limitfrom=, $limitnum=, &$totalcount)
get_logs_usercourse($userid, $courseid, $coursestart)
get_logs_userday($userid, $courseid, $daystart)

The basic working of these functions can be categorized into two categories:-

  1. Adding data to logs
  2. Fetching data from logs

Let us take a deeper look into both of these:-

something in pre tags

and something in code tags

==First edit in sandbox== An additional edit to sandbox This is where you can edit the content. Another edit to sandox. One more edit to sandbox

Testing gallery

==Testing gallery==8/11 ==Testing gallery==8/11 again

Bootstrap stuff

×Warning! Click the cross to close this label ...