File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -982,13 +982,13 @@ function copySlackMessage() {
982
982
}
983
983
if ( toggle_question . classList . contains ( 'active' ) ) {
984
984
gradedData . questionableItems . forEach ( item => {
985
- secretTextarea . value += `:questioned: :exceeds: ${ item . req . textContent } \n> ${ item . text } \n`
985
+ secretTextarea . value += `:questioned: ${ item . req . textContent } \n> ${ item . text } \n`
986
986
} )
987
987
secretTextarea . value += `\n`
988
988
}
989
989
if ( toggle_wrong . classList . contains ( 'active' ) ) {
990
990
gradedData . incorrectItems . forEach ( item => {
991
- secretTextarea . value += `:needs-work: :exceeds: ${ item . req . textContent } \n> ${ item . text } \n`
991
+ secretTextarea . value += `:needs-work: ${ item . req . textContent } \n> ${ item . text } \n`
992
992
} )
993
993
}
994
994
You can’t perform that action at this time.
0 commit comments