Tagged Questions
0
votes
1answer
174 views
Inserting data into the database when 'submit' buttton pressed in moodle forms
I'm using Moodle installation v 2.3.4, and have created a simple form in the NEWMODULE plugin and using it to enter 2 fields, name and description.
I want to insert the data entered in the database, ...
0
votes
1answer
298 views
Displaying Moodle database data as ul li using php [duplicate]
Possible Duplicate:
Nested array. Third level is disappearing
I kinda have a problem here with displaying moodle database data as ul li form using php.
I want to display all the categories ...
0
votes
1answer
53 views
Flex + SQLite + LMS
Is it possible to use SQLite as a read-only database in a Flex project made to work in a SCORM-compatible Learning Management System?
It says at the SQLite site that their database is serverless. ...
0
votes
2answers
92 views
Moodle module no database
I want to develop a module for Moodle 2.0 that doesn't need database.
How should I fill the install.xml file when I will not have tables in the database?
Thanks for the help.
Greetings!
0
votes
1answer
203 views
Moodle saving data to database from ASSOC ARRAY not Data Object
so, i have this associative array, the key is the data column and the value is the data itself, other frameworks like kohana uses ORM that automatically creates the private $data = aray() and passes ...
0
votes
2answers
133 views
Moodle $DB function
i have been researching moodle right now and cant seem to find the rightanswers...
public static function exists($user, $course){
return self::$DB->record_exists('completion_ext', array(
...
0
votes
2answers
2k views
can not access to database in moodle
I am using moodle and I change location of my web site, but I am facing this error.
My config.php is:
<?php /// Moodle Configuration File
unset($CFG);
$CFG->dbtype = 'mysql';
...
0
votes
4answers
159 views
How can I make this database schema better?
I currently have two tables in which stores the attendances of a student in a course. I have the hub_attendance table which stores the total attendances of a student and the hub_attendance_lesson ...
0
votes
1answer
113 views
SCORM Report generation storing whole options of multichoice in moodle
I have a question regarding SCORM report generation.
I have tried to load some SCORM 2004 packages in moodle and I saw tracks in database that stores questions and learner_response.
But my ...
1
vote
2answers
1k views
Path to profile picture in Moodle?
I was programming something in moodle web-application and was looking into retrieving the path of the user profile images.
I assumed I could find the path somewhere in the database but I only got to ...
0
votes
1answer
1k views
Where does Moodle 2.0 store files? In the database or in the filesystem?
I'm planning on installing Moodle in a server (using an Oracle 10.2 DB and CentOS 5.6).
Do I need to allocate a lot of space for the database?
Or the content of the courses will be saved in the ...
1
vote
1answer
771 views
Need help debugging a custom authentication plugin for Moodle
I'm trying to authenticate against the user db of my website (CMS based) and it uses a slightly different approach at storing hashed passwords. It uses a randomly generated salt for each user. The ...
