"Escala de Likert"
Bootstrap 4.0.0 Snippet by jorgeTCC

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h3>Você está avaliando: Jorge Miguel Teodoro de Oliveira <br> Profissional de Suporte Técnico Especializado E/19</h3> <table id="mytable" class="table table-bordred table-striped"> <thead> <tr> <th class="col-md-9">Questionamento</th> <th class="col-md-1">Nunca</th> <th class="col-md-1">Ás vezes</th> <th class="col-md-1">Sempre</th> </tr> </thead> <tbody> <tr> <td> <small>Proatividade</small> <p>O colaborador apresenta iniciativa?</p> </td> <td><input type="radio" value="1" name="enthusiasm"/></td> <td><input type="radio" value="2" name="enthusiasm"/></td> <td><input type="radio" value="3" name="enthusiasm"/></td> </tr> <tr> <td> <small>Interesse</small> <p>O funcionário é dedicado em suas tarefas e busca atingir as metas de vendas?</p> </td> <td><input type="radio" value="1" name="knowledgeable"/></td> <td><input type="radio" value="2" name="knowledgeable"/></td> <td><input type="radio" value="3" name="knowledgeable"/></td> </tr> <tr> <td> <small>Organização</small> <p>O funcionário é organizado em suas atividades?</p> </td> <td><input type="radio" value="1" name="timeliness"/></td> <td><input type="radio" value="2" name="timeliness"/></td> <td><input type="radio" value="3" name="timeliness"/></td> </tr> <tr> <td> <small>Flexibilidade</small> <p>O colaborador consegue se adaptar a novas situações e clientes?</p> </td> <td><input type="radio" value="1" name="helpful"/></td> <td><input type="radio" value="2" name="helpful"/></td> <td><input type="radio" value="3" name="helpful"/></td> </tr> </tbody> </table> </div> </div>

Related: See More


Questions / Comments: