Author: Summer Jones

Farewell to Future Frontiers

The final week has been quite hectic. After finally getting hold of adobe acrobat, a software which allows you to make interactive PDFs, I have gone back to working on…

Task 1: Academic Plan

Getting to grips with the software was hard. But, generally, most of the problems I was having, others had also had, so Google could help me out. (Tech aside: Acrobat allows you to add javascript to the PDF, but it’s a bit weird getting your head around how it works).

What I ended up creating are PDFs, one for each year group, which allow students to see what grades they need to achieve at the end of each school year in order to be on track for their chosen career. Here’s how it works for year sevens. 2

Pupils enter their name and choose an industry and career from the drop down menu, as shown above. 

3

They then press the orange ‘set’ button which means that the career now shows up in bold. Next, they select which route they plan to take to get there by selecting the relevant buttons on the right. 

8

Pressing the ‘Add Image’ button takes them to this screen.

9

Students then click within the box and choose any image they like from the file system.

4

Now they move on to setting their grades using this section of the PDF.

5

They choose the relevant grade format that their school uses.

6

And fill in the grades as appropriate.

7

After pressing ‘Set Changes’ the document automatically fills to show what grades they need. If they need higher GCSE grades for their desired career, they can increase these using the black arrows to the right.

      new

The students end up with a document like this, which is good for many things. Notably;

  • The school can use them to display the work of Future Frontiers in the school .
  • Pupils can use them as a guide to reaching their top career.
  • Future Frontiers can use them to assess the success of the program.

Going Forwards

This is a great way of ensuring a long lasting impact of Future Frontiers on the pupils with which they work. A future use for these is using them as some form of certificate in the graduation ceremony at the end of the program.

Task 2: Coach Quiz

This has a lot more loose ends to tie up. Firstly, I have to put it online so that Future Frontiers can access it, and then there are a few features I’d like to add. At the moment, it isn’t that much better than something like survey monkey, and in fact something like this would maybe be better in that the person issuing the quiz receives more tracking information of who has done the quiz and also can add and remove questions quite easily. The main advantage of the quiz I made is that it’s a bit more professional to have one personal to the organisation!

So, I’d like to improve the quiz by adding in these features and then also making the training more extensive, by adding more content, videos and perhaps even different training modules.

What else?

Something else Future Frontiers would like is a very simple app to be able to ask the pupils for feedback on each session so that they can ensure their programs are making an impact. The app may also have other functionalities such as reminding the pupils of the targets they set themselves. This is something I would quite like to work on with them, time permitting.

Overall

I have rally enjoyed my time working with this charity and have learnt a lot about technology, and also about how busy working in a new charity is! I hope my help has proved useful and that I will be able to work with them in the future. Thank you, Charity Insights, for giving me this awesome opportunity.

Future Frontiers

Since my last post, lots has happened. In fact, time has flown by and I can’t quite believe it’s my final week.

Alongside my projects, I have been helping to organise one of our coaching sessions for sixth former’s at a local law firm. Normally, we train students to be our coaches but in this unique case, we have trained lawyers. The students seem really keen and this week they were having speaking on Skype with all kinds of professional experts as part of the program; solicitors, aerospace engineers, robotics engineers, graphic designers. The program has been a real success.

Task 2: Coach Quiz 

Over the past couple of weeks I have steered away from task 1 as I awaited the decision to purchase the necessary software. Instead, I have been working on creating an induction quiz for new coaches to complete as part of their training.

.coachquiz

It’s a fairly simple quiz. Coaches are verified using their email and simply cannot move on until they get a question correct. At the end, the completion of the quiz is logged so future frontiers can keep track of who has completed it.

not-auth

If you aren’t authorised to complete the training, you will see this message.

authNames are stored alongside the email addresses to give a personalised greeting.

incorrectA user can’t move on until their answer is correct.

correctyOnce the question is answered correctly, the next button appears.

doneWhen it’s finally over, the coaches will see this well deserved ‘well done’ message.

But all this is pretty useless unless somebody can keep track of who has done the quiz! That’s where the control page comes in.

control panel

On this page you can see a list of all of the coaches who have been asked to do the quiz and whether they have completed it or not. As you can see, all coaches have an email address and full name, giving me the ability to make the personalised greeting message shown above.

The page makes it possible to do the following

  1. Log in/ Log out securely so that only those authorised to access the page can
  2. Add a new coach to the list
  3. Delete a specific coach from the list
  4. Delete all coaches who have completed the quiz from the list
  5. Search the list. For example, for coaches working in a specific school:search

I’d like to add more functionality to the control panel. For example, being able to add or remove questions, or being able to ‘undo’ a deleted coach. Alas, this project has been forced to be put on pause while I work on task 1 again.

Technology specific detour: For anybody interested, I decided to use PHP, MySQL and Javascript/JQuery for my quiz. Having little to no experience with back end web development, I knew that there was lots of support online for these and, as I had a fairly short time period, decided this would be the best option. Now that I am more familiar with the concepts, I hope to move on to some more modern technologies in the future…

 

Introduction to Future Frontiers

Future Frontiers is a charity which trains up undergraduates to become careers coaches for pupils in high school and sixth form. The coaches run an 8 week programme for an hour a week with the pupils and guide them towards having a clear career goal in mind. Midway through all of this the children speak to professional experts, via Skype, and ask them questions about the career they are considering. The programme has caused a great increase in academic progress for the majority of participants.

At the end of the programme the pupils and coaches produce what we call an ‘academic plan’ which outlines what the pupil has to do academically to reach their dream job in the future. At the moment this is all done in paper and the bulk of the information is lost over time. Herein lies my first task: creating a digital version of the academic plan to aid manageability and so we can store the data over time.

Task 1: Academic Plan

Now this is where I could probably include a bunch of technical jargon. I’ll try not to do that, partially because anyone familiar with the inner workings would soon start to wonder why anyone trusted me with anything technical in the first place. This is what I am trying to recreate:

academic_plan

My first idea was to create the academic plan as a web page which could then be downloaded as a PDF once the necessary information had been filled in. This is what I spent my week working on, researching existing software I could use to export the page as PDF and anything else which would make my task as easy as possible.

I found an online piece of code which was actually really handy for what I wanted to do called Cloud Formatter. It was all going quite well and according to plan, until we discovered Adobe Acrobat Pro. Basically, it’s a piece of software which is going to make my job easier by allowing me to easily create fillable PDF forms and store them. It meant my existing work was redundant, but this is probably for the best seeing as I was stuck figuring out why my web page was starting to look pretty good, yet my PDF… was not.

Screenshot1

downarrow

Screenshot2

So at least that’s one headache I have managed to avoid.