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

Sandbox: Difference between revisions

From MoodleDocs
No edit summary
 
(387 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
This site has copyrights.  Let's add some more text here...
==Testing image and list==
[[File:Atto_27.jpg|thumb|left]]
* Item 1


{{About Moodle}}
[[File:Atto_27.jpg|thumb|left]]
# Item 1
# Item 2
# Item3


[[Moodle]] is a [http://download.moodle.org/ software package] for producing internet-based courses and web sites. It's an ongoing development project designed to support a [[Philosophy|social constructionist]] framework of education.
==More testing==
Testing email notification in the 34 /en/ wiki -- [[User:Sam Student|Sam Student]] ([[User talk:Sam Student|talk]]) 08:28, 17 November 2017 (UTC)
here is a video [https://www.youtube.com/watch?v=Woap4QYsyOM/ Connected pages]


Moodle is provided freely as [http://opensource.org/docs/osd Open Source] software (under the [http://www.gnu.org/copyleft/gpl.html GNU Public License]). Basically this means Moodle is copyrighted, but that you have additional freedoms. You are allowed to copy, use and modify Moodle provided that you agree to: '''provide the source to others; not modify or remove the original license and copyrights''', and '''apply this same license to any derivative work'''. Read the [[License|license]] for full details and please contact the [http://moodle.org/user/view.php?id=1&course=1 copyright holder] directly if you have any questions.
Testing email notification in the 36/en/ wiki --[[User:Sam Student|Sam Student]] ([[User talk:Sam Student|talk]]) 14:42, 7 December 2018 (UTC)


Moodle can be [[Installing Moodle|installed]] on any computer that can run [http://www.php.net/ PHP], and can support a SQL type database (for example [http://www.mysql.com/ MySQL]). It can be run on [[Complete_install_packages|Windows and  Mac]] operating systems and many flavors of linux (for example [[RedHat Linux installation| Red Hat]] or [[Debian GNU/Linux installation|Debian GNU]]). There are many knowledgable [http://moodle.com/partners/ Moodle Partners] to assist you, even [http://moodle.com/hosting/ host your Moodle site].
[[Test link]]


== Next Section ==


Complete install packages are available from Moodle Downloads, located on a tab for each of the operating systems. The packages are designed for new installations on a server or standalone computer. Please note the standard distributions only contain the Moodle code.


This document provides instructions for using the Windows packages. Separate instructions are available for Mac OS X packages.
-Testing-


For installation on a Windows 2000 or Windows 2003 server it is good practice to perform a manual install (see the manual installation section in Windows Installation).
-Testing 2-
{| cellpadding="2" cellspacing="0" border="1"
!Col12
!Col2
|-
|Test1
|Test2
|-
|Test1
|Test2
|-
|Test1
|Test2
|}
==Functions and Examples==
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>
<code>and something in code tags</code>


After installing the Windows package, note that there are other downloads (e.g. additional modules and plugins) that may involve more customization of configuration files.  
<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
==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>
==Bootstrap stuff==
<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>
==Nowiki tags==
<code><nowiki>[[Category:Category name]]</nowiki></code>
<nowiki><code>[[Category:Category name]]</code></nowiki>


The complete install packages allow Moodle to be installed, along with the prerequisites that includes a web server, database and scripting language (Apache, MySQL and PHP in this case). Several versions of the complete install package are available. The instructions on the download page provide guidance on which version is likely to be most suitable.
<code>[[Category:Category name]]</code>


Note: The latest complete install package version components, may not be backwardly compatible. Always check version compatibility of each component if you intend to develop materials on a later version of Moodle than the version installed on your "main" Moodle site. In short, complete install packages are designed for first time install on a "clean" machine.
End of added text.
[www.google.com][[Image:Example.jpg]][[Media:Example.ogg]]
----
again
[http://www.example.com link title]


----
[[de:Hauptseite]]
[[es:Zona de Pruebas]]
[[fr:Documentation]]

Latest revision as of 18:33, 16 August 2021

Testing image and list

Atto 27.jpg
  • Item 1
Atto 27.jpg
  1. Item 1
  2. Item 2
  3. Item3

More testing

Testing email notification in the 34 /en/ wiki -- Sam Student (talk) 08:28, 17 November 2017 (UTC) here is a video Connected pages

Testing email notification in the 36/en/ wiki --Sam Student (talk) 14:42, 7 December 2018 (UTC)

Test link


-Testing-

-Testing 2-

Col12 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>