mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Umbau Testtool auf .ogg Audiofiles
This commit is contained in:
@@ -821,9 +821,10 @@ if ($frage_id != '')
|
||||
if ($frage->audio == '')
|
||||
echo "Kein Bild vorhanden\n";
|
||||
}
|
||||
$timestamp = time();
|
||||
if ($frage->audio != '')
|
||||
{
|
||||
echo ' <audio src="../sound.php?src=frage&frage_id='.$frage->frage_id.'&sprache='.$sprache.'" controls="controls">
|
||||
echo ' <audio src="../sound.php?src=frage&frage_id='.$frage->frage_id.'&sprache='.$sprache.'&'.$timestamp.'" controls="controls">
|
||||
<div>
|
||||
<p>Ihr Browser unterstützt dieses Audioelement leider nicht.</p>
|
||||
</div>
|
||||
@@ -995,7 +996,7 @@ if ($frage_id != '')
|
||||
$a[] = $vs->punkte;
|
||||
if ($vs->audio != '')
|
||||
{
|
||||
echo ' <audio src="../sound.php?src=vorschlag&vorschlag_id='.$vs->vorschlag_id.'&sprache='.$sprache.'" controls="controls">
|
||||
echo ' <audio src="../sound.php?src=vorschlag&vorschlag_id='.$vs->vorschlag_id.'&sprache='.$sprache.'&'.$timestamp.'" controls="controls">
|
||||
<div>
|
||||
<p>Ihr Browser unterstützt dieses Audioelement leider nicht.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user