Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 29... Línea 29...
29
 
29
 
30
    Example context (json):
30
    Example context (json):
31
    {
31
    {
32
    }
32
    }
33
}}
33
}}
34
<div class="custom-control custom-radio">
34
<div class="form-check">
35
    <input class="custom-control-input" type="radio" name="exportoption" id="id-mode-exportdata" value="exportdata">
35
    <input class="form-check-input" type="radio" name="exportoption" id="id-mode-exportdata" value="exportdata">
36
    <label class="custom-control-label" for="id-mode-exportdata">{{#str}} exporttrainingdata, tool_analytics {{/str}}</label>
36
    <label class="form-check-label" for="id-mode-exportdata">{{#str}} exporttrainingdata, tool_analytics {{/str}}</label>
37
</div>
37
</div>
38
<div class="custom-control custom-radio">
38
<div class="form-check">
39
    <input class="custom-control-input" type="radio" name="exportoption" id="id-mode-exportmodel" value="exportmodel" checked>
39
    <input class="form-check-input" type="radio" name="exportoption" id="id-mode-exportmodel" value="exportmodel" checked>
40
    <label class="custom-control-label" for="id-mode-exportmodel">{{#str}} exportmodel, tool_analytics {{/str}}</label>
40
    <label class="form-check-label" for="id-mode-exportmodel">{{#str}} exportmodel, tool_analytics {{/str}}</label>
41
</div>
41
</div>
42
<div class="custom-control custom-checkbox ml-5" id="id-includeweights-container">
42
<div class="form-check ms-5" id="id-includeweights-container">
43
  <input class="custom-control-input" type="checkbox" id="id-includeweights" value="1" checked>
43
  <input class="form-check-input" type="checkbox" id="id-includeweights" value="1" checked>
44
  <label class="custom-control-label" for="id-includeweights">{{#str}} exportincludeweights, tool_analytics {{/str}}</label>
44
  <label class="form-check-label" for="id-includeweights">{{#str}} exportincludeweights, tool_analytics {{/str}}</label>
Línea 45... Línea 45...
45
</div>
45
</div>
46
 
46
 
47
{{#js}}
47
{{#js}}