Created a simple component for the writing exam

This commit is contained in:
Tiago Ribeiro
2023-04-06 12:02:07 +01:00
parent 36e6c017b4
commit addef7c674
7 changed files with 118 additions and 7 deletions

11
src/demo/writing.json Normal file
View File

@@ -0,0 +1,11 @@
{
"module": "writing",
"text": {
"info": "You should spend about 20 minutes on this task.",
"prompt": "The charts below show the results of a survey of adult education. The first chart shows the reasons why adults decide to study. The pie chart shows how people think the costs of adult education should be shared.\nWrite a report for a university lecturer, describing the information shown below.",
"wordCounter": {
"type": "min",
"limit": 5
}
}
}