Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions SurveyQueueInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private function check_logic_events_and_fields($logic)
$fields = REDCap::getFieldNames();
$fields = $this->AddCheckBoxes($fields); // Add checkbox field options

// Get all occurences of an opening square bracket "["
// Get all occurrences of an opening square bracket "["
$lastPos = 0;
$openingBrackets = array();
while (($lastPos = strpos($logic, "[", $lastPos)) !== FALSE)
Expand Down Expand Up @@ -492,7 +492,7 @@ public function import_survey_queue_csv()
* active
* auto_start
* conditional_event_name
* contidional_arm_name
* occurrencesconditional_arm_name
* conditional_survey_form
* condition_andor
* condition_logic
Expand Down Expand Up @@ -621,7 +621,7 @@ public function import_survey_queue_csv()
}
else
{
REDCap::logEvent("Survey Queue Interface Import", "Survey Queue Interface EM has sucessfully updated the survey queue");
REDCap::logEvent("Survey Queue Interface Import", "Survey Queue Interface EM has successfully updated the survey queue");
}
}
}
Expand Down Expand Up @@ -655,7 +655,7 @@ public function generate_user_interface()
two projects with the same structure will pass validation for each other.
</strong>
</p>
<h5>Instructions</h4>
<h4>Instructions</h4>
<p>The csv import requires <strong>all</strong> the following columns in the <strong>below order</strong>, the same columns the csv export will contain:</p>
<ul>
<li>survey_form - Unique name of survey in the queue</li>
Expand Down Expand Up @@ -684,4 +684,4 @@ public function generate_user_interface()
</html>
<?php
}
}
}