Hi Dhruva,
There's a QuizPort tutorial which explains most things: Section 8 deals with postconditions. If anything's not clear, come back and ask again here.
Have fun with it!
Glenys
Hi Dhruva,
There's a QuizPort tutorial which explains most things: Section 8 deals with postconditions. If anything's not clear, come back and ask again here.
Have fun with it!
Glenys
HI Rick,
But I thought that was the point of the debugger: to tell you why things don't work. I never understand what it tells me but there are kind people here that do.
JSON is enabled in my local instal.
Google found this: How to add / install JSON support to PHP on CentOS in 10 Steps
There are a lot of issues with JSON in the Tracker: http://tracker.moodle.org/secure/IssueNavigator.jspa?
Maybe you should add another one?
Cheers,
Glenys
Hi Rick,
I'm afraid I've no idea what JSON is or where I can see if it's enabled or not.
However, I did a Google search for: "Moodle JSON" and there seem to be a number of problems with it. And there's this discussion about it.
Have you tried turning on the debugger to see what it tells you? (Site Admin > Server > Debugging)
Glenys
Bonsoir Joseph,
Tu as raison, c'est les fichiers qui comportent des caractères spéciaux qui m'ont causé des ennuis. Par exemple, un fichier comme celui en bas que je n'arrive pas à effacer. Mais ce n'est pas trop grave.
Désolée Corneille que nous n'avons pas pu t'aider encore.
Cheers,
Glenys
Bonjour Corneille,
Je vois que le non de ton fichier image comporte des espaces (transformées en %).
Pour éviter les problèmes sur les pages web, les noms des fichiers doivent pas utiliser des espaces ni des caractères avec accents : uniquement les 26 lettres de l’alphabet (de préférences en minuscules), les chiffres et les traits.
Pas: l'image d'un héro.png
Mais: l_image_d_un_hero.png
Ou mieux, quelque chose de plus court:
01_hero.png
Cheers,
Glenys