You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, really great project,
wanted to ask if its possible to force text to be displayed in two lines only, have correct answer and then user answer and I want to be able to show one under the other so user can easily compare where did he go wrong.
I do this by text: 'Score Notes: ' + window.scoreNotes + '\n' + 'Your Input: ' + window.userNotes,
which works fine, but when I have large text it breaks into multiple lines making it very hard to keep track of it.
What Im looking for is to force these two lines to go for as long as needed with possibility to scroll horizontally in order to move to desired position so user could compare his input with desired input.
Thank
The text was updated successfully, but these errors were encountered:
Hi there, really great project,
wanted to ask if its possible to force text to be displayed in two lines only, have correct answer and then user answer and I want to be able to show one under the other so user can easily compare where did he go wrong.
I do this by text: 'Score Notes: ' + window.scoreNotes + '\n' + 'Your Input: ' + window.userNotes,
which works fine, but when I have large text it breaks into multiple lines making it very hard to keep track of it.
What Im looking for is to force these two lines to go for as long as needed with possibility to scroll horizontally in order to move to desired position so user could compare his input with desired input.
Thank
The text was updated successfully, but these errors were encountered: