Skip to content

Commit 002a0ab

Browse files
committed
New icons for questions types - refs #7309
1 parent 98a218b commit 002a0ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+6303
-11
lines changed

main/exercice/fill_blanks.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
**/
1111
class FillBlanks extends Question
1212
{
13-
static $typePicture = 'fill_in_blanks.gif';
13+
static $typePicture = 'fill_in_blanks.png';
1414
static $explanationLangVar = 'FillBlanks';
1515

1616
/**

main/exercice/freeanswer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class FreeAnswer extends Question
1212
{
13-
static $typePicture = 'open_answer.gif';
13+
static $typePicture = 'open_answer.png';
1414
static $explanationLangVar = 'FreeAnswer';
1515

1616
/**

main/exercice/global_multiple_answer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
class GlobalMultipleAnswer extends Question
88
{
9-
static $typePicture = 'mcmagl.gif';
9+
static $typePicture = 'mcmagl.png';
1010
static $explanationLangVar = 'GlobalMultipleAnswer';
1111

1212
/**

main/exercice/hotspot.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
**/
1313
class HotSpot extends Question
1414
{
15-
static $typePicture = 'hotspot.gif';
15+
static $typePicture = 'hotspot.png';
1616
static $explanationLangVar = 'HotSpot';
1717

1818
function HotSpot() {

main/exercice/matching.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Matching extends Question
1515
{
16-
static $typePicture = 'matching.gif';
16+
static $typePicture = 'matching.png';
1717
static $explanationLangVar = 'Matching';
1818

1919
/**

main/exercice/multiple_answer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
**/
1313
class MultipleAnswer extends Question
1414
{
15-
static $typePicture = 'mcma.gif';
15+
static $typePicture = 'mcma.png';
1616
static $explanationLangVar = 'MultipleSelect';
1717

1818
/**

main/exercice/multiple_answer_combination.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class MultipleAnswerCombination extends Question
1313
{
1414

15-
static $typePicture = 'mcmac.gif';
15+
static $typePicture = 'mcmac.png';
1616
static $explanationLangVar = 'MultipleSelectCombination';
1717

1818
/**

main/exercice/multiple_answer_combination_true_false.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
**/
1212
class MultipleAnswerCombinationTrueFalse extends MultipleAnswerCombination
1313
{
14-
static $typePicture = 'mcmaco.gif';
14+
static $typePicture = 'mcmaco.png';
1515
static $explanationLangVar = 'MultipleAnswerCombinationTrueFalse';
1616
var $options;
1717

main/exercice/multiple_answer_true_false.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class MultipleAnswerTrueFalse extends Question
1313
{
14-
static $typePicture = 'mcmao.gif';
14+
static $typePicture = 'mcmao.png';
1515
static $explanationLangVar = 'MultipleAnswerTrueFalse';
1616
public $options;
1717

main/exercice/unique_answer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class UniqueAnswer extends Question
1717
{
18-
static $typePicture = 'mcua.gif';
18+
static $typePicture = 'mcua.png';
1919
static $explanationLangVar = 'UniqueSelect';
2020

2121
/**

0 commit comments

Comments
 (0)