| 1 | efrain | 1 | {{!
 | 
        
           |  |  | 2 |     This file is part of Moodle - http://moodle.org/
 | 
        
           |  |  | 3 |   | 
        
           |  |  | 4 |     Moodle is free software: you can redistribute it and/or modify
 | 
        
           |  |  | 5 |     it under the terms of the GNU General Public License as published by
 | 
        
           |  |  | 6 |     the Free Software Foundation, either version 3 of the License, or
 | 
        
           |  |  | 7 |     (at your option) any later version.
 | 
        
           |  |  | 8 |   | 
        
           |  |  | 9 |     Moodle is distributed in the hope that it will be useful,
 | 
        
           |  |  | 10 |     but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
        
           |  |  | 11 |     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
        
           |  |  | 12 |     GNU General Public License for more details.
 | 
        
           |  |  | 13 |   | 
        
           |  |  | 14 |     You should have received a copy of the GNU General Public License
 | 
        
           |  |  | 15 |     along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 | 
        
           |  |  | 16 | }}
 | 
        
           |  |  | 17 | {{!
 | 
        
           |  |  | 18 |     @template mod_forum/local/grades/local/grader/module_content_placeholder
 | 
        
           |  |  | 19 |   | 
        
           |  |  | 20 |     Classes required for JS:
 | 
        
           |  |  | 21 |     * none
 | 
        
           |  |  | 22 |   | 
        
           |  |  | 23 |     Data attributes required for JS:
 | 
        
           |  |  | 24 |     *
 | 
        
           |  |  | 25 |   | 
        
           |  |  | 26 |     Context variables required for this template:
 | 
        
           |  |  | 27 |     *
 | 
        
           |  |  | 28 |   | 
        
           |  |  | 29 |     Example context (json):
 | 
        
           |  |  | 30 |     {}
 | 
        
           |  |  | 31 | }}
 | 
        
           |  |  | 32 | <div class="p-4">
 | 
        
           |  |  | 33 |     <div class="d-inline-block bg-pulse-grey mb-1" style="height: 18px; width: 200px"></div>
 | 
        
           |  |  | 34 |     <div class="d-inline-block bg-pulse-grey ml-1 mb-1" style="height: 18px; width: 100px"></div>
 | 
        
           |  |  | 35 |     <div class="bg-pulse-grey mb-4" style="height: 36px; width: 500px"></div>
 | 
        
           |  |  | 36 |   | 
        
           |  |  | 37 |     <div class="d-flex align-items-center mb-2 p-2" style="height: 63px">
 | 
        
           |  |  | 38 |         <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 39 |         <div class="bg-pulse-grey" style="height: 15px; width: 150px"></div>
 | 
        
           |  |  | 40 |     </div>
 | 
        
           |  |  | 41 |     <div class="mb-2 p-2">
 | 
        
           |  |  | 42 |         <div class="d-flex mb-2">
 | 
        
           |  |  | 43 |             <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 44 |             <div class="mb-3">
 | 
        
           |  |  | 45 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 200px"></div>
 | 
        
           |  |  | 46 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 350px"></div>
 | 
        
           |  |  | 47 |             </div>
 | 
        
           |  |  | 48 |         </div>
 | 
        
           |  |  | 49 |         <div class="d-flex w-100">
 | 
        
           |  |  | 50 |             <div class="flex-shrink-0 mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 51 |             <div class="flex-grow-1">
 | 
        
           |  |  | 52 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 95%"></div>
 | 
        
           |  |  | 53 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 54 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 97%"></div>
 | 
        
           |  |  | 55 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 93%"></div>
 | 
        
           |  |  | 56 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 57 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 75%"></div>
 | 
        
           |  |  | 58 |             </div>
 | 
        
           |  |  | 59 |         </div>
 | 
        
           |  |  | 60 |     </div>
 | 
        
           |  |  | 61 |     <div class="bg-pulse-grey" style="height: 36px; width: 150px"></div>
 | 
        
           |  |  | 62 |     <hr class="w-75 mx-auto my-5">
 | 
        
           |  |  | 63 |   | 
        
           |  |  | 64 |     <div class="d-flex align-items-center mb-2 p-2" style="height: 63px">
 | 
        
           |  |  | 65 |         <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 66 |         <div class="bg-pulse-grey" style="height: 15px; width: 150px"></div>
 | 
        
           |  |  | 67 |     </div>
 | 
        
           |  |  | 68 |     <div class="mb-2 p-2">
 | 
        
           |  |  | 69 |         <div class="d-flex mb-2">
 | 
        
           |  |  | 70 |             <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 71 |             <div class="mb-3">
 | 
        
           |  |  | 72 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 200px"></div>
 | 
        
           |  |  | 73 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 350px"></div>
 | 
        
           |  |  | 74 |             </div>
 | 
        
           |  |  | 75 |         </div>
 | 
        
           |  |  | 76 |         <div class="d-flex w-100">
 | 
        
           |  |  | 77 |             <div class="flex-shrink-0 mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 78 |             <div class="flex-grow-1">
 | 
        
           |  |  | 79 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 95%"></div>
 | 
        
           |  |  | 80 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 81 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 97%"></div>
 | 
        
           |  |  | 82 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 93%"></div>
 | 
        
           |  |  | 83 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 84 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 75%"></div>
 | 
        
           |  |  | 85 |             </div>
 | 
        
           |  |  | 86 |         </div>
 | 
        
           |  |  | 87 |     </div>
 | 
        
           |  |  | 88 |     <div class="bg-pulse-grey" style="height: 36px; width: 150px"></div>
 | 
        
           |  |  | 89 |     <hr class="w-75 mx-auto my-5">
 | 
        
           |  |  | 90 |   | 
        
           |  |  | 91 |     <div class="d-flex align-items-center mb-2 p-2" style="height: 63px">
 | 
        
           |  |  | 92 |         <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 93 |         <div class="bg-pulse-grey" style="height: 15px; width: 150px"></div>
 | 
        
           |  |  | 94 |     </div>
 | 
        
           |  |  | 95 |     <div class="mb-2 p-2">
 | 
        
           |  |  | 96 |         <div class="d-flex mb-2">
 | 
        
           |  |  | 97 |             <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 98 |             <div class="mb-3">
 | 
        
           |  |  | 99 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 200px"></div>
 | 
        
           |  |  | 100 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 350px"></div>
 | 
        
           |  |  | 101 |             </div>
 | 
        
           |  |  | 102 |         </div>
 | 
        
           |  |  | 103 |         <div class="d-flex w-100">
 | 
        
           |  |  | 104 |             <div class="flex-shrink-0 mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 105 |             <div class="flex-grow-1">
 | 
        
           |  |  | 106 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 95%"></div>
 | 
        
           |  |  | 107 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 108 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 97%"></div>
 | 
        
           |  |  | 109 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 93%"></div>
 | 
        
           |  |  | 110 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 111 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 75%"></div>
 | 
        
           |  |  | 112 |             </div>
 | 
        
           |  |  | 113 |         </div>
 | 
        
           |  |  | 114 |     </div>
 | 
        
           |  |  | 115 |     <div class="bg-pulse-grey" style="height: 36px; width: 150px"></div>
 | 
        
           |  |  | 116 |     <hr class="w-75 mx-auto my-5">
 | 
        
           |  |  | 117 |   | 
        
           |  |  | 118 |     <div class="d-flex align-items-center mb-2 p-2" style="height: 63px">
 | 
        
           |  |  | 119 |         <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 120 |         <div class="bg-pulse-grey" style="height: 15px; width: 150px"></div>
 | 
        
           |  |  | 121 |     </div>
 | 
        
           |  |  | 122 |     <div class="mb-2 p-2">
 | 
        
           |  |  | 123 |         <div class="d-flex mb-2">
 | 
        
           |  |  | 124 |             <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 125 |             <div class="mb-3">
 | 
        
           |  |  | 126 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 200px"></div>
 | 
        
           |  |  | 127 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 350px"></div>
 | 
        
           |  |  | 128 |             </div>
 | 
        
           |  |  | 129 |         </div>
 | 
        
           |  |  | 130 |         <div class="d-flex w-100">
 | 
        
           |  |  | 131 |             <div class="flex-shrink-0 mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 132 |             <div class="flex-grow-1">
 | 
        
           |  |  | 133 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 95%"></div>
 | 
        
           |  |  | 134 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 135 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 97%"></div>
 | 
        
           |  |  | 136 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 93%"></div>
 | 
        
           |  |  | 137 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 138 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 75%"></div>
 | 
        
           |  |  | 139 |             </div>
 | 
        
           |  |  | 140 |         </div>
 | 
        
           |  |  | 141 |     </div>
 | 
        
           |  |  | 142 |     <div class="bg-pulse-grey" style="height: 36px; width: 150px"></div>
 | 
        
           |  |  | 143 |     <hr class="w-75 mx-auto my-5">
 | 
        
           |  |  | 144 |   | 
        
           |  |  | 145 |     <div class="d-flex align-items-center mb-2 p-2" style="height: 63px">
 | 
        
           |  |  | 146 |         <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 147 |         <div class="bg-pulse-grey" style="height: 15px; width: 150px"></div>
 | 
        
           |  |  | 148 |     </div>
 | 
        
           |  |  | 149 |     <div class="mb-2 p-2">
 | 
        
           |  |  | 150 |         <div class="d-flex mb-2">
 | 
        
           |  |  | 151 |             <div class="bg-pulse-grey rounded-circle mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 152 |             <div class="mb-3">
 | 
        
           |  |  | 153 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 200px"></div>
 | 
        
           |  |  | 154 |                 <div class="bg-pulse-grey mb-1" style="height: 18px; width: 350px"></div>
 | 
        
           |  |  | 155 |             </div>
 | 
        
           |  |  | 156 |         </div>
 | 
        
           |  |  | 157 |         <div class="d-flex w-100">
 | 
        
           |  |  | 158 |             <div class="flex-shrink-0 mr-2" style="height: 45px; width: 45px"></div>
 | 
        
           |  |  | 159 |             <div class="flex-grow-1">
 | 
        
           |  |  | 160 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 95%"></div>
 | 
        
           |  |  | 161 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 162 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 97%"></div>
 | 
        
           |  |  | 163 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 93%"></div>
 | 
        
           |  |  | 164 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 100%"></div>
 | 
        
           |  |  | 165 |                 <div class="bg-pulse-grey mb-1" style="height: 15px; width: 75%"></div>
 | 
        
           |  |  | 166 |             </div>
 | 
        
           |  |  | 167 |         </div>
 | 
        
           |  |  | 168 |     </div>
 | 
        
           |  |  | 169 |     <div class="bg-pulse-grey" style="height: 36px; width: 150px"></div>
 | 
        
           |  |  | 170 | </div>
 |