_ADVANCED_HELP
_ADVANCED_HELP
Advanced help
Crypt_Rc4 | |
Crypt_Rc4 | |
mysql_database_connection | Mysql Connection |
OpenExpertVersion | |
page_view | Pagination |
interview_print_questions(integer $area_id, integer $question_id, integer $hide_answers)
Outputs question table on the right side of the interview_edit.php page.
integer | $area_id | the ID of the Unit |
integer | $question_id | the ID of Question |
integer | $hide_answers | hide question |
lang_getfrombrowser(array $allowed_languages, string $default_language, null $lang_variable, boolean $strict_mode) : string
Browswer language detection, refer to Christian Seiler http://.de.selfhtml.org/ detect browser language
array | $allowed_languages | allowed languages |
string | $default_language | default language |
null | $lang_variable | language variable |
boolean | $strict_mode | strict mode |
a current language;
monitor_insert_result(integer $area_id, integer $question_id, integer $question_pos, integer $answer_id, integer $answer_pos, integer $finish) : string
Write statistics It writes all steps of unit except "next"
integer | $area_id | the ID of the Unit |
integer | $question_id | the ID of Question |
integer | $question_pos | the Position of Question |
integer | $answer_id | the ID of Answer |
integer | $answer_pos | the Position of Answer |
integer | $finish | the Finish step of Questions |
the finish code for identification user in statisctic and to get access to next Unit