And Ifillinckeditorfield"category_description"with"Category1description"
And Ipress"SubmitNote"
And waitforthepagetobeloaded
Then Ishouldsee"Categoryadded"
Scenario: Create a second question category
@ -22,6 +23,7 @@ Feature: Exercise tool
|category_name |Category2 |
And Ifillinckeditorfield"category_description"with"Category2description"
And Ipress"SubmitNote"
And waitforthepagetobeloaded
Then Ishouldsee"Categoryadded"
Scenario: Create an exercise
@ -31,6 +33,7 @@ Feature: Exercise tool
|exercise_title |Exercise1 |
And Ifillinckeditorfield"exerciseDescription"with"Exercisedescription"
And Ipress"submitExercise"
And waitforthepagetobeloaded
Then Ishouldsee"Testadded"
Scenario: Edit an exercise
@ -39,6 +42,7 @@ Feature: Exercise tool
And Ifollow"Edit"
And Ifollow"Edittestnameandsettings"
And Ipress"submitExercise"
And waitforthepagetobeloaded
Then Ishouldsee"Testnameandsettingshavebeensaved."
Scenario: Add question "Multiple choice" to exercise created "Exercise 1"
@ -59,6 +63,7 @@ Feature: Exercise tool
Then Ifillinckeditorfield"comment[3]"with"Commentfalse"
Then Ifillinckeditorfield"comment[4]"with"Commentfalse"
And Ipress"submit-question"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Add question "Multiple answer" to exercise created "Exercise 1"
@ -80,6 +85,7 @@ Feature: Exercise tool
Then Ifillinckeditorfield"comment[3]"with"Commentfalse"
Then Ifillinckeditorfield"comment[4]"with"Commentfalse"
And Ipress"submit-question"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Add question "Fill in blanks" to "Exercise 1"
@ -91,6 +97,7 @@ Feature: Exercise tool
|questionName |Fillblanks |
Then Ifillinckeditorfield"answer"with"Romeoand[Juliet][Hätten||Haetten][möchte||moechte][wäre||waere][können||koennen][Könnten||Koennten][Ärger][voilà][müssen][l'été][cherchentà][Übung][Ärger|Möglichkeit]"
And Ipress"submitQuestion"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Add question "Matching" to exercise created "Exercise 1"
@ -106,6 +113,7 @@ Feature: Exercise tool
And Ifillinckeditorfield"option[2]"with"OptionB"
And Ifillinselectbootstrapstaticinput"#matches_2"select"2"
And Ipress"submitQuestion"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Add question "Open" to exercise created "Exercise 1"
@ -117,6 +125,7 @@ Feature: Exercise tool
|questionName |Openquestion |
|weighting |10 |
And Ipress"submitQuestion"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
# Scenario: Add question "Oral expression" to exercise created "Exercise 1"
@ -144,6 +153,7 @@ Feature: Exercise tool
Then Ifillinckeditorfield"comment[1]"with"Commenttrue"
Then Ifillinckeditorfield"comment[2]"with"Commentfalse"
And Ipress"submitQuestion"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Add question "Unique answer with unknown" to exercise created "Exercise 1"
@ -163,6 +173,7 @@ Feature: Exercise tool
Then Ifillinckeditorfield"comment[2]"with"Commentfalse"
Then Ifillinckeditorfield"comment[3]"with"Commentfalse"
And Ipress"submitQuestion"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Add question "Multiple answer true/false/don't know" to exercise created "Exercise 1"
@ -188,6 +199,7 @@ Feature: Exercise tool
Then Ifillinckeditorfield"comment[3]"with"Commenttrue"
Then Ifillinckeditorfield"comment[4]"with"Commenttrue"
And Ipress"submitQuestion"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Add question "Combination true/false/don't-know" to exercise created "Exercise 1"
@ -206,6 +218,7 @@ Feature: Exercise tool
Then Ifillinckeditorfield"comment[1]"with"Commenttrue"
Then Ifillinckeditorfield"comment[2]"with"Commentfalse"
And Ipress"submitQuestion"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Add question "Global multiple answer" to exercise created "Exercise 1"
@ -230,6 +243,7 @@ Feature: Exercise tool
Then Ifillinckeditorfield"comment[4]"with"Commentfalse"
And Ipress"submitQuestion"
And waitforthepagetobeloaded
Then Ishouldsee"Itemadded"
Scenario: Duplicate exercise
@ -237,6 +251,7 @@ Feature: Exercise tool
And Ifollow"Copythisexerciseasanewone"
And Iconfirmthepopup
Then Ishouldsee"Exercisecopied"
And waitforthepagetobeloaded
And Ishouldsee"Exercise1-Copy"
Scenario: Import exercise to test questions categories