Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 27... Línea 27...
27
    {
27
    {
28
        "options" : [ { "name": "Ready", "value": "ready", "selected": true } ],
28
        "options" : [ { "name": "Ready", "value": "ready", "selected": true } ],
29
        "questionid" : "12"
29
        "questionid" : "12"
30
    }
30
    }
31
}}
31
}}
32
<select id="question_status_dropdown-{{questionid}}" class="custom-select my-2" name="question_status_dropdown">
32
<select id="question_status_dropdown-{{questionid}}" class="form-select my-2" name="question_status_dropdown">
33
    {{#options}}
33
    {{#options}}
34
        <option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
34
        <option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
35
    {{/options}}
35
    {{/options}}
36
</select>
36
</select>