mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Add missing Id tags to all files under question, to help the unmerged files script.
This commit is contained in:
parent
891d64b0ab
commit
4d41f4eee8
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
require_once(dirname(__FILE__) . '/../config.php');
|
||||
require_once($CFG->libdir . '/filelib.php');
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
// This script fetches files from the dataroot/questionattempt directory
|
||||
// It is based on the top-level file.php
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the calculated question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the description question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* A base class for question editing forms.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the essay question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the match question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the missingtype question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the multianswer question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the multichoice question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the numerical question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* @version $Id$
|
||||
* @author Martin Dougiamas and many others. Tim Hunt.
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Unit tests for (some of) question/type/numerical/questiontype.php.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/* This template determines the overall layout of a question. It is included by the
|
||||
* print_question() method.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the random question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the randomsamatch question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Defines the editing form for the shortanswer question type.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Unit tests for (some of) question/type/shortanswer/questiontype.php.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php // $Id$
|
||||
require_once($CFG->dirroot.'/question/type/edit_question_form.php');
|
||||
/**
|
||||
* Defines the editing form for the thruefalse question type.
|
||||
|
Loading…
x
Reference in New Issue
Block a user