This is the place for questions about learning design and pedagogy; how to use different page types for different purposes.

Hide Check Answer button on Documentation page

  • xlearn
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 10 months ago #5935 by xlearn
Hi all, Uni of York are recent adopters of Xerte. I have a tutor who wants to allow students to use the drag and drop feature in Categories page type, without being judged right or wrong. Ideally, we would change the check answer button to a 'print' or 'download' button, but for now, what's the best way to simply hide the 'check' button?
Regards
Lilian

Please Log in or Create an account to join the conversation.

More
6 years 10 months ago #5938 by Fay
Hi Lilian

If you add the optional property 'styles' to the page you can paste in this css which will hide the button:
Code:
#pageContents #button { display: none; }

Thanks
Fay

Please Log in or Create an account to join the conversation.

  • xlearn
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 10 months ago - 6 years 10 months ago #5947 by xlearn
Replied by xlearn on topic Hide Check Answer button on Categories page
Many thanks for your reply, Fay.
That works. Another piece of useful advice I've received from Ron is that if I only want to hide the button on the Categories page type on the LO, then I can use the code:
Code:
.x_categories_page #pageContents #button { display: none; }
Much appreciated.
Last edit: 6 years 10 months ago by xlearn. Reason: changed code to display properly

Please Log in or Create an account to join the conversation.

  • xlearn
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 7 months ago - 6 years 7 months ago #6188 by xlearn
I've been trying for hours but the advice to use
Code:
#pageContents #button { display: none; }
doesn't seem to work for the Documentation page type.
What am I doing wrong?
I want to make the question rhetorical so don't wish to have a 'download' button or the instruction text.
screenshot of page
Last edit: 6 years 7 months ago by xlearn.

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago - 6 years 7 months ago #6189 by tom
Each pagetype is a bit different. For the documentation page you can try:
Code:
.x_documentation_page #pageContents #downloadBtn { display: none; }
Last edit: 6 years 7 months ago by tom.
The following user(s) said Thank You: xlearn

Please Log in or Create an account to join the conversation.

  • xlearn
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 7 months ago #6190 by xlearn
Tom, you're a star! Merry Christmas to you and Inge.

Please Log in or Create an account to join the conversation.

Moderators: ingdon
Time to create page: 0.221 seconds
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo