If you want to ensure that all information is visible to students at nomination, you can easily make the 'Responsibilities' and 'Additional information' visible by default:
From this:
To this:
How to make this change
Simply add the following CSS code into your Global CSS, located in the backend dashboard at: Website > Appearance > Global CSS
/* Shows nomination details by default in user nominations page */
span.toggle-text {
display:none;
}
.uc-position-details-wrapper, .uc-manifesto-guideline-wrapper {
display:block;
}