Skip to content

Commit

Permalink
Merge pull request #2666 from drgrice1/pg-editor-debug-format
Browse files Browse the repository at this point in the history
Switch the problem editor to use the debug format.
  • Loading branch information
pstaabp authored Feb 11, 2025
2 parents f1da2b1 + a7ab729 commit 6f094c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/PGProblemEditor/pgproblemeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
sourceFilePath: document.getElementsByName('edit_file_path')[0]?.value,
rawProblemSource:
webworkConfig?.pgCodeMirror?.source ?? document.getElementById('problemContents')?.value ?? '',
outputformat: 'simple',
outputformat: 'debug',
showAnswerNumbers: 0,
// The set id is really only needed by set headers to get the correct dates for the set.
set_id: document.getElementsByName('hidden_set_id')[0]?.value ?? 'Unknown Set',
Expand Down

0 comments on commit 6f094c0

Please sign in to comment.