Mensagens colocadas por Joseph Rézeau

Foto de Core developers Foto de Plugin developers Foto de Testers Foto de Translators

Hi luciano,

I've split your post to a new discussion, because it is not clear at all what you mean by "the code works etc." and how it is related to the original discussion.

Could you please re-write your post, explaining in detail what your problem is, possibly illustrated by screenshots?

Thanks!

Moodle in English -> Quiz and question banks -> Modify Quiz Page -> Modify Quiz Page

por Joseph Rézeau -
Foto de Core developers Foto de Plugin developers Foto de Testers Foto de Translators

Which question type is that? (calculated, short answer, ...) and where is that text "(Total for Question 1 is 1 mark)" coming from?

Could you export your quiz or that question and attach it to your reply?

Adding this css rule to the course's theme advanced settings:

#page-mod-quiz-attempt .ablock {
float: right;
  clear: right;
}

moves the answer field to the right:

image.png