Rank Question

This commit is contained in:
Gogs
2021-06-16 22:08:53 +02:00
parent dfe1530d27
commit e4373729c5
20 changed files with 375 additions and 52 deletions
+8
View File
@@ -24,4 +24,12 @@
'badge' => 'Badge',
'region' => 'REGEX to Filter Allowed Regions of Flight',
],
'exam_question' => [
'rank' => 'Member Rank',
'typerating' => 'Typerating',
'in_use' => 'True if Question is Currently in use',
'mandatory' => 'True if Querstion is Mandatory',
'text' => 'Question text',
'picture' => 'Question Picture',
],
];