Wiki

Clone wiki

MOODECx / Site_administration

How to set your MOODEC LMS

This page will give you all the recommended parameters for using our MOODEC Plateform

Site Upload Size

To edit the upload size for your course setting you need to modify the value of 2 variables in your php.ini file on your server :

  • post_max_size=200M
  • upload_max_filesize=200M

We recommend to use 200M for upload if your server can handle it.

Then go to your MOODEC Website and verify the parameters in the administration panel :

Site Administration -> Security -> Sites polices

Verify the parameters : "Max# imum uploaded file size"

Enable #conditional restriction

We'll now enable the conditional restriction for our website, this restriction will let you add date and time restriction for your course.

Site Administration -> Advanced Features

Select the : "Enable conditional access" option

Hide the old Moodle Forum

We recommend to hide the Moodle Forum that is not adapted for MOODEC. For this please go first in the Default Course Settings

Site Administration -> Course -> Default Course Setting

Change the value of the filed : "News items to show" from 5 to 0

Then go into the role permission to dissalow anyone to add this forum.

Site Administration -> Users -> Permission ->Define roles

Edit all the role : "Manager" and "Editing Teacher" Then modify the following parameters :

2015-10-20_08-39-28.jpg

Default Course Settings

Site Administration -> Course -> Default Course Setting

  1. Select Course Format

See Moodec specific Plugins

  1. Modify Groupe Settings

groups.jpg

Default Dashboard

Site Administration -> Apparence-> Default Dashboard

Change Theme for clean by add = ?theme=clean in the url Delete all block in the center of the dashboard Add block : My dashboard and put it in the center Don't forget to reset Default Dashboard for all users

SMTP

STMP connection is needed for using the Notifications Plugins and the Certificate Plugins

Site administration / ► Plugins / ► Message outputs / ► Email

<TO DO>

Progress Bar

Création automatique d'une progress Bar

Dashboard

Current Course : Date début de cours < Date actuelle Date de fin d'auto-inscription > Date actuelle

Archived Course : Date de fin d'auto-inscription > Date actuelle

Upcoming Course :

Date début de cours < Date actuelle

Disable anonymous authentification

Site Administration -> Plugin-> Authentification-> Gestion Autentification

Décocher la case autoriser les connexions anonymes

Tableau de bord>Administration du site>Sécurité>Règles site

Autoriser l'authentification par courriel

Tableau de bordAdministration du sitePluginsAuthentificationGestion de l'authentification

liste déroulante : autoriser

Ajouter l'accès au Cron sans mdp par web

Ajouter l'adresse email de contact

Tableau de bord > Administration du site>Serveur>Contact d'assistance

Obligatoire pour faire fonctionner la page contact

##Autoriser la traduction multilangue pour les champs ## Site administration > Plugins > Filters > Manage filters

Activer le champ multilangue pour contenu et titre

##Personnalisation des champs du profil du user ##

Tableau de bordAdministration du siteUtilisateursComptesChamps du profil

Titre de la catégorie :

#!php

<span lang="fr" class="multilang">Autres champs</span><span lang="de" class="multilang">andere Felder</span><span lang="en" class="multilang">Other fields</span>

3 champs à créer au minimum :

Un champ date (Birthday)

#!php

<span lang="fr" class="multilang">Date de naissance</span><span lang="de" class="multilang">Geburtstag</span><span lang="en" class="multilang">Birthday</span>

Un champ Saisie de texte (Spoken Language)

#!php

<span lang="fr" class="multilang">Langues parlées</span><span lang="de" class="multilang">Gesprochene Sprachen</span><span lang="en" class="multilang">Spoken languages</span>

Un champ Saisie de texte

#!php

<span lang="fr" class="multilang">Profession</span><span lang="de" class="multilang">Beruf</span><span lang="en" class="multilang">Job</span>

Changer le rôle de base du professeur

Tableau de bordAdministration du siteUtilisateursPermissionsDéfinition des rôles

Changer le modèle en professeur non éditeur pour Teacher

Ne pas oublier de réinitialiser le rôle en cliquant sur le nom du rôle "Teacher" et réinitialiser sinon ça ne sera pas pris en compte

Updated