quiz_drag_drop.classes.inc |
quiz_drag_drop.classes.inc |
|
Question type, enabling the creation of drag drop type of questions. |
quiz_drag_drop.css |
quiz_drag_drop.css |
|
.questions {
margin: 20px 0 0 20px;
width: 730px;
}
.questions .ques-head {
background: #3b3a33;
border-radius: 3px;
color: #fff;
height: 60px;
padding: 10px;
}
.questions .ques-head .top {
font-size: 14px;
margin-bottom:… |
quiz_drag_drop.info |
quiz_drag_drop.info |
|
name = Drag Drop Question
package = Quiz Question
description = Provide a way to create drag drop type of question for quiz.
core = 7.x
dependencies[] = quiz
dependencies[] = quiz_question
dependencies[] = image
files[] = quiz_drag_drop.classes.inc |
quiz_drag_drop.install |
quiz_drag_drop.install |
|
drag drop Install (a quiz question type) |
quiz_drag_drop.module |
quiz_drag_drop.module |
|
The main file for quiz_drag_drop. |
quiz_drag_drop.theme.inc |
theme/quiz_drag_drop.theme.inc |
|
Theming functions for the quiz_drag_drop question type. |
README.txt |
README.txt |
|
README file for Quiz Drag Drop. |