Supporting each other

Community forums

Welcome, Guest
Username: Password: Remember me
This is the place for questions about learning design and pedagogy; how to use different page types for different purposes.
  • Page:
  • 1
  • 2

TOPIC:

Hide Check Answer button on Categories page 4 years 6 months ago #5935

  • xlearn
  • xlearn's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 2
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.

Hide Check Answer button on Categories page 4 years 6 months ago #5938

  • Fay
  • Fay's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 231
  • Thank you received: 86
Hi Lilian

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

Thanks
Fay

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

Hide Check Answer button on Categories page 4 years 6 months ago #5947

  • xlearn
  • xlearn's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 2
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:
.x_categories_page #pageContents #button {
display: none;
}
Much appreciated.

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

Last edit: by xlearn. Reason: changed code to display properly

Hide Check Answer button on Documentation page 4 years 3 months ago #6188

  • xlearn
  • xlearn's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 2
I've been trying for hours but the advice to use
#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

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

Last edit: by xlearn.

Hide Check Answer button on Documentation page 4 years 3 months ago #6189

  • tom
  • tom's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 1281
  • Thank you received: 305
Each pagetype is a bit different. For the documentation page you can try:
.x_documentation_page #pageContents #downloadBtn {
display: none;
}
The following user(s) said Thank You: xlearn

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

Last edit: by tom.

Hide Check Answer button on Documentation page 4 years 3 months ago #6190

  • xlearn
  • xlearn's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 2
Tom, you're a star! Merry Christmas to you and Inge.

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

  • Page:
  • 1
  • 2
Moderators: ingdon
Time to create page: 0.070 seconds
Copyright © 2024 The Xerte Project.
Xerte logo Apereo logo OSI Logo

Search