updated terminology from "Coach" to "Counselor" across multiple files for consistency and clarity
Some checks failed
PHPUnit / test (push) Has been cancelled
Some checks failed
PHPUnit / test (push) Has been cancelled
This commit is contained in:
@ -28,7 +28,7 @@ const LAYOUT_TYPES = [
|
||||
{ value: 'date_spinner', label: 'Date Spinner' },
|
||||
{ value: 'string_spinner', label: 'String Spinner' },
|
||||
{ value: 'free_text', label: 'Free Text' },
|
||||
{ value: 'client_coach_code_question', label: 'Client / Counselor Code' },
|
||||
{ value: 'client_coach_code_question', label: 'Client / Counselor code' },
|
||||
{ value: 'last_page', label: 'Last Page' },
|
||||
];
|
||||
|
||||
@ -659,7 +659,7 @@ function configFormHTML(layout, config, prefix, opts = {}) {
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Hint 2 key</label>
|
||||
<input type="text" id="${prefix}_hint2" value="${esc(config.hint2 || '')}" placeholder="counselor_code">
|
||||
<input type="text" id="${prefix}_hint2" value="${esc(config.hint2 || '')}" placeholder="berater_code">
|
||||
</div>
|
||||
</div>`;
|
||||
break;
|
||||
@ -824,7 +824,7 @@ function renderEditor() {
|
||||
<div id="retiredQuestionsSection" style="display:none;margin-top:20px">
|
||||
<details class="retired-questions-panel">
|
||||
<summary>Retired questions (<span id="retiredCount">0</span>)</summary>
|
||||
<p class="field-hint">Retired questions stay in upload history; counselors on older forms can still submit.</p>
|
||||
<p class="field-hint">Retired questions stay in upload history; Counselors on older forms can still submit.</p>
|
||||
<ul class="question-list retired-question-list" id="retiredQuestionList"></ul>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user