0 votes

Hello, I hope you're doing well.

In question 2 exercise 6, the following is shown as the correct answer:

script-src 'nonce-DEADBEEF', script-src scripts.example.com

And my answer was the following:

script-src 'nonce-DEADBEEF', script-src 'https://scripts.example.com'

My answer was graded 0.0 / 3.0 which I believe doesn't match correctly with the fact that the only mistake I have done is including the HTTP scheme in my answer. My question is, would it be possible to change my mark such that it would only reflect the mistake I've done and not mark the whole answer as wrong with 0.0 mark? My name is Anas Alhouria (alhouria@campus.uni-paderborn.de).

Thank you for your time & consideration.

in ex06 by
edit history

1 Answer

0 votes
I have updated the grading.

The answer contains two mistakes:

1. including the scheme (https) which was not stated in the task

2. Usage of quotation marks (') which is a syntax error
by (310 points)
edit history