quizzer
Version:
Quizzer is a webserver for collaborative writing lab support. Based on a _fail early, fail often? approach to written language, the tool is particularly suited to second-language learners. The workflow (essay - error - quiz - exam) treats mistakes as an o
34 lines (28 loc) • 530 B
CSS
div#quiz-mistakes {
margin-bottom:2em;
}
.language-bubble {
font-family:mono;
border:1px solid black;
padding: 0.3em;
border-radius:1em;
background:white;
float:right;
margin-top:-0.8em;
}
.wrong-answer {
position:relative;
}
div.rule-container {
font-size:larger;
position:relative;
border: 0.4em solid #30c001;
border-radius: 1em;
margin: 6px 0 6px 1em;
padding: 0.5em 1em 0.5em 1em;
}
div.rule-button {
position: absolute;
right:0.5em;
top:0.3em;
}