-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.6
-
None
-
MySQl 4.1.20, PHP 4.3.0
-
MySQL
-
MOODLE_16_STABLE
There are cases of incorrect work of Embedded Answer question type when using {} in the text of the question. For example this code will be dramaticaly reduced when saving the question.
-----start the text of the question
???????? ?????????? ????????? ??? ?????????? ?????????? ???????: ???????? ??? ???????? ??????? ??????? N ?? 2. ????????? ??????? ? ?????? ?????, ??? ?????? ????????.
- define N 100
void main ()
{
{:SHORTANSWER:=int arr [N];}
int i;
for(i=0;i<N;i++)
arr[i]=i*2;
}
----end the text of the question
- duplicates
-
MDL-11271 The closing bracket "}" can't be used in cloze question type
-
- Closed
-