Skip to content

Commit

Permalink
wip: 🚧 meeting text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Nov 30, 2023
1 parent 20927a5 commit 51f0825
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions sections/guided_mode/guided_curate_dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -1306,21 +1306,22 @@ <h1 class="text-sub-step-title">Dataset structure</h1>
<div class="guided--radio-button-container" style="margin-bottom: 7px">
<button
class="ui primary basic button guided--radio-button"
id="guided-button-import-subject-structure-from-spreadsheet"
data-next-element="guided-section-add-subjects-via-spreadsheet"
id="guided-button-add-subject-structure-manually"
data-next-element="guided-section-add-subjects-manual"
data-button-config-value="subject-addition-method"
data-button-config-value-state="spreadsheet"
data-button-config-value-state="manual"
>
Enter IDs in SODA/Import IDs through spreadsheet
Provide <span class="sub-pool-sample-structure-description-text"></span> in the
SODA UI
</button>
<button
class="ui primary basic button guided--radio-button"
id="guided-button-add-subject-structure-manually"
data-next-element="guided-section-add-subjects-manual"
id="guided-button-import-subject-structure-from-spreadsheet"
data-next-element="guided-section-add-subjects-via-spreadsheet"
data-button-config-value="subject-addition-method"
data-button-config-value-state="manual"
data-button-config-value-state="spreadsheet"
>
Enter <span class="sub-pool-sample-structure-description-text"></span> manually
Enter and import IDs in a spreadsheet
</button>
</div>
</div>
Expand Down

0 comments on commit 51f0825

Please sign in to comment.