com-tecnick-tcexam-shared
[ class tree: com-tecnick-tcexam-shared ] [ index: com-tecnick-tcexam-shared ] [ all elements ]

Procedural File: tce_config.php

Source Location: /shared/config/tce_config.php



Page Details:

Shared configuration file.



Tags:

author:  Nicola Asuni
copyright:  Copyright © 2004-2008, Nicola Asuni - Tecnick.com S.r.l. - ITALY - www.tecnick.com - info@tecnick.com
link:  www.tecnick.com
since:  2002-02-24
license:  GNU General Public License


Includes:

require_once('../../shared/config/tce_general_constants.php') [line 98]
require_once('../../shared/code/tce_functions_errmsg.php') [line 206]
Error handlers.

require_once('../../shared/code/tce_tmx.php') [line 236]
require_once('../../shared/config/tce_paths.php') [line 97]





K_ANSWER_TEXTAREA_COLS [line 118]

K_ANSWER_TEXTAREA_COLS = 70
Number of columns for answer textarea.


[ Top ]



K_ANSWER_TEXTAREA_ROWS [line 123]

K_ANSWER_TEXTAREA_ROWS = 15
Number of rows for answer textarea.


[ Top ]



K_AVAILABLE_LANGUAGES [line 69]

K_AVAILABLE_LANGUAGES = serialize(array('ar'=>'Arabian','bg'=>'Bulgarian','br'=>'Brazilian Portuguese','cn'=>'Chinese','de'=>'German','el'=>'Greek','en'=>'English','es'=>'Spanish','fr'=>'French','hi'=>'Hindi','he'=>'Hebrew','hu'=>'Hungarian','id'=>'Indonesian','it'=>'Italian','jp'=>'Japanese','mr'=>'Marathi','ms'=>'Malay (Bahasa Melayu)','nl'=>'Dutch','pl'=>'Polish','ru'=>'Russian','tr'=>'Turkish','vn'=>'Vietnamese'))
Defines a serialized array of available languages.

Each language is indexed using a 2-letters code (ISO 639).



[ Top ]



K_COOKIE_DOMAIN [line 145]

K_COOKIE_DOMAIN = ''
Cookie domain.


[ Top ]



K_COOKIE_EXPIRE [line 160]

K_COOKIE_EXPIRE = K_SECONDS_IN_DAY
Expiration time for cookies.


[ Top ]



K_COOKIE_PATH [line 150]

K_COOKIE_PATH = '/'
Cookie path.


[ Top ]



K_COOKIE_SECURE [line 155]

K_COOKIE_SECURE = false
If true use secure cookies.


[ Top ]



K_ENABLE_JSERRORS [line 186]

K_ENABLE_JSERRORS = false
If true display messages and errors on Javascript popup window.


[ Top ]



K_ERROR_TYPES [line 176]

K_ERROR_TYPES = E_ERROR|E_WARNING|E_PARSE
Define error reporting types for debug.


[ Top ]



K_EXTEND_TIME_MINUTES [line 198]

K_EXTEND_TIME_MINUTES = 5
Default minutes used to extend test duration.


[ Top ]



K_LANGUAGE [line 58]

K_LANGUAGE = 'en'
2-letters code for default language.


[ Top ]



K_LANGUAGE_SELECTOR [line 63]

K_LANGUAGE_SELECTOR = true
If true, display a language selector.


[ Top ]



K_QUESTION_DIFFICULTY_LEVELS [line 103]

K_QUESTION_DIFFICULTY_LEVELS = 10
Number of difficulty levels for questions.


[ Top ]



K_QUESTION_LINE_MAX_LENGTH [line 138]

K_QUESTION_LINE_MAX_LENGTH = 70
Define max line length in chars for question navigator on test execution interface.


[ Top ]



K_REDIRECT_LOGIN_MODE [line 168]

K_REDIRECT_LOGIN_MODE = 3
Various pages redirection modes after login (valid values are 1, 2 and 3).

  1. = relative redirect.
  2. = absolute redirect.
  3. = html redirect (DEFAULT).



[ Top ]



K_SESSION_LIFE [line 128]

K_SESSION_LIFE = K_SECONDS_IN_HOUR
User's session life time in seconds.


[ Top ]



K_TCEXAM_VERSION [line 53]

K_TCEXAM_VERSION = '7.0.029'
TCExam version (do not change).


[ Top ]



K_TEST_INFO_HEIGHT [line 108]

K_TEST_INFO_HEIGHT = 400
Popup window height in pixels for test info.


[ Top ]



K_TEST_INFO_WIDTH [line 113]

K_TEST_INFO_WIDTH = 700
Popup window width in pixels for test info.


[ Top ]



K_TIMESTAMP_FORMAT [line 133]

K_TIMESTAMP_FORMAT = 'Y-m-d H:i:s'
Define timestamp format using PHP notation.


[ Top ]



K_TIMEZONE [line 193]

K_TIMEZONE = 'UTC'
Set your own timezone here.

Possible values are listed on: http://php.net/manual/en/timezones.php



[ Top ]



K_USE_ERROR_LOG [line 181]

K_USE_ERROR_LOG = false
Enable error logs (../log/tce_errors.log).


[ Top ]




Documentation generated on Thu, 05 Feb 2009 12:44:37 +0100 by phpDocumentor 1.4.1