The WPLMS 1.6.3 comes with print quiz results button. In case you want to hide it use this CSS in custom CSS :
.incoursequiz_details .buttons > .button:last-child {
display: none;
}
The WPLMS 1.6.3 comes with print quiz results button. In case you want to hide it use this CSS in custom CSS :
.incoursequiz_details .buttons > .button:last-child {
display: none;
}