mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00

This implementation will introduce the usage plugin which shows qhich quizes are using this question, number of attmpts and other information. Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By: Matt Porritt <mattp@catalyst-au.net>
6 lines
94 B
CSS
6 lines
94 B
CSS
.questionusage {
|
|
cursor: pointer;
|
|
}
|
|
#categoryquestions .questionusage {
|
|
width: 5em;
|
|
}
|