Skip to content

Commit

Permalink
Merge pull request #34 from adaptlearning/issue/#33
Browse files Browse the repository at this point in the history
Issue/#33
  • Loading branch information
zenduo committed May 22, 2014
2 parents 8d32ae8 + 0fe8cd0 commit 3d24d88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion less/gmcq.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.gmcq-answer-icon{
color: @inverted-foreground-color;
color: @item-text-color;
&:before {
content: "\e65e";
}
Expand Down
6 changes: 3 additions & 3 deletions templates/gmcq.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{{> component this}}
<div class="gmcq-widget component-widget {{#unless _isEnabled}} disabled {{#if _isComplete}} complete submitted user {{#if _isCorrect}}correct{{/if}} {{/if}} {{/unless}}">
{{#each _items}}
<div class="gmcq-item item {{#unless ../_isEnabled}} {{#if correct}}correct{{else}}incorrect{{/if}} {{/unless}} item-{{@index}} {{odd @index}}">
<div class="gmcq-item component-item {{#unless ../_isEnabled}} {{#if correct}}correct{{else}}incorrect{{/if}} {{/unless}} item-{{@index}} {{odd @index}}">

<label for="{{../_id}}-{{@index}}" class="{{#if selected}}selected{{/if}}">
<label for="{{../_id}}-{{@index}}" class="component-item-color component-item-text-color component-item-boder {{#if selected}}selected{{/if}}">

<img src="{{_graphic.src}}" alt="{{_graphic.alt}}" title="{{_graphic.title}}" data-large="{{_graphic.large}}" data-medium="{{_graphic.medium}}" data-small="{{_graphic.small}}"/>
<img src="{{_graphic.src}}" alt="{{_graphic.alt}}" title="{{_graphic.title}}" data-large="{{_graphic.large}}" data-medium="{{_graphic.medium}}" data-small="{{_graphic.small}}"/>

<div class="gmcq-item-checkbox">
<div class="gmcq-item-state">
Expand Down

0 comments on commit 3d24d88

Please sign in to comment.