-
Bug
-
Resolution: Incomplete
-
Minor
-
None
-
2.7.2
-
None
-
MOODLE_27_STABLE
hi,
in the survey 's options paramètres when we configure a hyperlink html in options answer like that for exemple:
options 1 : <a target="_blank" href="http://<XXXXXXXX>"cliquez ici</a>
the link doesn't appear after that.
It was ok under moodle 2.7 but since we update to 2.7.2 the problem appear
The release of the survey activity is : Standard 2014051200
when comparing le code source in the survey page under the 2.7 release and the 2.7.2 one, under this last release the href bailse is not indicate, it is troncate (1- below)
1- type="radio" id="choice_1" /><label for="choice_1">test</label></li><li
2 - type="radio" id="choice_1" /><label for="choice_1"><a href="http://XXXXXXX/mod/page/view.php?id=1154">test</a></label></li><li
Is it a bug ?
Thanks !
Sincerely