Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OERu
oeru-github-io
Commits
20c387b7
Commit
20c387b7
authored
Oct 28, 2014
by
olijones
Browse files
MCQ and Hint Change
parent
0c08ca40
Changes
3
Hide whitespace changes
Inline
Side-by-side
copyrightcasestudy1.html
View file @
20c387b7
...
...
@@ -12,6 +12,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/typography.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/colours.css"
>
<link
href=
"http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
rel=
"shortcut icon"
href=
"images/favicon.png"
>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
...
...
@@ -257,10 +258,10 @@
</div>
<div
class=
"panel-body"
>
<div
class=
"col-md-12"
>
<d
iv
class=
"
alert alert-warning alert-dismissible"
role=
"aler
t"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
><span
aria-hidden=
"true"
>
×
</span><span
class=
"sr-only"
>
Close
</span></button
>
<strong>
Tip!
</strong>
Fill in the blanks. Use your cursor or "tab" key to advance to the next answer.
</d
iv
>
<d
etails
class=
"
hin
t"
>
<summary><i
class=
"fa fa-info-circle"
></i>
Hint
</summary
>
<p>
Fill in the blanks. Use your cursor or "tab" key to advance to the next answer.
</p>
</d
etails
>
<ol>
<li><p>
This edited version of Hamlet by
<input
class=
"form-control has-success input-sm clozequiz"
type=
"text"
id=
"inputSmall"
>
<input
class=
"form-control has-error input-sm clozequiz"
type=
"text"
id=
"inputSmall"
>
is a literary work.
</p></li>
...
...
@@ -289,10 +290,10 @@
</div>
<div
class=
"panel-body"
>
<div
class=
"col-md-12"
>
<div
class=
"alert alert-warning alert-dismissible"
role=
"aler
t"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
><span
aria-hidden=
"true"
>
×
</span><span
class=
"sr-only"
>
Close
</span></button
>
<strong>
Tip!
</strong>
Submit your answer by clicking either 'Yes' or 'No' below.
</d
iv
>
<details
class=
"hin
t"
>
<summary><i
class=
"fa fa-info-circle"
></i>
Hint
</summary
>
<p>
Submit your answer by clicking either 'Yes' or 'No' below.
</p>
</d
etails
>
<ol>
<li
class=
"paragraphlist mcq"
>
<p>
Can Theresa include a verbatim copy of the full text of Hamlet edited by Keans?
...
...
@@ -301,7 +302,7 @@
<div
class=
"accordian panel-default"
>
<div
class=
"accordian-heading"
>
<p
class=
"panel-title"
>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseTwo"
>
Yes
</a>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseTwo"
>
<span
class=
"glyphicon glyphicon-pencil"
></span>
Yes
</a>
</p>
</div>
<div
id=
"collapseTwo"
class=
"panel-collapse collapse"
>
...
...
@@ -313,7 +314,7 @@
<div
class=
"accordian panel-default"
>
<div
class=
"accordian-heading"
>
<p
class=
"panel-title"
>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseThree"
>
No
</a>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseThree"
>
<span
class=
"glyphicon glyphicon-pencil"
></span>
No
</a>
</p>
</div>
<div
id=
"collapseThree"
class=
"panel-collapse collapse"
>
...
...
@@ -330,7 +331,7 @@
<div
class=
"accordian panel-default"
>
<div
class=
"accordian-heading"
>
<p
class=
"panel-title"
>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseFour"
>
Yes
</a>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseFour"
>
<span
class=
"glyphicon glyphicon-pencil"
></span>
Yes
</a>
</p>
</div>
<div
id=
"collapseFour"
class=
"panel-collapse collapse"
>
...
...
@@ -342,7 +343,7 @@
<div
class=
"accordian panel-default"
>
<div
class=
"accordian-heading"
>
<p
class=
"panel-title"
>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseFive"
>
No
</a>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseFive"
>
<span
class=
"glyphicon glyphicon-pencil"
></span>
No
</a>
</p>
</div>
<div
id=
"collapseFive"
class=
"panel-collapse collapse"
>
...
...
css/layout.css
View file @
20c387b7
...
...
@@ -75,11 +75,18 @@ footer
color
:
#868A8D
;
padding-top
:
30px
;
padding-bottom
:
30px
;
}
details
{
padding-bottom
:
10px
;
}
.hint
summary
{
margin-bottom
:
5px
;
}
.hint
summary
::-webkit-details-marker
{
display
:
none
;
}
.hint
,
details
{
margin-bottom
:
30px
;
}
details
summary
::-webkit-details-marker
{
font-size
:
18px
;
...
...
css/typography.css
View file @
20c387b7
...
...
@@ -214,7 +214,7 @@ color: #FFF;
@media
only
screen
and
(
max-width
:
992px
)
{
h2
{
font-size
:
24
px
;
font-size
:
18
px
;
}
h1
{
...
...
@@ -236,12 +236,4 @@ color: #FFF;
height
:
26px
;
margin-top
:
0px
!important
;
}
}
@media
(
max-width
:
400px
)
{
.pedigogicalicon
{
height
:
20%
!important
;
width
:
20%
!important
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment