creative-connections/Bodylight.js-Components

View on GitHub
src_aurelia-bodylight-plugin/src/elements/quiz-present.html

Summary

Maintainability
Test Coverage
<template>
    <ul>
        <li repeat.for="an of answers | keys">${an}: ${answers[an].q} <span repeat.for="option of answers[an].a | keys"><i>${option}</i>: <b>${answers[an].a[option]}</b> </span></li>
    </ul>    
</template>