Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 194... Línea 194...
194
                    $filling = $fillings['criteria'][$criterion['id']];
194
                    $filling = $fillings['criteria'][$criterion['id']];
195
                    $result['remark'] = self::get_formatted_text($context,
195
                    $result['remark'] = self::get_formatted_text($context,
196
                        $definitionid,
196
                        $definitionid,
197
                        'remark',
197
                        'remark',
198
                        $filling['remark'],
198
                        $filling['remark'],
199
                        (int) $filling['remarkformat']
199
                        (int) FORMAT_HTML
200
                    );
200
                    );
201
                }
201
                }
Línea 202... Línea 202...
202
 
202
 
203
                // Lets build the levels within a criteria and figure out what needs to go where.
203
                // Lets build the levels within a criteria and figure out what needs to go where.