diff options
author | Sashi20 | 2018-10-09 16:37:26 +0530 |
---|---|---|
committer | GitHub | 2018-10-09 16:37:26 +0530 |
commit | 78e35b6ffa9ad3336484168b569e9f26c2d9a67e (patch) | |
tree | 61c94919242d455c310aa2ce8b9dc7dacfb15c9c /static/website | |
parent | 0b6026d35c70e2967ea0010439f7781c54ae9812 (diff) | |
parent | 63bde864f757953faed546a537bc8ea77d3e3de2 (diff) | |
download | nccps-2018-78e35b6ffa9ad3336484168b569e9f26c2d9a67e.tar.gz nccps-2018-78e35b6ffa9ad3336484168b569e9f26c2d9a67e.tar.bz2 nccps-2018-78e35b6ffa9ad3336484168b569e9f26c2d9a67e.zip |
Merge pull request #23 from Sashi20/master
Added a point to the dwsim quiz template
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/templates/dwsim-quiz.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/website/templates/dwsim-quiz.html b/static/website/templates/dwsim-quiz.html index b12c9df..1265c93 100644 --- a/static/website/templates/dwsim-quiz.html +++ b/static/website/templates/dwsim-quiz.html @@ -33,7 +33,7 @@ </ul> <h5>Guidelines</h5> <ul> - <li><strong>Use DWSIM Version 5.3</strong> for simulating the problem statement. This version will be followed throughout the competition.</li> + <li>Use <strong>DWSIM Version 5.3</strong> for simulating the problem statement. This version will be followed throughout the competition.</li> <li>Correct option for the displayed questions will be based on problem statement simulated using <strong>DWSIM Version 5.3</strong>.</li> <li>The new questions for the day will be available to attempt from 12:00 AM of that day to 11:59 PM of the same day.</li> <li>In case you are logged out of the session before clicking on Submit button, please go and re-attempt the quiz.</li> @@ -43,7 +43,8 @@ <li>Participant cannot re-attempt the quiz for the day once they have submitted their answers for that day.</li> <li>Every correct answer will carry +1 mark and wrong answers will not be rewarded any marks.</li> <li>Winners will be declared based on highest score obtained throughout the competition.</li> - </ul> + </ul><br> + <p style="text-align: center;"><strong>Link for Quiz will be active from 15-10-2018</strong></p> </div> </div> </div> |