Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
4d41f4ee
Commit
4d41f4ee
authored
Feb 19, 2009
by
tjhunt
Browse files
Add missing Id tags to all files under question, to help the unmerged files script.
parent
891d64b0
Changes
19
Hide whitespace changes
Inline
Side-by-side
question/exportfile.php
View file @
4d41f4ee
<?php
<?php
// $Id$
require_once
(
dirname
(
__FILE__
)
.
'/../config.php'
);
require_once
(
$CFG
->
libdir
.
'/filelib.php'
);
...
...
question/file.php
View file @
4d41f4ee
<?php
<?php
// $Id$
// This script fetches files from the dataroot/questionattempt directory
// It is based on the top-level file.php
//
...
...
question/type/calculated/edit_calculated_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the calculated question type.
*
...
...
question/type/description/edit_description_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the description question type.
*
...
...
question/type/edit_question_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* A base class for question editing forms.
*
...
...
question/type/essay/edit_essay_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the essay question type.
*
...
...
question/type/match/edit_match_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the match question type.
*
...
...
question/type/missingtype/edit_missingtype_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the missingtype question type.
*
...
...
question/type/multianswer/edit_multianswer_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the multianswer question type.
*
...
...
question/type/multichoice/edit_multichoice_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the multichoice question type.
*
...
...
question/type/numerical/edit_numerical_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the numerical question type.
*
...
...
question/type/numerical/questiontype.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* @version $Id$
* @author Martin Dougiamas and many others. Tim Hunt.
...
...
question/type/numerical/simpletest/testquestiontype.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Unit tests for (some of) question/type/numerical/questiontype.php.
*
...
...
question/type/question.html
View file @
4d41f4ee
<?php
<?php
// $Id$
/* This template determines the overall layout of a question. It is included by the
* print_question() method.
*/
...
...
question/type/random/edit_random_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the random question type.
*
...
...
question/type/randomsamatch/edit_randomsamatch_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the randomsamatch question type.
*
...
...
question/type/shortanswer/edit_shortanswer_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Defines the editing form for the shortanswer question type.
*
...
...
question/type/shortanswer/simpletest/testquestiontype.php
View file @
4d41f4ee
<?php
<?php
// $Id$
/**
* Unit tests for (some of) question/type/shortanswer/questiontype.php.
*
...
...
question/type/truefalse/edit_truefalse_form.php
View file @
4d41f4ee
<?php
<?php
// $Id$
require_once
(
$CFG
->
dirroot
.
'/question/type/edit_question_form.php'
);
/**
* Defines the editing form for the thruefalse question type.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment