UNPKG

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

95 lines (77 loc) 1.55 kB
div#quiz-list td { text-align: left; } table#rules-for-lang { table-layout: fixed; width: 100%; } table#rules-for-lang td { border:2px solid #bbbbbb; border-radius:1em; padding: 0.5em; text-align: left; } table#rules-for-lang td.up-to-date-rule { border: 3px solid green; } table#rules-for-lang td.student-edited-rule { border: 4px solid yellow; background: #ffffdd; } table#rules-for-lang td.revised-rule { border: 3px solid orange; } table#rules-for-lang td.untranslated-rule { border: 3px solid red; } table#rules-for-lang td.left:hover { background: #eeeeee; cursor:pointer; } td.show-box { vertical-align: top; border: none !important; padding: 0 !important; } td.left textarea { width: 100%; height: 5em; resize:none; } td.edit-box { vertical-align: top; border-radius: 0 !important; } td.edit-box textarea { width: 100%; height: 10em; resize:none; } td.right { text-align: left !important; border:none !important; } td.needs-gloss { border-width: 3px !important; border-color: #ffbbbb !important; } input.float-right { float:right; } pre.show-box-child { background: #eeeeee; margin: 0 0 0 0; border: 2px solid #bbbbbb; border-radius: 0 !important; padding: 0.5em; text-align: left; white-space: pre-wrap; } div.show-box-child { background: #eeeeee; margin: 0 0 0 0; border: 2px solid #bbbbbb; border-radius: 0 !important; padding: 0.5em; text-align: left; }