Christian
|
0d759dc954
|
Exercise: Fix display question attempt in modal - refs BT#20366
|
3 years ago |
Christian
|
3a51159627
|
Minor - Improve code with PHP cs fixer - refs BT#20366
|
3 years ago |
Christian
|
b9f71455b0
|
Exercise - Add report of exercise attempts with questions score - refs BT#20366
|
3 years ago |
Angel Fernando Quiroz Campos
|
2beec7d262
|
Minor: Format code
|
3 years ago |
NicoDucou
|
c56dd73ab6
|
Exercise: option to allow lowsecurity filtering on result end test -refs BT#20194
|
3 years ago |
Angel Fernando Quiroz Campos
|
d7d3613ecf
|
Differ multiple answer dropdown and global dropdown - refs BT#20086
|
3 years ago |
Angel Fernando Quiroz Campos
|
d123c3bb6d
|
Quiz: Multiple answer dropdown is allowed as embeddable - refs BT#20086
|
3 years ago |
Angel Fernando Quiroz Campos
|
0a220af0a3
|
Quiz: Break spaces in options for multiple answer dropdown - refs BT#20086
|
3 years ago |
Angel Fernando Quiroz Campos
|
77bf120d77
|
Quiz: Add new question type Multiple Answer Dropdown - refs BT#20086
|
3 years ago |
Angel Fernando Quiroz Campos
|
4d8e05831e
|
Quiz: Fix table to show question
|
3 years ago |
Angel Fernando Quiroz Campos
|
80d103357a
|
Quiz: Fix division by zero + fix e_notice
|
3 years ago |
Angel Fernando Quiroz Campos
|
e98088c835
|
Exercise: Don't limit query to get wrong answered questions - refs BT#19993
|
3 years ago |
Yannick Warnier
|
4250997a69
|
Exercise: Fix issue getting the 'hide question number' property in exercises when questions are shared with 1 or more other exercise - refs BT#19985
|
3 years ago |
Christian
|
d1075fb7e2
|
Exercise - Fix option to hide IP in reports - refs BT#19979
|
3 years ago |
Angel Fernando Quiroz Campos
|
e321332f24
|
Minor: Format code
|
3 years ago |
NicoDucou
|
84348e844c
|
Exercise: adding 2 globals new type of question to embeddable type questions -refs BT#18952
|
4 years ago |
Christian
|
3e52e2f453
|
Minor - Improve sql query - refs BT#19930
|
4 years ago |
Angel Fernando Quiroz Campos
|
de841a4ec3
|
Exercise: Add exercise_embeddable_extra_types configuration setting - refs BT#19898
|
4 years ago |
Christian
|
cee20bf2de
|
Exercise - Add score global for question type "Matching draggable" - refs BT#19930
|
4 years ago |
Christian
|
6b59b41283
|
Exercise - add 4 type of questions with global score - refs BT#19930
|
4 years ago |
Angel Fernando Quiroz Campos
|
20be8a2a0c
|
Minor - Format code
|
4 years ago |
Christian
|
25d9aee195
|
My progress - Improve table about results of quizzes - refs BT#19922
|
4 years ago |
Christian
|
43118f46e3
|
Plugin - Fix in positioning tests (plugin), final radar chart is not scaled correctly - CT#4166
|
4 years ago |
Angel Fernando Quiroz Campos
|
536cb2d0b0
|
Exercise: avoid duplicates in results report - refs BT#19342
|
4 years ago |
Angel Fernando Quiroz Campos
|
1291a338e4
|
Revert "Exercise: avoid duplicates in attempts list - refs BT#19342"
This reverts commit aa07f86ec1.
|
4 years ago |
Angel Fernando Quiroz Campos
|
8bf50f8d27
|
Revert "Exercise: Fix result for multi_answer_false"
This reverts commit 26884d9c00.
|
4 years ago |
Angel Fernando Quiroz Campos
|
b4610087e7
|
Revert "Exercise: Fix show question with answers preview"
This reverts commit 84cca097e3.
|
4 years ago |
Angel Fernando Quiroz Campos
|
e7427e2e2f
|
Add quiz_keep_alive_ping_interval conf setting - refs BT#19345
Define how many seconds an AJAX request should be started to avoid loss of connection
|
4 years ago |
Angel Fernando Quiroz Campos
|
aa07f86ec1
|
Exercise: avoid duplicates in attempts list - refs BT#19342
|
4 years ago |
Angel Fernando Quiroz Campos
|
84cca097e3
|
Exercise: Fix show question with answers preview
|
4 years ago |
Angel Fernando Quiroz Campos
|
26884d9c00
|
Exercise: Fix result for multi_answer_false
|
4 years ago |
Angel Fernando Quiroz Campos
|
d4db223f9f
|
Minor: Flint fixes
|
4 years ago |
Christian
|
7570f9878d
|
Minor: Clean code from flintci - refs BT#19212
|
4 years ago |
Angel Fernando Quiroz Campos
|
39a72077bb
|
Exercise: Allow undo/redo annotation changes - refs BT#18831
|
4 years ago |
Angel Fernando Quiroz Campos
|
be1ac30c08
|
Exercise: Allow change size/color in annotation - refs BT#18831
|
4 years ago |
Angel Fernando Quiroz Campos
|
992eddb87c
|
Exercise: Allow reset answers in annotation - refs BT#18831
|
4 years ago |
Christian
|
a30b67ab8b
|
Exercise: Add extra feature in pending exercises - refs BT#19279
|
4 years ago |
Angel Fernando Quiroz Campos
|
c3ecd67258
|
Exercise: Show attempt already answered for annotation - refs BT#18831
|
4 years ago |
Angel Fernando Quiroz Campos
|
d79ccb61c9
|
Exercises: Fix query to get correct stats from session
|
4 years ago |
Angel Fernando Quiroz Campos
|
bce9e0b113
|
Exercise: remove previously recorded audio when saving the new one - refs BT#19115
|
4 years ago |
Christian
|
4752d6fa4c
|
Exercise: Add previously recorded audio and block the buttons when is uploading - refs BT#19115
|
4 years ago |
Christian
|
e62d59aca6
|
Exercise - Improve code to add remove link and clean user upload_answer folder - refs BT#18258
|
4 years ago |
Christian
|
0c328b85bc
|
Quiz : Add option to remove files uploaded as answer - refs BT#18258
|
4 years ago |
christianbeeznest
|
31fff3c89d
|
Exercise: Add default values to upload image - refs BT#18258
Authored-by: Christian <christian1827@gmail.com>
|
4 years ago |
Julio
|
e47ab47643
|
Fix calculated question (answer with encoded values @@) #3903
Fix change question after a F5
|
4 years ago |
christianbeeznest
|
8832ddb09b
|
Exercise: Add "file upload" question type - refs BT#18258
Authored-by: Christian <christian1827@gmail.com>
|
4 years ago |
Julio
|
31d2af7647
|
Minor - add exit, fix typo
|
4 years ago |
Julio Montoya
|
b8cf026f61
|
Exercise: Refactor - Move code out from a foreach
|
4 years ago |
Julio Montoya
|
aa359f9df6
|
Exercises: add remove_xss
|
4 years ago |
Yannick Warnier
|
915d67909d
|
Exercise: Convert id usage for iid - refs #18452
|
4 years ago |