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,
I have found a strange issue with SEB 3.7.0.682 together with the new clipboard policy (SEB Only). We try to allow students so copy & paste some text from other websites in Moodle essay question type. Maybe it is similar to the issue #890
Describe the Bug
We changed SEB configuration:
tab "Security"
Clipboard Policy
Set "SEB Only" to true
and we also allow students to open a new SEB Window (in this case: https://onecompiler.com/).
Students are able to copy content, but
only the first line of code instead of the whole code will be copied
text content will be copied without formating
Please see screenshots an log files below.
If I set "Clipboard Policy - Allow" to true, there is no problem with copy/paste (see screenshots and log files below)
Steps to Reproduce
Steps to reproduce the behavior - Setting 1 SEB Only:
create a SEB Config file (set "Clipboard Policy - SEB Only" to true, allow additional websites)
create a test with some essay questions and links to additional website
start SEB, start quiz, go to essay question, click on the link
website will be opened in an additional SEB window
mark all the code, copy it into essay question (STRG-C + STRG-V) --> only the first line will be copied
go to an other website, try to copy some text (STRG-C + STRG-V) --> whole text will be copied, but no formating
Steps to reproduce the behavior - Setting 2 Allow:
create a SEB Config file (set "Clipboard Policy - Allow" to true, allow additional websites)
create a test with some essay questions and links to additional website
start SEB, start quiz, go to essay question, click on the link
website will be opened in an additional SEB window
mark all the code, copy it into essay question (STRG-C + STRG-V) --> all line will be copied
go to an other website, try to copy some text (STRG-C + STRG-V) --> whole text with formating will be copied
Expected Behavior
If I mark all the content, the whole content should be copied including formating options.
Screenshots
You can find screenshots in ZIP file. screenshots.zip
Version Information
OS: Windows 10 (22H2, Build 19045.4412)
SEB-Version 3.7.0.682
Moodle-Version 4.1.6+ (Build 20231102)
Additional Context
You can find the log files in ZIP file. logs.zip
best regards, Anton
The text was updated successfully, but these errors were encountered:
Thanks for the extensive report. This might well be a limitation of the current implementation, as we at the moment only share the raw text content between windows. We will investigate whether we can improve this in an upcoming version.
Hi,
I have found a strange issue with SEB 3.7.0.682 together with the new clipboard policy (SEB Only). We try to allow students so copy & paste some text from other websites in Moodle essay question type. Maybe it is similar to the issue #890
Describe the Bug
We changed SEB configuration:
and we also allow students to open a new SEB Window (in this case: https://onecompiler.com/).
Students are able to copy content, but
Please see screenshots an log files below.
If I set "Clipboard Policy - Allow" to true, there is no problem with copy/paste (see screenshots and log files below)
Steps to Reproduce
Steps to reproduce the behavior - Setting 1 SEB Only:
Steps to reproduce the behavior - Setting 2 Allow:
Expected Behavior
If I mark all the content, the whole content should be copied including formating options.
Screenshots
You can find screenshots in ZIP file.
screenshots.zip
Version Information
Additional Context
You can find the log files in ZIP file.
logs.zip
best regards, Anton
The text was updated successfully, but these errors were encountered: