Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 87... Línea 87...
87
        {{/nogradeitems}}
87
        {{/nogradeitems}}
88
    {{/hasgradeitems}}
88
    {{/hasgradeitems}}
Línea 89... Línea 89...
89
 
89
 
90
    {{#hasgradeitems}}
90
    {{#hasgradeitems}}
91
        <table class="generaltable table-responsive" id="mod_quiz-grade-item-list" data-quiz-id="{{quizid}}">
91
        <table class="generaltable table-responsive" id="mod_quiz-grade-item-list" data-quiz-id="{{quizid}}">
92
            <caption class="sr-only"> {{#str}} gradeitems, grades {{/str}} </caption>
92
            <caption class="visually-hidden"> {{#str}} gradeitems, grades {{/str}} </caption>
93
            <thead>
93
            <thead>
94
                <tr>
94
                <tr>
95
                    <th scope="col">{{#str}} gradeitem, grades {{/str}}</th>
95
                    <th scope="col">{{#str}} gradeitem, grades {{/str}}</th>
96
                    <th scope="col">{{#str}} totalmarks, quiz {{/str}}</th>
96
                    <th scope="col">{{#str}} totalmarks, quiz {{/str}}</th>
97
                    <th scope="col">{{#str}} actions {{/str}}</th>
97
                    <th scope="col">{{#str}} actions {{/str}}</th>
98
                </tr>
98
                </tr>
99
            </thead>
99
            </thead>
100
            <tbody>
100
            <tbody>
101
                {{#gradeitems}}
101
                {{#gradeitems}}
102
                    <tr data-quiz-grade-item-id="{{id}}">
102
                    <tr data-quiz-grade-item-id="{{id}}">
103
                        <th scope="row" class="align-middle font-weight-normal py-1">
103
                        <th scope="row" class="align-middle fw-normal py-1">
104
                            <span class="inplaceeditable inplaceeditable-text w-100"
104
                            <span class="inplaceeditable inplaceeditable-text w-100"
105
                                data-raw-name="{{name}}" data-edit-label="{{#str}} gradeitemnewname, quiz, {{{displayname}}} {{/str}}">
105
                                data-raw-name="{{name}}" data-edit-label="{{#str}} gradeitemnewname, quiz, {{{displayname}}} {{/str}}">
106
                                    <a href="#" class="quickeditlink w-100" data-action-edit="1" title="{{#str}} gradeitemedit, quiz, {{{displayname}}} {{/str}}">
106
                                    <a href="#" class="quickeditlink w-100" data-action-edit="1" title="{{#str}} gradeitemedit, quiz, {{{displayname}}} {{/str}}">
107
                                        <span class="displayvalue">{{{displayname}}}</span>
107
                                        <span class="displayvalue">{{{displayname}}}</span>
108
                                        <span class="quickediticon">
108
                                        <span class="quickediticon">
109
                                            {{#pix}}t/editstring, core{{/pix}}
109
                                            {{#pix}}t/editstring, core{{/pix}}
110
                                        </span>
110
                                        </span>
111
                                    </a>
111
                                    </a>
112
                            </span>
112
                            </span>
113
                        </th>
113
                        </th>
114
                        <td class="align-middle text-right py-1">
114
                        <td class="align-middle text-end py-1">
115
                            {{summarks}}
115
                            {{summarks}}
116
                        </td>
116
                        </td>
117
                        <td class="align-middle text-center py-1">
117
                        <td class="align-middle text-center py-1">
118
                            {{^isused}}
118
                            {{^isused}}
Línea 146... Línea 146...
146
        {{/noslots}}
146
        {{/noslots}}
147
    {{/hasslots}}
147
    {{/hasslots}}
Línea 148... Línea 148...
148
 
148
 
149
    {{#hasslots}}
149
    {{#hasslots}}
150
        <table class="generaltable table-responsive" id="mod_quiz-slot-list" data-quiz-id="{{quizid}}">
150
        <table class="generaltable table-responsive" id="mod_quiz-slot-list" data-quiz-id="{{quizid}}">
151
            <caption class="sr-only"> {{#str}} gradeitemmarkscheme, quiz {{/str}} </caption>
151
            <caption class="visually-hidden"> {{#str}} gradeitemmarkscheme, quiz {{/str}} </caption>
152
            <thead>
152
            <thead>
153
                <tr>
153
                <tr>
154
                    <th scope="col">{{#str}} numberabbr, quiz {{/str}}</th>
154
                    <th scope="col">{{#str}} numberabbr, quiz {{/str}}</th>
155
                    <th scope="col">{{#str}} question, quiz {{/str}}</th>
155
                    <th scope="col">{{#str}} question, quiz {{/str}}</th>
Línea 167... Línea 167...
167
 
167
 
168
                    {{#slots}}
168
                    {{#slots}}
169
                        <tr>
169
                        <tr>
170
                            <td class="align-middle py-1">{{displaynumber}}</td>
170
                            <td class="align-middle py-1">{{displaynumber}}</td>
171
                            <th scope="row" class="align-middle py-1"><label for="grade-item-choice-{{id}}" class="my-1">{{{displayname}}}</label></th>
171
                            <th scope="row" class="align-middle py-1"><label for="grade-item-choice-{{id}}" class="my-1">{{{displayname}}}</label></th>
172
                            <td class="align-middle text-right py-1">{{maxmark}}</td>
172
                            <td class="align-middle text-end py-1">{{maxmark}}</td>
173
                            <td class="align-middle py-1">
173
                            <td class="align-middle py-1">
174
                                <select id="grade-item-choice-{{id}}" class="form-control" data-slot-id="{{id}}">
174
                                <select id="grade-item-choice-{{id}}" class="form-control" data-slot-id="{{id}}">
175
                                    {{#choices}}
175
                                    {{#choices}}
176
                                        <option value="{{id}}"{{#isselected}} selected="selected"{{/isselected}}>{{{choice}}}</option>
176
                                        <option value="{{id}}"{{#isselected}} selected="selected"{{/isselected}}>{{{choice}}}</option>