mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-12616 - Improve layout so you can distinguish the student's response to an essay question from the feedback. Merged from MOODLE_19_STABLE.
This commit is contained in:
parent
9bb19e5827
commit
46a5a85b58
@ -98,6 +98,7 @@ class question_essay_qtype extends default_questiontype {
|
||||
$safeformatoptions->para = false;
|
||||
$answer = format_text($value, FORMAT_MOODLE,
|
||||
$safeformatoptions, $cmoptions->course);
|
||||
$answer = '<div class="answerreview">' . $answer . '</div>';
|
||||
}
|
||||
|
||||
include("$CFG->dirroot/question/type/essay/display.html");
|
||||
|
@ -754,6 +754,9 @@ table.message_search_results td {
|
||||
.shortanswer .answer {
|
||||
background-color: #EEE;
|
||||
}
|
||||
.essay .answerreview {
|
||||
background-color: #EEE;
|
||||
}
|
||||
.que .feedback {
|
||||
border-color: #DDD;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user