Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthortodd
    • CommentTimeOct 24th 2008
     

    Patrick,

    I just had a student point out that the link back to your site while invisible (at least in my setup- Moodle 1.9.2+) is right under the submit button for the quiz. In other words, if you are clicking the very button/just under the quiz button to submit answers for grading you will be redirected to NewSchoolLearning. (Screenshot Attached) What's the best way to handle this? Just add a break or two? Is there a way to delete the links just for the quiz module itself without messing anything else up?

    Thanks,
    Todd

    •  
      CommentAuthorptrkmkl
    • CommentTimeOct 26th 2008
     

    My apologies. I didn't realize that this would cause problems where it is. Add the following to the bottom of styles.css:

    .linkback {display:none;} #site-index .linkback {display:block;}

    It will remove the link from all pages other than the front page.