Moove Theme and Browser security

Moove Theme and Browser security

by Helder Pereira -
Number of replies: 14

Hello, my apologies if this has been talked somewhere else. I could not find anything about this subject.

If you have the Moove theme and "Browser security" enabled, you do not get some block inside the attempt review, like the navigation block and other blocks. To us it's specially problematic because we also have "Block concurrent connections" and if a student gets incidentally blocked we do not have a  possibility to unlock.

Does anyone found this problem also?

Anyone has a solution to this?

Thank in advance!

Average of ratings: -
In reply to Helder Pereira

Re: Moove Theme and Browser security

by Helder Pereira -
Nobody has this problem?
In reply to Helder Pereira

Re: Moove Theme and Browser security

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
Dear Helder,

Have you contacted Willian via https://moodle.org/plugins/theme_moove ?

G
In reply to Gareth J Barnard

Re: Moove Theme and Browser security

by Helder Pereira -
Hello and thank you for your reply.

No I did not, I saw several posts about the theme where William did answer so I thought that was the way to go.

I will try your approach.
In reply to Helder Pereira

Re: Moove Theme and Browser security

by Hugo Ribeiro -
Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Hi Helder,
I do not have this problem but I am able to reproduce (I assume the issue happens only reviewing the attempt).
If you happen to let users change themes via URL your teachers might change to boost in order to let students continue their attempt. This would be workaround 1.

Workaround 2.... And please you should EXPERIMENT but this css shows the missing blocks

  #page-mod-quiz-review [data-region="blocks-column"] {
        width: 360px;
        float: right;
        top: 0;
        right: 0;
        position: relative;
        height: 100%;
        overflow-y: inherit;
        background-color: initial;
    }
Using the id would make it safer.

I'm no expert so please test it. And lets hope Willian could answer.
In reply to Hugo Ribeiro

Re: Moove Theme and Browser security

by Helder Pereira -

Thank you Hugo. Workaround 1 is not an option, I will test workaround 2. I will try to talk to William as sugested.

In reply to Hugo Ribeiro

Re: Moove Theme and Browser security

by Helder Pereira -
Hi Hugo, initial testing shows this workaround 2 to be an option.

Further testing is required, but I'm optimistic.

Thank you very much! I will report the outcome of the tests.
In reply to Hugo Ribeiro

Re: Moove Theme and Browser security

by Helder Pereira -
Hi Hugo!

Just to give feedback. Workaround 2 is applied in production environment.

I had no feedback from the author of the theme, William, so a workaround is the next best solution.

Thank you very much for your help Hugo.
In reply to Helder Pereira

Re: Moove Theme and Browser security

by Ahmed Hamed -
Hi Helder,
Can you share the Workaround 2 code and steps you applied as I have the same issue.

Thank you,
Ahmed Hamed
In reply to Ahmed Hamed

Re: Moove Theme and Browser security

by Hugo Ribeiro -
Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
You could add that css to the theme if it's the same issue (quiz secure review screen not showing blocks):
#page-mod-quiz-review [data-region="blocks-column"] {
width: 360px;
float: right;
top: 0;
right: 0;
position: relative;
height: 100%;
overflow-y: inherit;
background-color: initial;
}

In reply to Ahmed Hamed

Re: Moove Theme and Browser security

by Helder Pereira -
I there! It is has Hugoexplained, it's a css hack, but it is fixed in the theme now, so if you download the new version of the theme you get the workaround also.
In reply to Helder Pereira

Re: Moove Theme and Browser security

by Ahmed Hamed -

Dear Hugo and Helder,

Thank you for your prompt reply,

It's fixed in 3.11 but not fixed in 3.9 and 3.10.

Thank you,

Ahmed Hamed

In reply to Hugo Ribeiro

Re: Moove Theme and Browser security

by Willian Mano -
Picture of Core developers Picture of Plugin developers

Thanks for your contribute. I will add this into the theme's code.

In reply to Willian Mano

Re: Moove Theme and Browser security

by Helder Pereira -
Great news William!!! I will try the new code and give feedback.

Thank you!