Mensagens colocadas por Visvanath Ratnaweera

Foto de Particularly helpful Moodlers Foto de Translators
Shooting missiles in to the Middle East maybe "Pheeew! Pheeew!" for DT, but the noise wakes up sleeping tigers:
 
BIG NEWS: Germany has just made the standard Open Document Format (ODF) mandatory
 
Foto de Particularly helpful Moodlers Foto de Translators

Assuming your config.php has this:

$CFG->dbtype    = 'mysqli';
$CFG->dblibrary = 'native';
$CFG->dbhost    = 'localhost';
$CFG->dbname    = 'DBNAME';
$CFG->dbuser    = 'DBUSER';
$CFG->dbpass    = '.........';
$CFG->prefix    = 'mdl_';
$CFG->dboptions = array (
        'dbpersist' => 0,
        'dbport' => '',
        'dbsocket' => '',
        'dbcollation' => 'utf8mb4_general_ci',
        );

Does mysql client react:

$ mysql -u DBUSER -p
Enter password: []
> use DBNAME;
> show tables;
+----------------------------------+
| Tables_in_mslsmoodle             |
+----------------------------------+
| mdl_adminpresets                 |
| mdl_adminpresets_app             |
...
Foto de Particularly helpful Moodlers Foto de Translators
 
How is it possible that HQ has just abandoned this bug, whereas it had resources for a huge new feature to maintain each question in multiple versions preserving history?
 
This thing ruined my courses twice. They are short, intensive, preparatory courses for a larger programme  and also serve as selection criteria. In other words, there are large numbers of candidates who shouldn't be there. The course take them through hurdles. The first hurdle being, those who haven't completed the work for the first week at the end of the second week will drop. The work for the first week were general: a survey, self-introduction, and math-oriented quizzes, which were chained together from very easy to easy. Each can be attempted three times. I don't expect the candidates to bring the ability when they enter, by doing them in sequence they aquire the ability. So initially they must be able to tray them sequentially not necessarily passing them. But this bug did exactly the opposite: The candidates can't move forward unless they pass each quiz!
triste