Skip to content

Commit

Permalink
Fixed some short PHP tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 9, 2003
1 parent 76eac7a commit 4c48acf
Show file tree
Hide file tree
Showing 206 changed files with 550 additions and 581 deletions.
6 changes: 3 additions & 3 deletions error/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<CENTER>
<P>If you have time, please let us know what you were trying
to do when the error occurred:
<P><FORM action="<?=$CFG->wwwroot ?>/error/index.php" name=form method=post>
<P><FORM action="<?php echo $CFG->wwwroot ?>/error/index.php" name=form method=post>
<TEXTAREA ROWS=3 COLS=50 NAME=text></TEXTAREA><BR>
<INPUT TYPE=hidden NAME=referer VALUE="<?=$HTTP_REFERER ?>">
<INPUT TYPE=hidden NAME=requested VALUE="<?=$REQUEST_URI ?>">
<INPUT TYPE=hidden NAME=referer VALUE="<?php echo $HTTP_REFERER ?>">
<INPUT TYPE=hidden NAME=requested VALUE="<?php echo $REQUEST_URI ?>">
<INPUT TYPE=submit VALUE="Send this off">
</FORM>
<?
Expand Down
2 changes: 1 addition & 1 deletion files/mimetypes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<? // $Id$
<?php // $Id$

function mimeinfo($element, $filename) {
$mimeinfo = array (
Expand Down
14 changes: 7 additions & 7 deletions lang/af/help/mods.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<P>Moodle bevat 'n wye verskeidenheid aktiwiteits modules wat gebruik kan word
om enige tipe kursus te bou.</P>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>Forums</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>Forums</B></P>
<UL>
<P>Dit kan die belangrikste aktiwiteit wees - dit is hier wat die besprekings
plaasvind.
Expand All @@ -14,7 +14,7 @@
Onderwyser kan alle studente forseer om ingeskryf te wees op 'n forum.
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Joernale</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Joernale</B></P>
<UL>
<P>Die module kan 'n belangrike reflektiewe aktiwiteit wees. Die onderwyser kan
studente vra om oor 'n spesifieke onderwerp te skryf. Studente kan aan hulle
Expand All @@ -24,20 +24,20 @@
'n goeie idee.</P>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>Hulpbronne</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>Hulpbronne</B></P>
<UL>
<P>Hulpbronne is inhoud: inligting wat die onderwyser by die kursus wil voeg. Dit kan lêers wees op die bediener; bladsye wat in Moodle geredigeer is;
of eksterne web bladsye wat deel gemaak is van die kursus.</P>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Opdragte</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Opdragte</B></P>
<UL>
<P>Onderwysers kan opdragte gee wat deur die studente voorberei moet word (enige
formaat) en inlewer deur dit op die bediener te laai. Tipiese opdragte is opstelle, projekte, verslae ens. Die module het fasiliteite om die opdragte te
merk.</P>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>Toetse</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>Toetse</B></P>
<UL>
<P>Die module laat die onderwyser toe om toetse op te stel, dit kan meervoudige
keuse vrae, waar/vals, en kort antwoord vrae wees. Die vrae word in kategorieë
Expand All @@ -47,14 +47,14 @@
module het fasiliteite om die toetse te merk.</P>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>Keuses</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>Keuses</B></P>
<UL>
<P>Die keuse aktiwiteit is eenvoudig - die onderwyser vra 'n vraag en
spesifiseer 'n paar antwoorde as terugvoer. Dit laat die klas toe om te kies om
in 'n sekere rigting in te gaan; of om toestemming te gee vir iets.
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Menings
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Menings
Opnames</B></P>
<UL>
<P>Die Opname module bevat 'n paar opname instrumente wat handig is om dink werk
Expand Down
4 changes: 2 additions & 2 deletions lang/af/help/questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ <h3>Vrae oor implikasies en nagevolge </h3>
<HR>
<FONT SIZE=1><I>Questions adapted from Paul, R. (1993). Critical Thinking: How To Prepare Students for a Rapidly Changing World: Foundation for Critical Thinking, Santa Rosa, CA. </I></FONT>

<P ALIGN=RIGHT><? helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><? helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
6 changes: 3 additions & 3 deletions lang/af/help/quiz/import.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<BLOCKQUOTE>Bokke is&nbsp; {=herbivore ~karnivore ~omnivore}
</BLOCKQUOTE>

<P>Meer inligting: <? helpbutton("formatmissingword", "", "quiz") ?></P>
<P>Meer inligting: <?php helpbutton("formatmissingword", "", "quiz") ?></P>
</UL>


Expand All @@ -30,7 +30,7 @@
<P>Die module voer vrae in wat in Blackboard se uitvoer vraag formaat gestoor
is. Dit gebruik XML en PHP funksies.</P>

<P>Meer inligting: <? helpbutton("formatblackboard", "", "quiz") ?></P>
<P>Meer inligting: <?php helpbutton("formatblackboard", "", "quiz") ?></P>
</UL>

<P><B>Jou eie formaat</B></P>
Expand All @@ -41,7 +41,7 @@
<P>Die hoeveelheid nuwe kode is baie klein - 'parse' 'n enkle sin uit 'n gegewe
teks.

<P>Meer inligting: <? helpbutton("formatcustom", "", "quiz") ?></P>
<P>Meer inligting: <?php helpbutton("formatcustom", "", "quiz") ?></P>
</UL>


Expand Down
8 changes: 4 additions & 4 deletions lang/af/help/quiz/questiontypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<P>Die student moet in antwoord op 'n vraag(kan selfs 'n prent insluit) uit 'n
paar moontlikhede kies. Daar is twee tipes meervoudige keuse vrae - enkel
antwoord en meervoudige antwoord.
<P>Meer inligting: <? helpbutton("multichoice", "", "quiz") ?></P>
<P>Meer inligting: <?php helpbutton("multichoice", "", "quiz") ?></P>
</UL>

<P><B>Kort Antwoord</B></P>
Expand All @@ -16,22 +16,22 @@
woord of 'n sin in tik. Daar kan 'n paar moontlike regte antwoorde bestaan met
verskillende punte. Antwoorde mag sensitief wees vir hoofletters.
</P>
<P>Meer inligting: <? helpbutton("shortanswer", "", "quiz") ?></P>
<P>Meer inligting: <?php helpbutton("shortanswer", "", "quiz") ?></P>
</UL>

<P><B>Waar/Vals</B></P>
<UL>
<P>In antwoord op 'n vraag (kan selfs 'n prent insluit), moet die student kies
tussen twee opsies Waar of Vals.
</P>
<P>Meer inligting: <? helpbutton("truefalse", "", "quiz") ?></P>
<P>Meer inligting: <?php helpbutton("truefalse", "", "quiz") ?></P>
</UL>

<P><B>Willekeurige Vrae</B></P>
<UL>
<P>(Nog nie geimplementeer nie) Jy kies 'n aantal vrae, elke keer as die student
die toets doen sal hy willekeurig 'n ander vraag ontvang.
</P>
<P>Meer inligting: <? helpbutton("random", "", "quiz") ?></P>
<P>Meer inligting: <?php helpbutton("random", "", "quiz") ?></P>
</UL>

4 changes: 2 additions & 2 deletions lang/af/help/reading.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<P>Dit kan ook help om te dink oor wat die skrywer nie gesê het nie - dit kan
jou help om jou eie vrae te vorm.</P>

<P ALIGN=RIGHT><? helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><? helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
2 changes: 1 addition & 1 deletion lang/af/help/resource/resourcetype.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<P><B>Gewone teks</B> - dit is die eenvoudigste tipe. Jy kan die inhoud in
tik(redigeer) op 'n vorm op die volgende bladsy. Van die inhoud sal outomaties
geformateer word. Meer inligting oor gewone teks: <? helpbutton("text", get_string("helptext")) ?>
geformateer word. Meer inligting oor gewone teks: <?php helpbutton("text", get_string("helptext")) ?>

<P><B>HTML teks</B> - Vir meer gevorderde gebruikers. Geen outomatiese
formatering vind plaas nie, jy moet self die&nbsp; HTML kodes bysit.
Expand Down
2 changes: 1 addition & 1 deletion lang/af/help/richtext.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<P ALIGN=CENTER><B>Richtext HTML redigeerder</B></P>

<P>Beskikbaarheid: <B>
<? if (!$CFG->htmleditor) {
<?php if (!$CFG->htmleditor) {
print_string("htmleditordisabledadmin");
} else if (!$USER->htmleditor) {
print_string("htmleditordisabled");
Expand Down
8 changes: 4 additions & 4 deletions lang/af/help/textformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<P>Oop lyne sal die begin wees van nuwe paragrawe.
<P>&quot;Smiley&quot; karakters soos :-) sal outomaties in ikone verander word.
<P>Jy kan selfs HTML kode gebruik.
<P ALIGN=RIGHT><? helpbutton("text", get_string("helptext")) ?> Meer inligting
<P ALIGN=RIGHT><?php helpbutton("text", get_string("helptext")) ?> Meer inligting
oor Moodle outo-formaat.</P>
</UL>

Expand All @@ -34,9 +34,9 @@
jou teks gebruik en dit behoort uit te kom soos jy verwag.

<P>Daar word geen outomaties formatering gedoen soos by Moodle outo-formaat nie.
<P ALIGN=RIGHT><? helpbutton("html", get_string("helphtml")) ?> Meer inligting
<P ALIGN=RIGHT><?php helpbutton("html", get_string("helphtml")) ?> Meer inligting
oor HTML</P>
<P ALIGN=RIGHT><? helpbutton("richtext", get_string("helprichtext")) ?> Meer oor
<P ALIGN=RIGHT><?php helpbutton("richtext", get_string("helprichtext")) ?> Meer oor
Richtext HTML redigeerder</P>
</UL>

Expand All @@ -58,6 +58,6 @@
<P>Dit laat jou toe om teks in te tik wat baie leesbaar lyk, maar kan outomaties
in HTML teks verander word met komplekse formatering.

<P ALIGN=RIGHT><? helpbutton("wiki", get_string("helpwiki")) ?> Meer oor Wiki</P>
<P ALIGN=RIGHT><?php helpbutton("wiki", get_string("helpwiki")) ?> Meer oor Wiki</P>
</UL>

6 changes: 3 additions & 3 deletions lang/af/help/writing.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
ander persoon help dink (en leer!) oor die onderwerp wat jy bespreek.</P>


<P ALIGN=RIGHT><? helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><? helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><? helpbutton("ratings", get_string("separateandconnected"), "forum", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("ratings", get_string("separateandconnected"), "forum", true, true) ?></P>
4 changes: 2 additions & 2 deletions lang/ca/help/questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ <h3>Preguntes que sondegen implicacions i conseq&uuml;&egrave;ncies</h3>
<HR>
<FONT SIZE=1><I>Preguntes adaptades de Paul, R. (1993). Critical Thinking: How To Prepare Students for a Rapidly Changing World: Foundation for Critical Thinking, Santa Rosa, CA. </I></FONT>

<P ALIGN=RIGHT><? helpbutton("escriure", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><? helpbutton("llegir", get_string("helpreading"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("escriure", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("llegir", get_string("helpreading"), "moodle", true, true) ?></P>
2 changes: 1 addition & 1 deletion lang/de/help/assignment/mods.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Aufgaben</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Aufgaben</B></P>
<UL>
<P>Aufgaben erm&ouml;glichen es dem Lehrer, eine &Uuml;bung zu spezifizieren, die vom Kursteilnehmer erfordert,
digitalen Inhalt (beliebiges Format) vorzubereiten und einzureichen,
Expand Down
2 changes: 1 addition & 1 deletion lang/de/help/chat/mods.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/chat/icon.gif">&nbsp;<B>Chat</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/chat/icon.gif">&nbsp;<B>Chat</B></P>
<UL>
<P>Das Chat-Modul erlaubt Teilnehmern, in Echtzeit im Netz zu diskutieren. Dies ist sinnvoll, um ein anderes Verständnis voneinander und über das besprochene Thema zu erhalten.
Die Art, einen Chat-Raum zu benutzen, unterscheidet sich von asynchronen Foren.
Expand Down
2 changes: 1 addition & 1 deletion lang/de/help/journal/mods.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Journale</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Journale</B></P>
<UL>
<P>Dieses Modul ist eine sehr sinnvoll, um Aktivit&auml;ten widerzuspiegeln.
Der Lehrer bittet die Kursteilnehmer, sich mit einem bestimmten Thema auseinanderzusetzen,
Expand Down
2 changes: 1 addition & 1 deletion lang/de/help/survey/mods.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Umfragen</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Umfragen</B></P>
<UL>
<P>Das Umfrage-Modul bietet eine Reihe gepr&uuml;fter Umfrageinstrumente,
die als sinnvoll erachtet werden, das Lernen in Online-Umgebungen
Expand Down
14 changes: 7 additions & 7 deletions lang/el/help/mods.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<P>Το Moodle περιέχει μια μεγάλη κλίμακα μονάδων δραστηριότητας οι οποίες μπορούν να χρησιμοποιηθούν στη σταδιακή ανάπτυξη κάθε τύπου μαθήματος.</P>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>Ομάδες συζητήσεων</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>Ομάδες συζητήσεων</B></P>
<UL>
<P>Αυτή η δραστηριότητα μπορεί να είναι και η πιο σημαντική - εδώ πραγματοποιούνται οι
περισσότερες συζητήσες.
Expand All @@ -12,28 +12,28 @@
Ένας εκπαιδευτής μπορεί να επιβάλει την εγγραφή σε όλους.
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Ημερολόγια</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Ημερολόγια</B></P>
<UL>
<P>Αυτή η μονάδα είναι μια πολύ σημαντική δραστηριότητα.
Ο εκπαιδευτής ζητάει απο το μαθητή να εκφραστεί σε ένα συγκεκριμένο θέμα και ο μαθητής μπορεί να επεξεργαστεί και να βελτιώσει την απάντησή του με το χρόνο.
Αυτή η απάντηση είναι προσωπική και μπορεί να τη δεί μόνο ο εκπαιδευτής, ο οποίος μπορεί να προσφέρει υποστήριξη και να βαθμολογήσει κάθε εγγραφή στο ημερολόγιο.
Είναι συνήθως καλή ιδέα να έχετε μια δραστηριότητα Ημερολογίου κάθε εβδομάδα.</P>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>Πόροι</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>Πόροι</B></P>
<UL>
<P>Οι πόροι είναι περιεχόμενο: πληροφορία την οποία ο εκπαιδευτής θέλει να εισάγει στο μάθημα.
Αυτή μπορεί να είναι προετοιμασμένα αρχεία που φορτώνονται στο μάθημα, σελίδες που έχουν γραφτεί με το Moodle ή εξωτερικές σελίδες που κατασκευάστηκαν ώστε να είναι μέρος του μαθήματος.</P>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Εργασίες</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Εργασίες</B></P>
<UL>
<P>Οι εργασίες επιτρέπουν στον εκπαιδευτή να καθορίσει μια δραστηριότητα η οποία θα απαιτεί από τους μαθητές να προετοιμάσουν ψηφιακό περιεχόμενο (οποιασδήποτε μορφής) και να το υποβάλουν φορτώνοντάς το στον εξυπηρετητή.
Συνήθεις εργασίες είναι εκθέσεις, αναφορές, ασκήσεις κτλ.
Αυτή η μονάδα έχει και δυνατότητες βαθμολόγησης.</P>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>Κουίζ</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>Κουίζ</B></P>
<UL>
<P>Αυτή η μονάδα επιτρέπει στον εκπαιδευτή να σχεδιάσει κουίζ, τα οποία αποτελούνται από ερωτήσεις πολλαπλών απαντήσεων, ερωτήσεις ναι-όχι και ερωτήσεις σύντομων απαντήσεων.
Αυτές οι ερωτήσεις τηρούνται σε μια κατηγοριοποιημένη βάση δεδομένων και μπορούν να χρησιμοποιηθούν ξανά.
Expand All @@ -42,13 +42,13 @@
Αυτή η μονάδα έχει και δυνατότητες βαθμολόγησης.</P>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>Επιλογές</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>Επιλογές</B></P>
<UL>
<P>Η δραστηριότητα αυτή είναι πολύ απλή - ο εκπαιδευτής υποβάλει μια ερώτηση και ορίζει ένα σύνολο πολλαπλών απαντήσεων.
Μπορεί να είναι χρήσιμο σαν γρήγορη δημοσκόπηση ώστε αν προκαλέσει τον προβληματισμό πάνω σε ένα θέμα ή να δώσει στην τάξη τη δυνατότητα να ψηφίσει μια κατεύθυνση για το μάθημα ή να συλλέξει συγκατάθεση για μια έρευνα.</p>
</UL>

<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Έρευνες</B></P>
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Έρευνες</B></P>
<UL>
<P>Η μονάδα Έρευνας παρέχει έναν αριθμό από εργαλεία έρευνας τα οποία έχει διαπιστωθεί πως είναι χρήσιμα στην εκτίμηση και διεγερση της μάθησης σε δικτυακά περιβάλλοντα.
Οι εκπαιδευτές μπορούν να τα χρησιμοποιήσουν για να συλλέξουν δεδομένα από τους μαθητές τους τα οποία θα τους βοηθήσουν να βελτιώσουν την εκπαιδευτική δραστηριότητα.</P>
Expand Down
4 changes: 2 additions & 2 deletions lang/el/help/questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
<HR>
<FONT SIZE=1><I>Η ερωτήσεις διασκευάστηκαν από το Critical Thinking: How To Prepare Students for a Rapidly Changing World: Foundation for Critical Thinking του Paul, R. (1993)., Santa Rosa, CA. </I></FONT>

<P ALIGN=RIGHT><? helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><? helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("reading", get_string("helpreading"), "moodle", true, true) ?></P>
6 changes: 3 additions & 3 deletions lang/el/help/quiz/import.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
~science ~experiment}, and in a sense we remain students for life.
</BLOCKQUOTE>

<P>More info: <? helpbutton("formatmissingword", "", "quiz") ?></P>
<P>More info: <?php helpbutton("formatmissingword", "", "quiz") ?></P>
</UL>


Expand All @@ -35,7 +35,7 @@
<P>This module can import questions saved in Blackboard's export
format. It relies on XML functions being compiled into your PHP.</P>

<P>More info: <? helpbutton("formatblackboard", "", "quiz") ?></P>
<P>More info: <?php helpbutton("formatblackboard", "", "quiz") ?></P>
</UL>

<P><B>Custom</B></P>
Expand All @@ -46,7 +46,7 @@
<P>The amount of new code needed is quite small - just enough
to parse a single question from given text.

<P>More info: <? helpbutton("formatcustom", "", "quiz") ?></P>
<P>More info: <?php helpbutton("formatcustom", "", "quiz") ?></P>
</UL>


Expand Down
8 changes: 4 additions & 4 deletions lang/el/help/quiz/questiontypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<P>Προς απάντηση σε ένα ερώτημα (που μπορεί να περιλαμβάνει μια εικόνα) ο
ανταποκρινόμενος επιλέγει την απάντηση από μια σειρά πολλαπλών απαντήσεων.
Υπάρχουν δυο τύποι ερωτήσεων πολλαπλής επιλογής - απλή απάντηση και πολλαπλή.
<P>Περισσότερς πληροφορίες: <? helpbutton("multichoice", "", "quiz") ?></P>
<P>Περισσότερς πληροφορίες: <?php helpbutton("multichoice", "", "quiz") ?></P>
</UL>

<P><B>Σύντομη απάντηση</B></P>
Expand All @@ -16,23 +16,23 @@
ανταποκρινόμενος γράφει μια λέξη ή φράση. Μπρορεί να υπάρχουν αρκετές πιθανές σωστές απαντήσεις,
με διαφορετικούς βαθμούς βαθμούς. Οι απαντήσεις μπορούν ή δε μπορούν να be sensitive to case.
</P>
<P>Περισσότερες πληροφορίες: <? helpbutton("shortanswer", "", "quiz") ?></P>
<P>Περισσότερες πληροφορίες: <?php helpbutton("shortanswer", "", "quiz") ?></P>
</UL>

<P><B>Αλήθεια/Ψέμα</B></P>
<UL>
<P>Προς απάντηση σε ένα ερώτημα (που μπορεί να περιλαμβάνει μια εικόνα) ο
ανταποκρινόμενος επιλέγει μεταξύ: Αλήθεια/Ψέμα.
</P>
<P>Περισσότερες πληροφορίες: <? helpbutton("truefalse", "", "quiz") ?></P>
<P>Περισσότερες πληροφορίες: <?php helpbutton("truefalse", "", "quiz") ?></P>
</UL>

<P><B>Τυχαία</B></P>
<UL>
<P>(Δεν έχει εφαρμοστεί ακόμα). Επιτρέπει την επιλογή ενός αριθμού από άλλες τις άλλες αρωτήσεις μια εκ των
οποίων διαλέγεται τυχαία κάθε φορ΄απου ένας μαθητής προσπαθεί το quiz.
</P>
<P>Περισσότερες πληροφορίες: <? helpbutton("random", "", "quiz") ?></P>
<P>Περισσότερες πληροφορίες: <?php helpbutton("random", "", "quiz") ?></P>
</UL>


Expand Down
4 changes: 2 additions & 2 deletions lang/el/help/reading.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<P>Μπορεί να σας βοηθήσει, αν σκεφτείτε τι ΔΕΝ είπε ο συγγραφέας ή τι άφησε υπο αμφισβήτηση
- αυτό μπορεί να σας βοηθήσει να σχηματίσετε ερωτήσεις στο μυαλό σας.</P>

<P ALIGN=RIGHT><? helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><? helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
<P ALIGN=RIGHT><?php helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
Loading

0 comments on commit 4c48acf

Please sign in to comment.