Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(SUP-43316): support links in IVQ questions #131

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Conversation

Lkaltura
Copy link
Contributor

@Lkaltura Lkaltura commented Jul 16, 2024

the issue:
adding a question that contains a link in the form of [link title|http://www.example.com/] to IVQ entry, doesn't render it as a link element .
solution:
image

As in v2, added a util function that parses the questions and converts them to a link element if they correspond to the specific link syntax, supporting all 4 types of questions.
image

Solves SUP-43316

src/utils.ts Outdated Show resolved Hide resolved
src/utils.ts Show resolved Hide resolved
src/utils.ts Outdated Show resolved Hide resolved
src/utils.ts Outdated Show resolved Hide resolved
@Lkaltura Lkaltura merged commit 86a8bbc into master Aug 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants