I have got most of it working, but before I spend ages on the *hard* bugs, I would like to ask if this would be a welcome addition and do I have the go ahead to commit it when I am happy with it?
Any other comments on this feature are very welcome
I have wished for such a feature many times (all of them!) when adding/editing an activity. It's true I can 'login as' Student1 or keep a separate Moodle window open with Student1 logged in, but this would be much cleaner.
Does testing a quiz in student mode create a persistent quiz attempt under your name? I think I would prefer that it did, so that you can have a look at the review options. Then you can delete the attempt(s) when you are done (similar to current method using Student1).
I suppose this is for 1.6, or is there some chance it may find its way into 1.5.x?
Jim.
I also, like Chris, think that placing the "Turn student view on" button next to the "turn editing on" would be better use of the screen. I would go so far as suggesting it ought to be default rather than a hack. The only possible conflict I can see is if there is a LONG "cookie trail". I would suggest calling the "Turn student view on" button a more compact: "Student view" with a tooltext: "Turn student view on". (In the student's view one could have a compact "Teachers view" button with tooltip "Turn student view off".)
Is there anyone that prefers, the 2 line placement?
Hi Chris,
In latest distribution of version 1.6 beta 3 the 2 buttons are indeed adjacent, just as you want them (see screen shot of a Standard Theme view).
Check that you have the following lines in your version of moodle\theme\standard\styles_layout.css.navbar .navbutton form {That does the trick!
float: left;
}
Joseph