Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 20... Línea 20...
20
    Example context (json):
20
    Example context (json):
21
    {
21
    {
22
        "addquestiondata": [
22
        "addquestiondata": [
23
          {
23
          {
24
                "versionnumber": 1,
24
                "versionnumber": 1,
-
 
25
                "historyurl": "www.example.com/question/bank/history/history.php",
25
                "createdby": "Admin User on Wednesday, 20 October 2021, 5:33 AM"
26
                "createdby": "Admin User on Wednesday, 20 October 2021, 5:33 AM"
26
          }
27
          }
27
        ]
28
        ]
28
    }
29
    }
29
}}
30
}}
30
<div class="question-version-number">
31
<div class="question-version-number">
31
    <a><u>{{#str}} version, qbank_viewcreator, {{versionnumber}} {{/str}}</u></a>
32
    <span> {{versionnumber}}. </span> <a href="{{{historyurl}}}"> {{#pix}} t/log, core {{/pix}} {{#str}}history, qbank_viewcreator{{/str}} </a>
32
</div>
33
</div>
33
{{#createdby}}
34
{{#createdby}}
34
    <div class="question-creator-info">
35
    <div class="question-creator-info">
35
        <a>{{{createdby}}}</a>
36
        <span>{{{createdby}}}</span>
36
    </div>
37
    </div>
37
{{/createdby}}
38
{{/createdby}}