In case you wish to hide the percentage score value that appears on the Course Player after a user submits their answers to a Legacy Exam learning activity, you can do so by adding a CSS snippet.
Note: We recommend using our latest assessment builder, where this setting is supported via the builder.
1. Navigate to Site Builder → Custom code.
2. Go to Site custom code → <style>(CSS) for built-in pages (i.e social, profile, work pad, my account).
3. Add the following script and hit Update.
/*** hide exam score ***/ #scoreValue { display: none !important; }
With these steps, the percentage value will be hidden from your Exam learning activities.