Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QSM quiz block #2487

Merged
merged 36 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7fced41
added qsm quiz block
randhirexpresstech Oct 4, 2023
b381549
Merge branch 'master' of https://github.com/QuizandSurveyMaster/quiz_…
randhirexpresstech Oct 4, 2023
ab6e04e
qsm quiz block - create quiz
randhirexpresstech Oct 6, 2023
d7dded4
compile quiz block inner data in quiz block on save page
randhirexpresstech Oct 10, 2023
450978f
added qsm category and featured image in quiz
randhirexpresstech Oct 13, 2023
417e4cd
save and render quiz
randhirexpresstech Oct 16, 2023
3a54a6d
added radio and checkbox in answer-option block
randhirexpresstech Oct 16, 2023
92c870d
added: image answer type and save only changed questions
randhirexpresstech Oct 19, 2023
2e943a9
update branch from master
randhirexpresstech Oct 19, 2023
7d39fd4
update branch from master
randhirexpresstech Oct 19, 2023
bf3851a
disable pro question type
randhirexpresstech Oct 20, 2023
b83864f
disable pro question type
randhirexpresstech Oct 20, 2023
cefff91
fixed undefined multicategories
randhirexpresstech Oct 23, 2023
0bbc59e
Change block icons
randhirexpresstech Oct 25, 2023
84d31fe
Merge branch 'dev' of https://github.com/QuizandSurveyMaster/quiz_mas…
randhirexpresstech Mar 6, 2024
af07ce8
Merge branch 'dev' of https://github.com/QuizandSurveyMaster/quiz_mas…
randhirexpresstech Mar 8, 2024
bae2f9f
add new questions
randhirexpresstech Mar 8, 2024
d4373e6
prepare block build
randhirexpresstech Mar 8, 2024
eb6fd53
safe random number
randhirexpresstech Mar 8, 2024
d59f594
random key using window.crypto
randhirexpresstech Mar 8, 2024
2b047ed
update block build
randhirexpresstech Mar 8, 2024
aecd37d
add page key if empty
randhirexpresstech Mar 8, 2024
40f57ce
add toolbar button to add new page from question block
randhirexpresstech Mar 11, 2024
20963c2
add upload file settings and make global quiz create settings attribu…
randhirexpresstech Mar 13, 2024
0f8edcf
update branch and resolve conflic in functions.php
randhirexpresstech Mar 13, 2024
d84839d
Fixed unreachable code break statement
randhirexpresstech Mar 13, 2024
32172e2
Merge branch 'dev' of https://github.com/QuizandSurveyMaster/quiz_mas…
randhirexpresstech Mar 13, 2024
31f1cac
Merge branch 'dev' of https://github.com/QuizandSurveyMaster/quiz_mas…
randhirexpresstech Mar 20, 2024
2c13599
added Question title and answer as a block name in the sidebar
randhirexpresstech Mar 20, 2024
b1418c0
update qsm block build
randhirexpresstech Mar 20, 2024
38de44b
Merge branch 'dev' of https://github.com/QuizandSurveyMaster/quiz_mas…
randhirexpresstech Mar 21, 2024
80ed3c1
On edit highlight question with option to add question
randhirexpresstech Mar 21, 2024
b3d2d8e
single function to create quiz in both editor
randhirexpresstech Mar 21, 2024
3a82d72
remove bottom space in quiz question
randhirexpresstech Mar 21, 2024
8798b40
Merge branch 'dev' of https://github.com/QuizandSurveyMaster/quiz_mas…
randhirexpresstech Mar 26, 2024
630d13f
answer block highlight dotted and publish quiz on publish page
randhirexpresstech Mar 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ chromedriver
php/classes/composer.json
.DS_Store
.vscode
phpcs.xml
phpcs.xml
node_modules
Loading