Template field - Unit Final Outcomes only

Answered

Comments

3 comments

  • Official comment
    Mark Gilmore

    Hi Steve and Tomos

    You are able to hide certain outcomes in tables by using the following CSS in your templates (I've copied the actual code underneath the screenshot). Hopefully this assists!

     

    This table is currently hiding CA outcomes<br />
    <br />
    <br />
    <style type="text/css">.CA{
    display:none !important
    }
    </style>
    <table border="1" cellpadding="1" cellspacing="1" style="width:100%;">
    <thead>
    <tr>
    <td>Unit Name</td>
    <td>Unit Code</td>
    <td>Unit Outcome</td>
    </tr>
    </thead>
    <tbody id="units">
    <tr class="[Unit Competency]">
    <td>[Unit Code]</td>
    <td>[Unit Name]</td>
    <td>[Unit Competency]</td>
    </tr>
    </tbody>
    </table>

    Comment actions Permalink
  • Steve Hayes

    good idea

    0
    Comment actions Permalink
  • Permanently deleted user

    Brilliant. Thank you for that, Mark.

    Will have a play around.

    0
    Comment actions Permalink

Please sign in to leave a comment.