preview.singlechoice.html 558 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<div class='row'>
  <div class='col-xs-1 col-sm-1 col-md-1'></div>
  <div class='col-xs-10 col-sm-10 col-md-10'>
    <md-radio-group ng-model='obj.answer' class='md-primary'>
      <md-radio-button ng-repeat='ch in obj.choice' value='{{ ch.id }}' disabled> {{ swlang.getString(ch.label) }}</md-radio-button>
    </md-radio-group>
  </div>
</div>

<div class='row'>
  <div class='col-xs-1 col-sm-1 col-md-1'></div>
  <div class='col-xs-10 col-sm-10 col-md-10'>
    <label class='score-show'>Score: {{ getScore() }} / {{ getMaxScore() }}</div>
  </div>
</div>