Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 366 | Rev 368 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 366 Rev 367
Línea 531... Línea 531...
531
                <div class="table-responsive">
531
                <div class="table-responsive">
532
                {{for questions}}
532
                {{for questions}}
533
                    <table class="table table-bordered">
533
                    <table class="table table-bordered">
534
                        <thead>
534
                        <thead>
535
                            <tr>
535
                            <tr>
536
                                <th style="width: 70%;">LABEL_QUESTION</th>
536
                                <th style="width: 40%;">LABEL_QUESTION</th>
-
 
537
                                <th style="width: 40%;">LABEL_ANSWER</th>
537
                                <th style="width: 30%;">LABEL_STATUS</th>
538
                                <th style="width: 20%;">LABEL_ACTION</th>
Línea 538... Línea 539...
538
 
539
 
539
                            </tr>
540
                            </tr>
540
                        </thead>
541
                        </thead>
541
                        <tbody>
542
                        <tbody>
542
                            <tr class="tr-question">
543
                            <tr class="tr-question">
-
 
544
                                <td class="text-left">{{:~removeTags(text)}} </td>
543
                                <td class="text-left">{{:~removeTags(text)}} </td>
545
                                <td>{{:~getAnswer(type,options,answer)}}</td>
Línea 544... Línea 546...
544
                                <td>
546
                                <td>
Línea 545... Línea 547...
545
 
547
 
Línea 546... Línea 548...
546
                                {{if type == 'simple'  || type=='multiple' }}
548
                                {{if type == 'simple'  || type=='multiple' }}
Línea 547... Línea -...
547
 
-
 
548
                                {{:~getStatus( options,answer)}}
-
 
549
 
-
 
550
                                {{/if}}
-
 
551
 
-
 
552
                                {{if type == 'open' || type == 'rating-open' || type=='rating-range' }}
549
 
Línea 553... Línea 550...
553
<select class="form-control" data-link="{on 'change' editQuestion(slug_section, slug_question, true)}">
550
                                {{:~getStatus( options,answer)}}
554
    <option value="true">LABEL_CORRECT </option>
551
 
555
    <option value="false">LABEL_FAIL</option>
552
                                {{/if}}
556
</select>
-
 
557
{{/if}}
-
 
558
 
-
 
559
                                </td>
-
 
560
                            </tr>
-
 
561
                        </tbody>
-
 
562
                        <thead>
-
 
563
                            <tr>
-
 
564
                                <th colspan="2">LABEL_ANSWER</th>
-
 
565
                            </tr>
-
 
566
                        </thead>
-
 
567
                        <tbody>
-
 
568
                            <tr class="tr-question">
-
 
569
                                <td colspan="2" class="text-left">{{:~getAnswer(
-
 
570
                                    type,
553
 
Línea 571... Línea 554...
571
                                    options,
554
                               
572
                                    answer
555
 
573
                                    )}} </td>
556
                                </td>