diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 3f3b9ebc39a..8c7dd3763d8 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -25,6 +25,14 @@ $string['commentdeleted'] = "The comment has been deleted."; $string['commentupdated'] = "The comment has been updated."; $string['comments'] = "Comments"; $string['commentson'] = "Comments on"; +$string['configstudents_can_post_entries'] = "Define if the students can or cannot post entries by default"; +$string['configallow_duplicated_entries'] = "Define if a glossary will allows duplicated entries by default"; +$string['configallow_comments'] = "Define if a glossary will accept comments on entries by default"; +$string['configautomatically_link_glossaries'] = "Define if a glossary should be automatically linked by default"; +$string['configdefault_approval_status'] = "Define the approval status by default of an entry posted by a student"; +$string['configautomatically_link_entry'] = "Define if an entry should be automatically linked by default"; +$string['configcase_sensitive'] = "Define if an entry, when linked, is case sensitive by default"; +$string['configmatch_whole_words'] = "Define if an entry, when linked, should match the case in the target text by default"; $string['concept'] = "Concept"; $string['concepts'] = "Concepts"; $string['dateview'] = "Browse by date"; diff --git a/mod/glossary/TODO.txt b/mod/glossary/TODO.txt index 321d027b137..bcff97cd735 100644 --- a/mod/glossary/TODO.txt +++ b/mod/glossary/TODO.txt @@ -7,7 +7,7 @@ Things that are in the inkpot yet: * New glossary o just append entries to the current one? * With or withot categories? - Add Alias to concepts in order to use dynalinks on them. -- Allow to set default values for glossaries and entries settings +- Allow to set default values for glossaries and entries settings (done) - Allow grading of entries * Evaluation * Self-evaluation? diff --git a/mod/glossary/config.html b/mod/glossary/config.html new file mode 100644 index 00000000000..7140996891b --- /dev/null +++ b/mod/glossary/config.html @@ -0,0 +1,188 @@ + +
diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index 86f381042b6..dfcbd44518d 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -1,3 +1,6 @@ +