Skip to main content

PTE Templates







 Describe image

Speak around 30s to 40s.

Find 4 - 6 keywords from the paragraph. (repeat the same words if cannot find that much)

The graph/image gives information about the topic.

The primary feature of the image is ____.

Firstly, it gives information about ____  and ____.

Furthermore, some details about ____  and ____  are given in the image.

Moreover, some details about ____  and ____  are represented.

The highest element is ____ and the lowest element is ____.

Overall, the image gives information about the topic.


Describe lecture

Speak around 35s to 40s.

Find 6 - 8 phrases and keywords from the lecture. (repeat the same words if cannot find that much)

The topic was the main topic of the lecture.

Firstly, some details about  ____ were given.

Furthermore, some highlights about ____ were represented.

Moreover, details about  ____ and  ____ were presented.

However, additional details about  ____ were given in the lecture.

Towards the end of the lecture, he gives information about  ____ and  ____.

To conclude, the lecture provides ____.


Summarize Spoken Text

50 to 70 words limit.

find 5 to 7 keywords/ phrases from the lecture.

Take an entire 10 min for each question. 

topic was the main topic of the lecture.

Firstly, some details about  ____ and ____.

Furthermore, some details about ____ and ____.

Towards the end of the lecture, he mentioned ____.

To conclude, the lecture provides information about____.

-------------

The main focus of the lecture was (Topic). [A number of advantages/disadvantages/affects/effects/causes of (Topic) were discussed in the lecture]. The first crucial aspect revealed in the discourse was (Idea 1). Furthermore, another significant/noteworthy point mentioned in the lecture was (Idea 2). Additionally, the lecture also exhibited important information about (Idea 3). In conclusion, the lecture suggested that (Conclusion).


Summarize written text

Select 3 to 4 sentences (with important keywords).

write around 60 to 75 words.

Do not include [.] [?] [!] in the middle of the summary. 

In the middle, If the content reaches around 60 words, add [.] and finish it.

1st Sentence, and 2nd Sentence, which means 3rd Sentence.

---------

1st Sentence, and 2nd Sentence, Furthermore, 3rd Sentence, Moreover, 4th Sentence.


Essay Template - Version 2.0

Word count around 200 to 300. 

The growing influence of (essay topic) on our lives has sparked various debates. This issue is particularly significant because of its impact on ____, affecting both individuals and communities. In this essay, I will discuss the positive and negative aspects of (essay topic) and their implications for society.

One of the key benefits of (essay topic) is that it improves (benefit 1) significantly. This is also evident by the fact that (benefit 2). As shown in studies, (essay topic/keywords) has had a profound effect on ____, benefiting many. Another advantage of the (essay topic) is that (benefit 3). Thus, the benefits of (essay topic) are vital for both individual and collective success.

However, despite its benefits, (essay topic) can also lead to significant challenges. For example, the misuse of (essay topic) has led to problems like (drawback 1). Various studies have shown that (essay topic) can cause (drawback 2), creating long-term issues for all stakeholders. Additionally, (essay topic) often leads to (drawback 3), which makes it difficult for people to pursue their normal course. As a result, it’s clear that the disadvantages of (essay topic) must be managed to reduce their harmful effects.

In conclusion, (essay topic) provides both significant advantages and notable challenges. Moving forward, it is important to balance the use of (essay topic) to maximize its benefits and minimize its drawbacks.



Read Aloud - 10

Repeat Sentence - 24

Describe Image - 5

Re-tell Lecture - 3

Essay / SWT - 1

RWFB - 15

RFB - 15

ROP - 3

SST-2

LFB - 5

HIW - 3

WFD - 15





Comments

Popular posts from this blog

Handle MongoDB with WebStorm in Windows

Normally MongoDB is handle by using Windows command line interface. But it is little bit difficult to deal with. Therefore instead of Windows CMD,   we can use WebStorm Terminal to handle the MongoDB commands and all the stuff. First of all there should be two requirements to begin with this process. MongoDB should be properly install to the computer and MongoDB bin folder path should be set as environment variable. WebStorm should be completely install to your machine.(download link:- https://www.jetbrains.com/webstorm/download/#section=windows) There are simple three steps to do . install Mongo Explorer plugin to the Webstorme IDE                  + Open the WebStorm IDE and create an empty project                  + Go to Files >Settings>Browse repositories.                  + Search for 'Mongo' an...

Introduction to AngularJS for beginners.

AngularJS is a framework developed from the JavaScript for front-end developments of a web application. It allows us to create web application with dynamic behaviors. AngularJS follows MVC (Model View Controller) architecture and it has an amazing feature called 'two way data binding'. That means changers that are done to the HTML content will appear real-time to the script and changers that are done for the script will appear to the HTML content instantly. There are more reusable inbuilt components available with Angular and those components will give very attractive features to any web or mobile application. Because of its re-usability and easiness we can create any dynamic web application within few minutes. There are many versions available in Angular. Recently they released Angular 4.0 stable version to the community.  Angular 2.0 and 4.0 are little bit similar to each other. But Angular 1.0 is completely different with above versions. It is the oldest versi...

Robotic Process Automation

Introduction Robotic process automation is very important Technology in future world. This technology can be use to any kind of Business. By using the RPA, day to day repetitive business  tasks can be automated using software robots. Most of business use this technology because they can maintain good productivity and accuracy of their business process because of this. There are many tool available in the world to do the RPA. Among those tools Accello is very powerful automation tool implemented by VirtusaPolaris. By using this tool any kind of business process can be automated.Mainly it can do desktop automation and web automation using this tool. In addition to that various kind of automation are available in this tool.  This tool uses Java and JavaScript to handle the back-end of the application and AngularJS is used for the front-end.  OrientDB  is used as the database. It is powerful No-SQL graph database. Because of these new technologies many b...