X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/question/type/shortanswer/db
home
/
cbholdings
/
pasukulu
/
question
/
type
/
shortanswer
/
db
/
📁
..
📄
install.xml
(1.01 KB)
📄
upgrade.php
(1.56 KB)
📄
upgradelib.php
(2.1 KB)
Editing: install.xml
<?xml version="1.0" encoding="UTF-8" ?> <XMLDB PATH="question/type/shortanswer/db" VERSION="20130118" COMMENT="XMLDB file for Moodle question/type/shortanswer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../lib/xmldb/xmldb.xsd" > <TABLES> <TABLE NAME="qtype_shortanswer_options" COMMENT="Options for short answer questions"> <FIELDS> <FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/> <FIELD NAME="questionid" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="Foreign key references question.id."/> <FIELD NAME="usecase" TYPE="int" LENGTH="2" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="Whether answers are matched case-sensitively."/> </FIELDS> <KEYS> <KEY NAME="primary" TYPE="primary" FIELDS="id"/> <KEY NAME="questionid" TYPE="foreign-unique" FIELDS="questionid" REFTABLE="question" REFFIELDS="id"/> </KEYS> </TABLE> </TABLES> </XMLDB>
Upload File
Create Folder