Sandbox: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
(592 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
Nice. But where can I create a new page?
Testing email notification in the 34 /en/ wiki -- [[User:Sam Student|Sam Student]] ([[User talk:Sam Student|talk]]) 08:28, 17 November 2017 (UTC)


: 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.
Test page for docs


----
[[Test link]]
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. 


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 advise.
 


Chris--11 April 2006  reedited on --[[User:chris collman 2|chris collman 2]] 05:57, 9 May 2006 (WST)
-Testing-


-Testing 2-


-----
{| cellpadding="2" cellspacing="0" border="1"
[[Wikipedia:Página de desambiguación|página de desambiguación]]
!Col1
!Col2
|-
|Test1
|Test2
|-
|Test1
|Test2
|-
|Test1
|Test2
|}


'''''Möge die Macht bei Euch sein!''''' --[[User:Art Lader|Art Lader]] 09:15, 21 February 2006 (WST)
==Functions and Examples==


I am trying the ''sandbox'' outI am trying to learn about Moodle so I can be the administrator for our district.--[[User:Maginitt|Maginitt]] 23:16, 8 February 2006 (WST)
Following are the functions that constitute the basic log API for Moodle.
[[Create your own course]]
<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:-


Hello world!
<pre>something in pre tags</pre>
<code>and something in code tags</code>


I don't get the math to show up with @@ $$ $ or math tags
<math>Insert formula here</math>==First edit in sandbox==
<math> $$y={2+x} /over {3-a}$$</math>
An additional edit to sandbox
This is where you can edit the content.
Another edit to sandox.
One more edit to sandbox


hi
==Testing gallery==
==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>


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)
==Bootstrap stuff==
[[Image:Example.jpg]].


I hope to learn enough about moodle to set it up for our district.
<div class="alert alert-block"><span class="close" data-dismiss="alert">&times;</span>'''Warning!''' Click the cross to close this label ...</div>


<div class="alert alert-info">Info here...</div>


Portada
==Nowiki tags==
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?'''
<code><nowiki>[[Category:Category name]]</nowiki></code>


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)
<nowiki><code>[[Category:Category name]]</code></nowiki>


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. 
<code>[[Category:Category name]]</code>
 
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!
[[de:Hauptseite]]
 
[[es:Zona de Pruebas]]
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.
[[fr:Documentation]]
<nowiki>Insert non-formatted text here</nowiki><math>Insert formula here</math>
 
Meow ;)
© by Bat
 
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, they are not. A setting somewhere? So far links have to be entered like [[sandbox|Sandbox]], ok...

Latest revision as of 08:28, 17 November 2017

Testing email notification in the 34 /en/ wiki -- Sam Student (talk) 08:28, 17 November 2017 (UTC)

Test page for docs

Test link


-Testing-

-Testing 2-

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 ...
Info here...

Nowiki tags

[[Category:Category name]]

<code>[[Category:Category name]]</code>