mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Showing subject on result overview page
This commit is contained in:
parent
9db2d16dba
commit
e048e9d0c3
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -1325,7 +1325,7 @@ function ShowSaveQuizDialog(addedQ, allQ, allOutput, output, sendSuccess, sentDa
|
|||
m: msg,
|
||||
isSimple: true
|
||||
}, null, function() {
|
||||
var towrite = '<h3>TXT-ben nem szereplő kérdések: ' + addedQ + '/' + allQ + '</h3><br>' +
|
||||
var towrite = '<h3>' + sentData.subj + '<br>TXT-ben nem szereplő kérdések: ' + addedQ + '/' + allQ + '</h3><br>' +
|
||||
output.replace(/\n/g, '<br>') + '<br><h3>Összes kérdés/válasz:</h3>' + allOutput.replace(
|
||||
/\n/g, '<br>');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue