]> _ Git - fluidbook-toolbox.git/commit
wip #5319 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 Jun 2022 14:26:45 +0000 (16:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 Jun 2022 14:26:45 +0000 (16:26 +0200)
commitc857c2c6db59d853211d7397339fdb2c3a8419c2
treedb0e36df3503c090a7029d2add10cc4074bacf5c
parent61f7298c3e792040035036ad7b56039e0ec6e066
wip #5319 @2
58 files changed:
app/Http/Controllers/Admin/Base/QuizController.php [deleted file]
app/Http/Controllers/Admin/CompanyCrudController.php
app/Http/Controllers/Admin/CrudController.php [new file with mode: 0644]
app/Http/Controllers/Admin/CubemailsCrudController.php [new file with mode: 0644]
app/Http/Controllers/Admin/ElearningMediaCrudController.php [new file with mode: 0644]
app/Http/Controllers/Admin/ElearningPackageCrudController.php [new file with mode: 0644]
app/Http/Controllers/Admin/FluidbookCollectionCrudController.php [new file with mode: 0644]
app/Http/Controllers/Admin/FluidbookIconsetCrudController.php [new file with mode: 0644]
app/Http/Controllers/Admin/FluidbookPublicationCrudController.php
app/Http/Controllers/Admin/FluidbookStatsController.php [new file with mode: 0644]
app/Http/Controllers/Admin/FluidbookThemeCrudController.php
app/Http/Controllers/Admin/FluidbookTranslateCrudController.php [new file with mode: 0644]
app/Http/Controllers/Admin/LocaleCrudController.php
app/Http/Controllers/Admin/Operations/DownloadOperation.php [deleted file]
app/Http/Controllers/Admin/Operations/ImportOperation.php [deleted file]
app/Http/Controllers/Admin/Operations/LogOperation.php [deleted file]
app/Http/Controllers/Admin/Operations/PreviewOperation.php [deleted file]
app/Http/Controllers/Admin/Operations/Quiz/DownloadOperation.php [new file with mode: 0644]
app/Http/Controllers/Admin/Operations/Quiz/ImportOperation.php [new file with mode: 0644]
app/Http/Controllers/Admin/Operations/Quiz/LogOperation.php [new file with mode: 0644]
app/Http/Controllers/Admin/Operations/Quiz/PreviewOperation.php [new file with mode: 0644]
app/Http/Controllers/Admin/Operations/Quiz/ReportOperation.php [new file with mode: 0644]
app/Http/Controllers/Admin/Operations/ReportOperation.php [deleted file]
app/Http/Controllers/Admin/PageCrudController.php [new file with mode: 0644]
app/Http/Controllers/Admin/QuizCrudController.php
app/Http/Controllers/Admin/QuizatttemptCrudController.php
app/Http/Controllers/Admin/QuiztranslationCrudController.php
app/Http/Controllers/Admin/SettingsCrudController.php
app/Http/Controllers/Admin/SignatureCrudController.php
app/Http/Controllers/Admin/ToolboxTranslateCrudController.php
app/Http/Controllers/Admin/UsersCrudController.php
app/Jobs/QuizDownload.php [new file with mode: 0644]
app/Models/ELearningPackage.php
app/Models/Quiz.php
resources/elearningpackage/js/app.js
resources/quiz/fonts/Roboto-Bold-webfont.woff [new file with mode: 0644]
resources/quiz/fonts/Roboto-Light-webfont.woff [new file with mode: 0644]
resources/quiz/fonts/Roboto-Regular-webfont.woff [new file with mode: 0644]
resources/quiz/fonts/RobotoCondensed-Bold-webfont.woff [new file with mode: 0644]
resources/quiz/fonts/RobotoCondensed-Light-webfont.woff [new file with mode: 0644]
resources/quiz/fonts/RobotoCondensed-Regular-webfont.woff [new file with mode: 0644]
resources/quiz/fonts/fontawesome-webfont.woff [new file with mode: 0644]
resources/quiz/fonts/fontawesome-webfont.woff2 [new file with mode: 0644]
resources/quiz/index.html
resources/quiz/js/app.js
resources/quiz/js/bootstrap.js [deleted file]
resources/quiz/js/scorm.js [deleted file]
resources/quiz/style/004-fonts.sass
resources/quiz/style/fonts/Roboto-Bold-webfont.woff [deleted file]
resources/quiz/style/fonts/Roboto-Light-webfont.woff [deleted file]
resources/quiz/style/fonts/Roboto-Regular-webfont.woff [deleted file]
resources/quiz/style/fonts/RobotoCondensed-Bold-webfont.woff [deleted file]
resources/quiz/style/fonts/RobotoCondensed-Light-webfont.woff [deleted file]
resources/quiz/style/fonts/RobotoCondensed-Regular-webfont.woff [deleted file]
resources/quiz/style/fonts/fontawesome-webfont.woff [deleted file]
resources/quiz/style/fonts/fontawesome-webfont.woff2 [deleted file]
resources/scorm/scorm.js [new file with mode: 0644]
resources/views/vendor/backpack/crud/buttons/quiz/download.blade.php