Minor - format code

pull/2487/head
jmontoyaa 9 years ago
parent 2b5621a0c2
commit 54ef79d95b
  1. 1
      main/exercise/adminhp.php
  2. 5
      main/exercise/exercise_admin.php
  3. 4
      main/exercise/exercise_submit.php
  4. 3
      main/exercise/hotspot_lang_conversion.php

@ -1,5 +1,6 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
* HotPotatoes administration. * HotPotatoes administration.
* @package chamilo.exercise * @package chamilo.exercise

@ -1,5 +1,8 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
use ChamiloSession as Session;
/** /**
* Exercise administration * Exercise administration
* This script allows to manage an exercise. It is included from * This script allows to manage an exercise. It is included from
@ -8,8 +11,6 @@
* @author Olivier Brouckaert, Julio Montoya * @author Olivier Brouckaert, Julio Montoya
*/ */
use \ChamiloSession as Session;
require_once '../inc/global.inc.php'; require_once '../inc/global.inc.php';
$this_section = SECTION_COURSES; $this_section = SECTION_COURSES;

@ -1,6 +1,8 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
use ChamiloSession as Session;
/** /**
* Exercise submission * Exercise submission
* This script allows to run an exercise. According to the exercise type, questions * This script allows to run an exercise. According to the exercise type, questions
@ -26,8 +28,6 @@
* Modified by hubert.borderiou (2011-10-21 question category) * Modified by hubert.borderiou (2011-10-21 question category)
*/ */
use ChamiloSession as Session;
require_once '../inc/global.inc.php'; require_once '../inc/global.inc.php';
$current_course_tool = TOOL_QUIZ; $current_course_tool = TOOL_QUIZ;
$this_section = SECTION_COURSES; $this_section = SECTION_COURSES;

@ -1,9 +1,10 @@
<?php //$id:$ <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
* Hotspot language conversion * Hotspot language conversion
* @package chamilo.exercise * @package chamilo.exercise
* @author * @author
* @deprecated ?
* @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $ * @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $
*/ */
/** /**

Loading…
Cancel
Save