Quiz Timer

Re: Quiz Warning Message

by Jason Hollowell -
Number of replies: 0
Picture of Particularly helpful Moodlers
Tim,

Thanks, I ended up 'sticking' it to the bottom of the page by changing the 'absolute' to 'top' in the following code.

#mod-quiz-attempt #timer {
position:top;
/*top:100px; is set by js*/
left:10px
}

I don't know why but that caused the window to stick at the bottom left of the page.

Dealing with a much bigger problem at the moment sad Made a painful mistake while close to 200 students were taking a test via the Quiz mod and now have them all taking a paper based backup and am doing some serious reflection. Nothing worse than having to come to grips with the fact that you did something you knew was not to be done.

I think I'll start a new thread later with the details and embarrass myself in the hopes that it will help prevent someone else from doing the same thing.

Jason