Search found 266 matches
- Fri Sep 15, 2017 7:59 am
- Forum: Gestione Didattica e Frontend
- Topic: Errore in gestione punteggi (test con molti quiz)
- Replies: 5
- Views: 4385
Re: Errore in gestione punteggi (test con molti quiz)
Nono posso quantificartelo... dipende da troppi fattori. Il sistema non si impalla, ha solo bisogno di più tempo per elaborare tutte le domande. Ma non posso dirti QUANTO tempo...
- Thu Sep 14, 2017 3:32 pm
- Forum: Gestione Didattica e Frontend
- Topic: Problema in test/feedback management
- Replies: 7
- Views: 4208
Re: Problema in test/feedback management
Sicuramente è un bug.
- Thu Sep 14, 2017 3:30 pm
- Forum: Gestione Didattica e Frontend
- Topic: Errore in gestione punteggi (test con molti quiz)
- Replies: 5
- Views: 4385
Re: Errore in gestione punteggi (test con molti quiz)
Due modi:
1) aumenti a bestia memory limit e script timeout, incroci le dita e aspetti.
2) cambi la logica di posting e elaborazione, c'è tanto lavoro dietro e ti ci vuole un bravo programmatore.
1) aumenti a bestia memory limit e script timeout, incroci le dita e aspetti.
2) cambi la logica di posting e elaborazione, c'è tanto lavoro dietro e ti ci vuole un bravo programmatore.
- Thu Sep 14, 2017 9:13 am
- Forum: Gestione Didattica e Frontend
- Topic: Errore in risultato test per categorie (scelta random delle domande)
- Replies: 15
- Views: 11165
Re: Errore in risultato test per categorie (scelta random delle domande)
Bug ancestrale. Non è legato alla categoria, ma al punteggio max (anche quando non ci sono le categorie).
Anche su moodle è così, tuttavia sui registri di valutazione l'hanno aggiustato.
Mi ricordo di averlo fixato in un'installazione di forma... Se ritrovo il fix vi dico.
Anche su moodle è così, tuttavia sui registri di valutazione l'hanno aggiustato.
Mi ricordo di averlo fixato in un'installazione di forma... Se ritrovo il fix vi dico.
- Wed Sep 13, 2017 8:06 am
- Forum: Administration Management
- Topic: Reset days of validity
- Replies: 1
- Views: 2082
Re: Reset days of validity
You must manually change the user enrollment date in the database.
Or, you can unsubscribe and subscribe the user again the course.
Or, you can unsubscribe and subscribe the user again the course.
- Fri Sep 01, 2017 11:43 am
- Forum: Installation and configuration
- Topic: Help Please - White Screen only
- Replies: 41
- Views: 31182
Re: Help Please - White Screen only
I remember of a bug I solved sometime ago regarding this...
- Fri Sep 01, 2017 10:43 am
- Forum: Installation and configuration
- Topic: Help Please - White Screen only
- Replies: 41
- Views: 31182
Re: Help Please - White Screen only
semicolon missing, I suppose...
try this (semicolon included):
SELECT * FROM core_setting WHERE param_name = "defaultTemplate";
try this (semicolon included):
SELECT * FROM core_setting WHERE param_name = "defaultTemplate";
- Fri Sep 01, 2017 9:03 am
- Forum: Installation and configuration
- Topic: Help Please - White Screen only
- Replies: 41
- Views: 31182
Re: Help Please - White Screen only
Nothing else?
- Fri Sep 01, 2017 8:36 am
- Forum: Installation and configuration
- Topic: Help Please - White Screen only
- Replies: 41
- Views: 31182
Re: Help Please - White Screen only
Open config.php and change the following line:
$cfg['do_debug'] = false;
to:
$cfg['do_debug'] = true;
$cfg['do_debug'] = false;
to:
$cfg['do_debug'] = true;
- Fri Sep 01, 2017 7:30 am
- Forum: Installation and configuration
- Topic: Help Please - White Screen only
- Replies: 41
- Views: 31182
Re: Help Please - White Screen only
Yes.
Please, activate debug in the config.php file and refresh. You will get a fatal error.
Provide that error and we'll try to help.
Please, activate debug in the config.php file and refresh. You will get a fatal error.
Provide that error and we'll try to help.