Commit Graph

231 Commits

Author SHA1 Message Date
Carlos-Mesquita
ccbbf30058 ENCOA-311 2025-01-13 01:18:19 +00:00
Tiago Ribeiro
af9f70880a Bugfix related to the listening audio 2024-12-31 15:47:26 +00:00
Tiago Ribeiro
4c746b93bc Merged with develop 2024-12-30 19:04:18 +00:00
Tiago Ribeiro
b52259794e ENCOA-298 2024-12-30 11:11:44 +00:00
Carlos-Mesquita
f642e41bfa ENCOA-295 2024-12-26 12:26:17 +00:00
Tiago Ribeiro
408cfbb500 Bug solved with the Practice Modal 2024-12-23 15:11:20 +00:00
Tiago Ribeiro
61d1bbbe13 ENCOA-268 2024-12-12 16:14:54 +00:00
Carlos-Mesquita
3b6fd2bc6b ENCOA-224, ENCOA-256: Added the import templates, Speaking didn't have the navbar yet, added multiple choice to reading since they've placed that in the import 2024-12-04 04:15:31 +00:00
Carlos-Mesquita
490c5ad7d3 ENCOA-253, ENCOA-248, ENCOA-246 2024-12-02 17:16:12 +00:00
Tiago Ribeiro
0faa908538 ENCOA-239: Bug: Corporate after viewing assignment the dashboard button forwards the account to the wrong view 2024-11-29 16:20:05 +00:00
Carlos-Mesquita
a2a513077f Exam Edit on ExamList 2024-11-27 02:01:50 +00:00
Carlos-Mesquita
ca5977e78b Wrong answeredEveryQuestion 2024-11-26 23:51:47 +00:00
Carlos-Mesquita
67909c1d7c Merge branch 'feature/ExamGenRework' of https://bitbucket.org/ecropdev/ielts-ui into feature/ExamGenRework 2024-11-26 15:47:17 +00:00
Carlos-Mesquita
efb153a33d More navigation bugs and fixed broken modal during transition 2024-11-26 15:46:20 +00:00
Tiago Ribeiro
c6e8d3527d Solved merge conflicts 2024-11-26 15:33:12 +00:00
Tiago Ribeiro
9faf82ee9c Fixed a typo in the records 2024-11-26 15:04:24 +00:00
Carlos-Mesquita
1fc439cb25 Fixed some navigation issues and updated Listening 2024-11-26 14:33:49 +00:00
Carlos-Mesquita
de08164dd8 Merge, do not push to develop yet, Listening.tsx is not updated 2024-11-26 10:33:02 +00:00
Carlos-Mesquita
2ed4e6509e Updated the eval calls to the backend, passed the navigation logic of level to useExamNavigation hook 2024-11-26 09:04:38 +00:00
Carlos-Mesquita
114da173be Navigation rework, added prompt edit to components that were missing 2024-11-25 16:50:46 +00:00
Tiago Ribeiro
55a03b283f Updated the Finish screen to also show the practice score 2024-11-25 10:32:15 +00:00
Tiago Ribeiro
50bbb0dacf Updated the grading system to work based on entities 2024-11-22 15:36:21 +00:00
Tiago Ribeiro
0eed8e4612 Corrected the behaviour of the exam after the timer has ended 2024-11-20 10:26:59 +00:00
Tiago Ribeiro
bb24fe3c6d Quick fix related to the back button of the Listening Exam 2024-11-18 15:28:51 +00:00
Carlos-Mesquita
e9b7bd14cc Added listening import, part divider was showing between questions because it was with exerciseIndex instead of partIndex, fixed a reorder bug when deleting questions 2024-11-15 02:51:27 +00:00
Tiago Ribeiro
70a461bc69 Continuation of the bug solving 2024-11-13 09:56:08 +00:00
Tiago Ribeiro
6aa5385939 Merge branch 'develop' of bitbucket.org:ecropdev/ielts-ui into develop 2024-11-13 09:13:04 +00:00
Tiago Ribeiro
49749bfbe9 Solved a bug related to the partial exams 2024-11-13 09:12:30 +00:00
Carlos-Mesquita
1cc068db3e Merge remote-tracking branch 'origin/develop' into feature/ExamGenRework 2024-11-12 14:28:51 +00:00
Carlos-Mesquita
fdf411d133 ENCOA-228 Now when user navigates between modules the generation items persist. Reading, listening and writing added to level module 2024-11-12 14:17:54 +00:00
Tiago Ribeiro
1787e3ed53 ENCOA-222 & ENCOA-223
ENCOA-222: Added an option for non-assignment exams to view the
transcript of a Listening audio;

ENCOA-223: Updated the Listening exam to show all of the
exercises/questions of each part on a single page;
2024-11-11 19:14:16 +00:00
Carlos-Mesquita
696c968ebc Merge remote-tracking branch 'origin/develop' into feature/ExamGenRework 2024-11-10 07:09:25 +00:00
Carlos-Mesquita
322d7905c3 Reverted Level to only utas placement test exercises, Speaking, bug fixes, placeholder 2024-11-10 04:24:23 +00:00
Tiago Ribeiro
065497dfa3 Updated the code to return to official-exam if they came from that page 2024-11-07 22:51:45 +00:00
Tiago Ribeiro
0325bb68f5 Added the audio player to the level exam 2024-11-07 11:17:05 +00:00
Carlos-Mesquita
7045b4e3c7 Ts changes weren't staged, it compiles still doesnt build building 2024-11-06 19:49:02 +00:00
Carlos-Mesquita
b5ac908d09 Merge with develop 2024-11-06 10:59:26 +00:00
Carlos-Mesquita
b50913eda8 Listening preview and some more patches 2024-11-06 09:23:34 +00:00
Carlos-Mesquita
ffa2045a2d Blanks Exercises were removing the blanks on the editor and text but not on solutions, added submit and preview to writing and reading 2024-11-05 17:53:55 +00:00
Carlos-Mesquita
15c9c4d4bd Exam generation rework, batch user tables, fastapi endpoint switch 2024-11-04 23:29:14 +00:00
Tiago Ribeiro
a502b2b863 Added a button to enable complete exams 2024-11-04 10:27:50 +00:00
Tiago Ribeiro
ce353f34c7 I think I solved a bit of the time ended 2024-11-01 10:38:10 +00:00
Tiago Ribeiro
5153c3d5f1 Merge branch 'main' into develop 2024-09-09 17:52:04 +01:00
Carlos Mesquita
6f534662e1 Shuffles bugfix 2024-09-08 22:45:24 +01:00
Joao Ramos
a073ca1cce Temporarily disabled Play Again button 2024-09-08 13:56:08 +01:00
Carlos Mesquita
b4ab620c78 lint warnings 2024-09-07 22:42:22 +01:00
Tiago Ribeiro
a6bf53e84c Disabled the review buttons 2024-09-06 14:45:44 +01:00
Carlos Mesquita
6bd9816edd Merge remote-tracking branch 'origin/develop' into feature/level-file-upload 2024-09-06 09:41:01 +01:00
Carlos Mesquita
77ac15c2bb ENCOA-182, ENCOA-185, ENCOA-177, ENCOA-168, ENCOA-186, ENCOA-176, ENCOA-189, ENCOA-167 2024-09-06 09:39:38 +01:00
Tiago Ribeiro
3b43803b7e ENCOA-180: Prevented users from checking their results if not released yet 2024-09-05 16:54:45 +01:00