Skip to content

Commit

Permalink
Move response button text to config value
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigiesler committed Jan 13, 2025
1 parent d42fde3 commit 8d58471
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15,933 deletions.
9 changes: 5 additions & 4 deletions Forms/QA/flows/DMA Form.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ version: "0.1.0"
columns: []
-->

| Key | Value |
| -------------- | -------- |
| assessment_tag | dma_form |
| Key | Value |
| -------------------- | ------------- |
| assessment_tag | dma_form |
| response_button_text | Next question |

## Get Assessment

Expand Down Expand Up @@ -625,7 +626,7 @@ card QuestionResponse, then: DisplayResponse do
end
card DisplayResponse when has_text(answer.response), then: StoreResponse do
buttons(StoreResponse: "Next question") do
buttons(StoreResponse: "@config.items.response_button_text") do
text("@answer.response")
end
end
Expand Down
Loading

0 comments on commit 8d58471

Please sign in to comment.