public/main/survey/survey_invite.php
Variable "total_invited" is not in valid camel caps format Open
Open
$total_invited.'</a> ';
- Exclude checks
Variable "survey_data" is not in valid camel caps format Open
Open
$survey_data = SurveyManager::get_survey($surveyId);
- Exclude checks
Variable "table_survey" is not in valid camel caps format Open
Open
$table_survey = Database::get_course_table(TABLE_SURVEY);
- Exclude checks
Variable "count_course_users" is not in valid camel caps format Open
Open
$count_course_users = SurveyUtil::saveInvitations(
- Exclude checks
Variable "additional_users" is not in valid camel caps format Open
Open
$additional_users = explode(';', $temp);
- Exclude checks
Variable "additional_users" is not in valid camel caps format Open
Open
$additional_users[$i] = trim($additional_users[$i]);
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$form->addHeader($tool_name);
- Exclude checks
Variable "auto_survey_link" is not in valid camel caps format Open
Open
$auto_survey_link = SurveyUtil::generateFillSurveyLink(
- Exclude checks
Variable "total_invited" is not in valid camel caps format Open
Open
$total_invited = SurveyUtil::updateInvitedCount($survey);
- Exclude checks
Variable "survey_data" is not in valid camel caps format Open
Open
$message .= Display::url($survey_data['invited'], $invitationUrl.'&view=invited');
- Exclude checks
Variable "auto_survey_link" is not in valid camel caps format Open
Open
$form->addElement('label', null, $auto_survey_link);
- Exclude checks
Variable "counter_additional_users" is not in valid camel caps format Open
Open
$counter_additional_users = SurveyUtil::saveInvitations(
- Exclude checks
Variable "counter_additional_users" is not in valid camel caps format Open
Open
$total_count = $count_course_users + $counter_additional_users;
- Exclude checks
Variable "additional_users" is not in valid camel caps format Open
Open
for ($i = 0; $i < count($additional_users); $i++) {
- Exclude checks
Variable "additional_users" is not in valid camel caps format Open
Open
$additional_users[$i] = trim($additional_users[$i]);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks
Variable "additional_users" is not in valid camel caps format Open
Open
$additional_users,
- Exclude checks
Variable "total_count" is not in valid camel caps format Open
Open
echo Display::return_message($total_count.' '.get_lang('invitations sent.'), 'success', false);
- Exclude checks
Variable "count_course_users" is not in valid camel caps format Open
Open
$total_count = $count_course_users + $counter_additional_users;
- Exclude checks
Variable "survey_data" is not in valid camel caps format Open
Open
$survey_data['answered'].'</a> ';
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Publication of the survey');
- Exclude checks
Variable "total_invited" is not in valid camel caps format Open
Open
if ($total_invited > 0) {
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name, 'Survey');
- Exclude checks
Variable "total_count" is not in valid camel caps format Open
Open
$total_count = $count_course_users + $counter_additional_users;
- Exclude checks