Create web page that display student individual timetable

Assignment Help Computer Engineering
Reference no: EM131342005

Advanced Web Scripting - Practical Assessment

Background / Requirements

Parkfordshire University has a timetabling system which allows for the production of personalised timetables, based on the modules each student is taking as part of their course. PU are keen to develop their system to allow students to choose the times to attend classes where a particular session runs more than one once.

Your job is to complete a number of practical tasks to implement a client-side front-end that will implement the desired functionality.  A number of resources are available to help you complete these tasks, all of which are described below.

In addition, you must complete the design commentary task by describing key design decisions and features of your code.

Resources

To assist you in your development, PU have provided: 

  • a sample timetable display page created using HTML and CSS
  • a default timetable in the form of JSON data to show how information can be accessed
  • a remote service that will provide personalised timetable data for individual students
  • a remote service for accepting proposed timetable choices

These resources are available on StudyNet along with the assignment briefing. You are free to use or change these resources as you wish in order to complete the tasks outlined below.

Development Tasks

To complete this assignment, you need to undertake each of the following practical tasks.  The assessment of your work is described in the next section.

Practical Task 1: Display timetable information

Create a web page that will display a student's individual timetable using the sample timetable data (contained in sample.js).  The user view could be in the form of a "week at a view" layout as shown in the sample timetable display (sample.html) - although you are free to create your own alternative design if you prefer.  

The display should:

Show all the scheduled contact sessions for the sample timetable data

For each session, show the 

  • type of teaching (e.g. lecture, tutorial, practical)
  • location, start and end time
  • module code and group id

Practical Task 2: Dynamically populate content

Create a web page that will display a student's individual timetable, based on data retrieved from an external service.

The display should:

  • Allow a user to enter their UH email and SRN for authentication purposes
  • Retrieve the personalised timetable for the specified student
  • Show all the scheduled contact sessions for a student's modules, as per task 1
  • Show which sessions in a module are repeated at alternative times, as shown by the data returned from the service.

You are free to restructure the data returned by the service as required.

Practical Task 3: Allow choice of sessions

Create a web page that will allow users to choose between alternative times for sessions that run more than once, i.e. have multiple occurrences.

The display should:

  • Allow a user to select a multi-occurrence session
  • Highlight alternative choices for the selected session
  • Allow the user to select an alternative session
  • Highlight any clashes with other sessions occurring at that time

Practical Task 4: Upload session choices

Create a web page that will allow users to upload and register their choices for multi-occurrence sessions on their timetable.

The display should:

  • Check there are no clashes with two or more timetabled sessions chosen for the same time
  • Provide an option to register their choices if and only if no clashes are present
  • Upload the data
  • Show the upload has been successful

Task 5: Design Commentary

Write a commentary describing the decisions you have made in designing and writing the code for each of the practical tasks. The commentary should be approximately 600 words in length in total.

Attachment:- Assignment.rar

Reference no: EM131342005

Questions Cloud

Did your county turnout support your political culture : What does the outcome say about your county? Did your county turnout support or not support your political culture hypothesis? Why or why not?
Calculate total start-up and organization costs : What will be the effect of these costs on the income statement and balance sheet?
Dehydration changes urine production and osmolarity : Describe how ADH secretion during dehydration changes urine production and osmolarity.
Osmolarity during dehydration or water loading : Explain why we do not see significant changes in plasma osmolarity during dehydration or water loading.
Create web page that display student individual timetable : Create a web page that will display a student's individual timetable using the sample timetable data (contained in sample.js).  The user view could be in the form of a "week at a view" layout as shown in the sample timetable display (sample.html) ..
Network administrator perspective : Create a 2- to 2.5-page table using Microsoft® Word highlighting the pros and cons from a network administrator's perspective, along with a use case description of the following:
What is meant by complete specialization : What is meant by complete specialization? by incomplete specialization? Why do both nations gain from trade in the first instance but only the small nation in the second?
Can you think of reasons for this contrast : In contrast, such changes became frequent in the interwar period. Can you think of reasons for this contrast
Write an essay about the civil rights movement and effects : Write an essay about The Civil Rights Movement and Effects. I'm not sure if you should create your own title or keep this one; read instruction about the title.

Reviews

len1342005

1/5/2017 2:27:22 AM

First part of Task 3 would be relatively same as last part of task 2, but it should involve enabling student to choose amongst alternative timings suitable for him/her (for example, dragging and dropping modules in cell wherever the user wishes), then Highlighting other choices if available, then allowing student to select the session, and at the end, highlight or alerting if there are any clashes occurring for the chosen sessions. Task 4 would be: Check there are no clashes with two or more timetabled sessions chosen for the same time, Provide an option to register their choices if and only if no clashes are present, Upload the data, Show the upload has been successful. Task 5 would be design commentary (provided in assignment briefing) And also a reminder that deadline is 8th and the work to be done should totally in javascript (no use of libraries),html and css. All the details of assignment have been sent you.

len1342005

1/5/2017 2:27:15 AM

Here's how I wish it to be done: Task 1 would just show the regular timings including details mentioned in the briefing for a student (dynamically). JSON data required for this task is available in sample.js file. Task 2 involves a login page for a student whose 'Student ID' is given in JSON. After logging in, students regular timetable (which should be coming from online JSON) should appear. Timetable interface should be made in a way that when student clicks on certain cell of timetable, it would show the relative alternative Timings for that specific module. For example, when student clicks on moduleCode uh6com1051 lab, it should display all other alternative times for uh6com1051 lab. Same thing for all other modules would apply. One thing to note would be if there are any clashes with other modules and multiple modules appear in a single cell, it should not be replacing the current module but displaying all together (of course, with an indication to differentiate amongst them).

len1342005

1/5/2017 2:27:10 AM

Attached are the files required for completion of the assignment, including an assignment briefing sheet, a ready-made html timetable and a 'sample.js' file which is a local JSON file specified for Task 1 only. The HTML file also includes the code required for reaching the JSON data which is provide through an online service (For Task 2 and onwards).

Write a Review

Computer Engineering Questions & Answers

  Question1 runattached file addtwonumbersmas is a marie

question1 runattached file addtwonumbers.mas is a marie program to do plain addition of two number already stored in

  Draw a hypothetical game tree with branching factor

CSCI 5430 Artificial Intelligence Assignment - Draw a hypothetical game tree with branching factor at most 3 and at most 4 plies fora fully observable, turn-taking, zero-sum game between two perfectly rational players MAX and MIN.

  What is the object-oriented software

Why is object-oriented paradigm becoming the dominant software engineering choice? Does object-oriented paradigm help to enforce the concept that information is stored in one place and needs to be updated or changed only in that place.

  What is the data type of the arrays

What is the importance and use of keyword "new" when associated with a Java array.

  Removing the ambiguities in algorithms representation

Explain how the use of primitives helps in removing the ambiguities in an algorithm’s representation?

  Discuss the tester and developer relationship

Discuss the tester and developer relationship within spiral development methodology. You may use your personal experiences to support the arguments.

  Write down the largest and the smallest numbers to screen

Write down a Java program that will search a text file of strings representing numbers of type int and will write the largest and the smallest numbers to the screen.

  Questionusing matlabdescribes a function named insidecircle

questionusing matlabdescribes a function named insidecircle that takes 3 arguments as input- the center of the circle

  Evaluate the business operations and network design

Write a 2 - 3 page paper evaluating the business operations and network design of your current organization or a previous employer (Preferably Retail Store but it is the Tutor's Choice).

  Write code to get the values at pricetextbox

Write code to clear the content of dealerPayLabel and bankPayLabel within the given space in ClearPayments sub procedure. Write code to get the values at priceTextBox, rebateTextBox to the variables price, rebate respectively.

  Write down a concise summary

Write down a concise summary of what you have learned about physical tamper-resistant devices.

  Define in detail minimum five practices

Your Web design firm has just hired a talented graphic artist with years of expertise in print media and no experience with producing image production. You have to train this person in the best practices for Web graphics. Explain in detail minimum..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd