<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
<?php 
/**  * DONT EDIT THIS FILE - NE MODIFIEZ PAS CE FICHIER 
 * -------------------------------------------------
 * Generated by 
		
		[[generator]]
 * Date [[date_at]]
 * -------------------------------------------------
 * DONT EDIT THIS FILE - NE MODIFIEZ PAS CE FICHIER 
 **/

// $CLLNPGenDate is an internal mark
   $CLLNPGenDate = "[[timestamp]]";

/* maxFilledSpace_for_import : Disk space allowed to import scorm package */
$GLOBALS['maxFilledSpace_for_import'] = 100000000;


/* cllnp_resetByUserAllowed : Set to Yes to allow students to reset their progression in learning pathes */
$GLOBALS['cllnp_resetByUserAllowed'] = FALSE;


/* cllnp_documentDefaultTime : Associate a default time in minute to a document that will be used for learnPath tracking */
$GLOBALS['cllnp_documentDefaultTime'] = 0;


/* cllnp_documentDefaultTimeOnce : Only use the document default time once. Once set no additional time will be added (except with the script) */
$GLOBALS['cllnp_documentDefaultTimeOnce'] = TRUE;


/* cllnp_countTimeSpentOnDocument : Allow a script to count time spent on a document-type module */
$GLOBALS['cllnp_countTimeSpentOnDocument'] = TRUE;


/* cllnp_countTimeIntervalCheck : A time interval (in minute) to define when the script has to check if the module is still active */
$GLOBALS['cllnp_countTimeIntervalCheck'] = 1;


/* cllnp_countTimeOverDefault : Only use the counted time if its value is longer than the default time associated to the document */
$GLOBALS['cllnp_countTimeOverDefault'] = TRUE;



?>